pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-numpy
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 20 13:39:21 UTC 2023
Modified Files:
pkgsrc/math/py-numpy: Makefile
Log Message:
py-numpy: add test status
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/math/py-numpy/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-numpy/Makefile
diff -u pkgsrc/math/py-numpy/Makefile:1.101 pkgsrc/math/py-numpy/Makefile:1.102
--- pkgsrc/math/py-numpy/Makefile:1.101 Sun Nov 20 19:03:47 2022
+++ pkgsrc/math/py-numpy/Makefile Fri Jan 20 13:39:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2022/11/20 19:03:47 adam Exp $
+# $NetBSD: Makefile,v 1.102 2023/01/20 13:39:21 wiz Exp $
DISTNAME= numpy-1.23.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -62,6 +62,8 @@ post-install:
cd ${DESTDIR}${PREFIX}/bin && ${RM} f2py || ${TRUE}
cd ${DESTDIR}${PREFIX}/bin && ${RM} f2py3 || ${TRUE}
+# as of 1.23.5
+# 8 failed, 18561 passed, 782 skipped, 1306 deselected, 41 xfailed, 2 xpassed, 59 warnings
do-test:
cd ${WRKDIR} && \
${SETENV} ${TEST_ENV} PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} ${PYTHONBIN} -c "import numpy; numpy.test()"
Home |
Main Index |
Thread Index |
Old Index