summaryrefslogtreecommitdiff
path: root/math/py-Numeric/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2001-03-07 14:33:40 +0000
committerdrochner <drochner>2001-03-07 14:33:40 +0000
commit1ff340ec36a014d004e2a5a762fe461b8cb647e5 (patch)
tree8d074be951d3fde496d1848c2b7976470018ce49 /math/py-Numeric/Makefile
parent473bd8a38b1fa6d979ffadec03b4c79c29fb80c7 (diff)
downloadpkgsrc-1ff340ec36a014d004e2a5a762fe461b8cb647e5.tar.gz
update to 17.3.0
For a changelog, I didn't find more than: Numeric 17.3.0 is intended to be the last release before adding capabilities supported by Python 2.1. This is a routine catch-up to CVS release.
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)