svn commit: r336541 - head/math/py-numpy

Kubilay Kocak koobs at FreeBSD.org
Sun Dec 15 15:02:30 UTC 2013


Author: koobs
Date: Sun Dec 15 15:02:30 2013
New Revision: 336541
URL: http://svnweb.freebsd.org/changeset/ports/336541

Log:
  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 at xs4all.nl>

Modified:
  head/math/py-numpy/Makefile

Modified: head/math/py-numpy/Makefile
==============================================================================
--- head/math/py-numpy/Makefile	Sun Dec 15 14:32:28 2013	(r336540)
+++ head/math/py-numpy/Makefile	Sun Dec 15 15:02:30 2013	(r336541)
@@ -56,14 +56,6 @@ DISTFILES+=	${FP_ARCH}/fenv.c?p=203441:f
 
 .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


More information about the svn-ports-head mailing list