diff options
author | drochner <drochner@pkgsrc.org> | 2001-03-07 14:33:40 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-03-07 14:33:40 +0000 |
commit | cde17b3b1e8aee344a61367575a714c6bfdb0992 (patch) | |
tree | 8d074be951d3fde496d1848c2b7976470018ce49 /math/py-Numeric/Makefile | |
parent | 62ba863582fcc2e222b5b45fb42f399a4bcf55de (diff) | |
download | pkgsrc-cde17b3b1e8aee344a61367575a714c6bfdb0992.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/Makefile | 12 |
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) |