Revision: 75389 http://trac.macports.org/changeset/75389 Author: rmstonecipher@macports.org Date: 2011-01-23 21:29:54 -0800 (Sun, 23 Jan 2011) Log Message: ----------- python/py27-numpy undo a change accidentally committed in r75388 Revision Links: -------------- http://trac.macports.org/changeset/75388 Modified Paths: -------------- trunk/dports/python/py27-numpy/Portfile Modified: trunk/dports/python/py27-numpy/Portfile =================================================================== --- trunk/dports/python/py27-numpy/Portfile 2011-01-24 05:25:37 UTC (rev 75388) +++ trunk/dports/python/py27-numpy/Portfile 2011-01-24 05:29:54 UTC (rev 75389) @@ -48,9 +48,8 @@ # use ATLAS by default; if MacPorts' ATLAS is not used, numpy will # link with that supplied by Apple's Accelerate framework. -if {![variant_isset universal]} { - default_variants +atlas -} +default_variants +atlas + # when using ATLAS (whether by default or specified by the user via # the +atlas variant) ... set gcc_version ""
participants (1)
-
rmstonecipher@macports.org