diff options
-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 |