diff options
author | drochner <drochner> | 2001-04-09 11:50:51 +0000 |
---|---|---|
committer | drochner <drochner> | 2001-04-09 11:50:51 +0000 |
commit | 71ac24f454e079f18a548c63411bf54179a114f8 (patch) | |
tree | bb6a83cffc2e8c2daa539e322ab3d19b1f039ef2 /math | |
parent | afa15ab46150dc752b9b329a40d2ebbfc34037a7 (diff) | |
download | pkgsrc-71ac24f454e079f18a548c63411bf54179a114f8.tar.gz |
update to 19.0.0
Didn't find a changelog. At least the build glitches are gone.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Numeric/Makefile | 14 | ||||
-rw-r--r-- | math/py-Numeric/files/md5 | 4 | ||||
-rw-r--r-- | math/py-Numeric/files/patch-sum | 11 |
3 files changed, 11 insertions, 18 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) diff --git a/math/py-Numeric/files/md5 b/math/py-Numeric/files/md5 index 40bede9530b..9e331552003 100644 --- a/math/py-Numeric/files/md5 +++ b/math/py-Numeric/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.7 2001/03/07 14:33:40 drochner Exp $ +$NetBSD: md5,v 1.8 2001/04/09 11:50:52 drochner Exp $ -MD5 (Numeric-17.3.0.tar.gz) = 27accdbbf19fb2bd956e0b6753c83494 +SHA1 (Numeric-19.0.0.tar.gz) = b953ab93cec6e9b4ab0c774afb0daca61513d138 diff --git a/math/py-Numeric/files/patch-sum b/math/py-Numeric/files/patch-sum index db13de062ea..70a48c4afba 100644 --- a/math/py-Numeric/files/patch-sum +++ b/math/py-Numeric/files/patch-sum @@ -1,7 +1,6 @@ -$NetBSD: patch-sum,v 1.3 2001/03/07 14:33:40 drochner Exp $ +$NetBSD: patch-sum,v 1.4 2001/04/09 11:50:52 drochner Exp $ -SHA1 (patch-aa) = 0cf18a1807851b78ad4ca248a51925616461bb0f -SHA1 (patch-ab) = ee281e742f1c8af857907a98c2992d2d605c8d42 -SHA1 (patch-ac) = 18c8256c72da65d9695f32cd0f60e2f0275f70a4 -SHA1 (patch-ad) = bd76392771241cfc0b58d25ac4b4b62fce0fb432 -SHA1 (patch-ae) = af12ab6a30c857f7f75e87e48f59ab013142c60d +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. |