diff options
author | xride <xride@FreeBSD.org> | 2006-12-31 00:02:58 +0800 |
---|---|---|
committer | xride <xride@FreeBSD.org> | 2006-12-31 00:02:58 +0800 |
commit | b6efb9413cbd6bdf3e60fc72dc98ee678cdf9702 (patch) | |
tree | 1d9f5d4bd98c7bb82429bad6d1ce05f707611dea /math/py-numpy/Makefile | |
parent | ec6f186958481248f76032de27a820ccb6ba2e3d (diff) | |
download | freebsd-ports-gnome-b6efb9413cbd6bdf3e60fc72dc98ee678cdf9702.tar.gz freebsd-ports-gnome-b6efb9413cbd6bdf3e60fc72dc98ee678cdf9702.tar.zst freebsd-ports-gnome-b6efb9413cbd6bdf3e60fc72dc98ee678cdf9702.zip |
Update to version 1.0
Change maintainer
PR: 106551
Submitted by: Diane Bruce <db@db.net>
Approved by: tmclaugh (implicit)
Diffstat (limited to 'math/py-numpy/Makefile')
-rw-r--r-- | math/py-numpy/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index d6e7dc8b9a98..63ed18e68171 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -6,7 +6,8 @@ # PORTNAME= numpy -PORTVERSION= 1.0r1 +PORTVERSION= 1.0 +PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= http://numpy.scipy.org/:doc \ ${MASTER_SITE_SOURCEFORGE:S/$/:source/} @@ -34,6 +35,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/r/rc/} .if defined(WITH_ATLAS) LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas +.if !exists(${LOCALBASE}/lib/libalapack.a) +IGNORE= atlas needs to be built with WITH_STATICLIB for numpy to function properly +.endif .else LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack \ blas.1:${PORTSDIR}/math/blas |