aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-numpy/Makefile
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2011-10-09 13:54:38 +0800
committerrafan <rafan@FreeBSD.org>2011-10-09 13:54:38 +0800
commit4e2f32cd373b2c0e00f5c45c549b14536b8aa848 (patch)
treeca68b29fb050319b633bd166df732a65fcd0b8c0 /math/py-numpy/Makefile
parent1a61317a12b86b087ab0a0aece0901c39e3f631c (diff)
downloadfreebsd-ports-gnome-4e2f32cd373b2c0e00f5c45c549b14536b8aa848.tar.gz
freebsd-ports-gnome-4e2f32cd373b2c0e00f5c45c549b14536b8aa848.tar.zst
freebsd-ports-gnome-4e2f32cd373b2c0e00f5c45c549b14536b8aa848.zip
- Update math/py-numpy to reflect changes in math/atlas
- Bump PORTREVISION - Fix build for science/py-scipy PR: ports/161400 Submitted by: Li-Lun Wang <llwang at infor.org> (maintainer)
Diffstat (limited to 'math/py-numpy/Makefile')
-rw-r--r--math/py-numpy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index b67560a6c0a8..ce9c896e0863 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= numpy
PORTVERSION= 1.5.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= math python
MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME:C/\..$/.x/}/:doc \
@@ -91,7 +92,7 @@ pre-configure:
.ifdef WITH_ATLAS
@${REINPLACE_CMD} -e "s+%%GCCLIBDIR%%+$$(${GCCLIBDIR_CMDS})+" \
-e "s+%%LOCALBASE%%+${LOCALBASE}+g" \
- -e "s+%%ATLASLIBS%%+alapack_r, f77blas_r, cblas_r, atlas_r+" \
+ -e "s+%%ATLASLIBS%%+alapack, f77blas, cblas, atlas+" \
${WRKSRC}/site.cfg
.else
@${REINPLACE_CMD} -e "s+%%GCCLIBDIR%%+$$(${GCCLIBDIR_CMDS})+" \