summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-08-02 10:14:46 +0000
committerjperkin <jperkin>2016-08-02 10:14:46 +0000
commit6c1c4ac94827f9bcb4f29acc8d26045463f246e6 (patch)
treeb84377f3d4a6c40f5559bd8342064478ed699fb8
parent147738e2ad107d23957dac85c51636444cf9e3b0 (diff)
downloadpkgsrc-6c1c4ac94827f9bcb4f29acc8d26045463f246e6.tar.gz
Fix build, this package now needs py-cython and egg.mk
-rw-r--r--math/py-numpy/Makefile5
-rw-r--r--math/py-numpy/PLIST10
2 files changed, 8 insertions, 7 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index abaad8065c8..550363c4d0f 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/07/24 15:25:22 kamil Exp $
+# $NetBSD: Makefile,v 1.30 2016/08/02 10:14:46 jperkin Exp $
DISTNAME= numpy-1.11.1
GITHUB_PROJECT= numpy
@@ -39,8 +39,9 @@ LDFLAGS+= ${_COMPILER_ABI_FLAG.${ABI}}
do-test:
${RUN} PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} ${PYTHONBIN} -c "import numpy; numpy.test()"
+.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.if ${OPSYS} != "Darwin"
# blas and lapack are not needed; numpy will use Accelerate.framework
.include "../../math/blas/buildlink3.mk"
diff --git a/math/py-numpy/PLIST b/math/py-numpy/PLIST
index 3d78be0aea9..b22976b1f5f 100644
--- a/math/py-numpy/PLIST
+++ b/math/py-numpy/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2016/07/24 15:25:22 kamil Exp $
+@comment $NetBSD: PLIST,v 1.15 2016/08/02 10:14:46 jperkin Exp $
bin/f2py${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/numpy/__config__.py
${PYSITELIB}/numpy/__config__.pyc
${PYSITELIB}/numpy/__config__.pyo