summaryrefslogtreecommitdiff
path: root/math/py-Numeric/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-Numeric/Makefile')
-rw-r--r--math/py-Numeric/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index c948c7491d8..30e04540b66 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2001/02/17 18:22:37 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2001/03/07 14:33:40 drochner Exp $
-DISTNAME= Numeric-17.2.0
-PKGNAME= py-Numeric-17.2.0
+DISTNAME= Numeric-17.3.0
+PKGNAME= py-Numeric-17.3.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
@@ -18,6 +18,12 @@ IGNORE="${PKGNAME} needs dynamic loading"
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
EVAL_PREFIX+= PYPREFIX=python
+#Together with patch/*, this works around build glitches which are
+# already fixed in the numpy CVS. So all this can go on the next update.
+post-extract:
+ ${MKDIR} ${WRKSRC}/Include/Numeric
+ ${MV} ${WRKSRC}/Include/*.h ${WRKSRC}/Include/Numeric
+
do-build:
(cd ${WRKSRC} && ${PYPREFIX}/bin/python setup_all.py build)