Revision
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

Modified Paths

Diff

Modified: trunk/dports/python/py27-numpy/Portfile (75388 => 75389)


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