Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 15:02:30 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336541 - head/math/py-numpy
Message-ID:  <201312151502.rBFF2U7x053683@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151502.rBFF2U7x053683>