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>
This commit is contained in:
Kubilay Kocak 2013-12-15 15:02:30 +00:00
parent 889cc3b544
commit 6e42769226
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336541

View file

@ -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