pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-scipy scipy: correct the test target. this is ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/940946e9cbb0
branches: trunk
changeset: 356931:940946e9cbb0
user: maya <maya%pkgsrc.org@localhost>
date: Sun Jan 08 10:39:47 2017 +0000
description:
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:
math/py-scipy/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r e2bd4e290cf0 -r 940946e9cbb0 math/py-scipy/Makefile
--- a/math/py-scipy/Makefile Sun Jan 08 05:37:40 2017 +0000
+++ b/math/py-scipy/Makefile Sun Jan 08 10:39:47 2017 +0000
@@ -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 @@
# 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