summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-01-08 10:39:47 +0000
committermaya <maya@pkgsrc.org>2017-01-08 10:39:47 +0000
commit37687968bc4f943a5ce7d44053f718661988a5f6 (patch)
tree5e7cca6497a05c177cc3a77a7e4a16bfa75bb07a /math
parentc9234b118decd43bd57370791bcb23c62a876e8f (diff)
downloadpkgsrc-37687968bc4f943a5ce7d44053f718661988a5f6.tar.gz
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)
Diffstat (limited to 'math')
-rw-r--r--math/py-scipy/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile
index f2b807c6327..71549769713 100644
--- a/math/py-scipy/Makefile
+++ b/math/py-scipy/Makefile
@@ -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]*:../../devel/py-nose
# 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"