aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-numpy/Makefile
diff options
context:
space:
mode:
authorxride <xride@FreeBSD.org>2006-12-31 00:02:58 +0800
committerxride <xride@FreeBSD.org>2006-12-31 00:02:58 +0800
commitb6efb9413cbd6bdf3e60fc72dc98ee678cdf9702 (patch)
tree1d9f5d4bd98c7bb82429bad6d1ce05f707611dea /math/py-numpy/Makefile
parentec6f186958481248f76032de27a820ccb6ba2e3d (diff)
downloadfreebsd-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/Makefile6
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