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/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index 30e04540b66..e02e8072c49 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2001/03/07 14:33:40 drochner Exp $
+# $NetBSD: Makefile,v 1.20 2001/04/09 11:50:51 drochner Exp $
-DISTNAME= Numeric-17.3.0
-PKGNAME= py-Numeric-17.3.0
+DISTNAME= Numeric-19.0.0
+PKGNAME= py-Numeric-19.0.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
@@ -9,7 +9,7 @@ MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://numpy.sourceforge.net/
COMMENT= Adds multidimensional numeric arrays to Python
-DEPENDS+= python>=1.6:../../lang/python
+DEPENDS+= python>=2.0:../../lang/python
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax"
IGNORE="${PKGNAME} needs dynamic loading"
@@ -18,12 +18,6 @@ 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)