summaryrefslogtreecommitdiff
path: root/math/py-Numeric/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2001-04-09 11:50:51 +0000
committerdrochner <drochner@pkgsrc.org>2001-04-09 11:50:51 +0000
commit87379daf3b64f38035f5d8f86214e0329b8a5467 (patch)
treebb6a83cffc2e8c2daa539e322ab3d19b1f039ef2 /math/py-Numeric/Makefile
parent18097323ee893387e9be485eeb6a6144bbd01b3f (diff)
downloadpkgsrc-87379daf3b64f38035f5d8f86214e0329b8a5467.tar.gz
update to 19.0.0
Didn't find a changelog. At least the build glitches are gone.
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)