pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-scipy



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Jan  8 10:39:47 UTC 2017

Modified Files:
        pkgsrc/math/py-scipy: Makefile

Log Message:
scipy: correct the test target. this is a temporary workaround, upstream
will likely fix it so the previous target works - it is mentioned in their
documentation. (scipy issue #6498)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/py-scipy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-scipy/Makefile
diff -u pkgsrc/math/py-scipy/Makefile:1.21 pkgsrc/math/py-scipy/Makefile:1.22
--- pkgsrc/math/py-scipy/Makefile:1.21  Fri Aug 19 10:54:12 2016
+++ pkgsrc/math/py-scipy/Makefile       Sun Jan  8 10:39:47 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/08/19 10:54:12 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/08 10:39:47 maya Exp $
 
 DISTNAME=      scipy-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -108,7 +108,8 @@ BUILD_DEPENDS+=     ${PYPKGPREFIX}-nose-[0-9
 # self test failures reported at
 # https://github.com/scipy/scipy/issues/6499
 do-test:
-       cd ${WRKSRC} && ${PYTHONBIN} runtests.py -v
+       ${PYTHONBIN} -c "import scipy; scipy.test('full')"
+#      cd ${WRKSRC} && ${PYTHONBIN} runtests.py -v
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"



Home | Main Index | Thread Index | Old Index