diff options
author | koobs <koobs@FreeBSD.org> | 2013-12-15 23:02:30 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-12-15 23:02:30 +0800 |
commit | 46a70648631cf8a68ff61a8d91ac5b3f741815ce (patch) | |
tree | 06d101b76ef2acede0fd4425dbe577e244c9369b /math | |
parent | 54c131f421b5fb5440eca80dcbf5def478f75703 (diff) | |
download | freebsd-ports-gnome-46a70648631cf8a68ff61a8d91ac5b3f741815ce.tar.gz freebsd-ports-gnome-46a70648631cf8a68ff61a8d91ac5b3f741815ce.tar.zst freebsd-ports-gnome-46a70648631cf8a68ff61a8d91ac5b3f741815ce.zip |
math/py-numpy: Remove Atlas WITH_STATIC notification using ECHO_MSG
Shell commands can't be used in a Makefile without a target. Remove the atlas
WITH_STATIC messaging until a more suitable mechanism can be found.
PR: ports/184775
Reported by: Roland Smith <rsmith@xs4all.nl>
Diffstat (limited to 'math')
-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 |