summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-01-18 16:52:31 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-01-18 16:52:31 +0000
commit8f54ba0123bbf9cbfb24e98dfdbf2d2ea899fd95 (patch)
tree5abcda3ef5626b5f7e19d6c6d1cdc880ec965269 /science
parent- Chase lapack share library version (diff)
- Chase blas/lapack/atlas library version
Notes
Notes: svn path=/head/; revision=182739
Diffstat (limited to 'science')
-rw-r--r--science/py-scipy/Makefile6
-rw-r--r--science/py-scipy03/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile
index bf3bd9fc97b2..7b0c7bd72b8c 100644
--- a/science/py-scipy/Makefile
+++ b/science/py-scipy/Makefile
@@ -36,13 +36,13 @@ post-patch:
.include <bsd.port.pre.mk>
.if defined(WITH_ATLAS)
-LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas
+LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
.if !exists(${LOCALBASE}/lib/libalapack.a)
IGNORE= Atlas needs to be built with WITH_STATICLIB for scipy to function properly
.endif
.else
-LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack \
- blas.1:${PORTSDIR}/math/blas
+LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \
+ blas.2:${PORTSDIR}/math/blas
.endif
post-install:
diff --git a/science/py-scipy03/Makefile b/science/py-scipy03/Makefile
index dc666b7b4ea3..04f0fec39550 100644
--- a/science/py-scipy03/Makefile
+++ b/science/py-scipy03/Makefile
@@ -41,13 +41,13 @@ post-patch:
.include <bsd.port.pre.mk>
.if defined(WITH_ATLAS)
-LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas
+LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
.if !exists(${LOCALBASE}/lib/libalapack.a)
IGNORE= Atlas needs to be built with WITH_STATICLIB for scipy to function properly
.endif
.else
-LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack \
- blas.1:${PORTSDIR}/math/blas
+LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \
+ blas.2:${PORTSDIR}/math/blas
.endif
post-install: