diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-12-15 15:02:30 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-12-15 15:02:30 +0000 |
commit | 6e427692269bc8293538343de522e7917ccf1b5a (patch) | |
tree | 06d101b76ef2acede0fd4425dbe577e244c9369b /math/py-numpy/Makefile | |
parent | 889cc3b54407c57b5953ac794183d6d0d45cb10a (diff) | |
download | ports-6e427692269bc8293538343de522e7917ccf1b5a.tar.gz ports-6e427692269bc8293538343de522e7917ccf1b5a.zip |
Notes
Diffstat (limited to 'math/py-numpy/Makefile')
-rw-r--r-- | math/py-numpy/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 852409e4bdba..c03c34a691b7 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -56,14 +56,6 @@ DISTFILES+= ${FP_ARCH}/fenv.c?p=203441:fp ${FP_ARCH}/fenv.h?p=203441:fp .if ${PORT_OPTIONS:MATLAS} LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas -BUILD_DEPENDS+= ${LOCALBASE}/lib/libalapack.a -@${ECHO_MSG} -@${ECHO_MSG} "Atlas *must* be built with the WITH_STATIC option" -@${ECHO_MSG} "for numpy to function correctly. Ensure it is" -@${ECHO_MSG} "selected in the configuration dialog when prompted, or" -@${ECHO_MSG} "Ctrl-C now and reinstall the atlas port with the option" -@${ECHO_MSG} "enabled." -sleep 5 .else LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \ blas.2:${PORTSDIR}/math/blas |