[60139] trunk/dports/math/atlas/Portfile

jmr at macports.org jmr at macports.org
Mon Nov 2 19:17:01 PST 2009


Revision: 60139
          http://trac.macports.org/changeset/60139
Author:   jmr at macports.org
Date:     2009-11-02 19:17:01 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
atlas: don't declare a universal variant when universal is not supported (#22338)

Modified Paths:
--------------
    trunk/dports/math/atlas/Portfile

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2009-11-03 03:15:51 UTC (rev 60138)
+++ trunk/dports/math/atlas/Portfile	2009-11-03 03:17:01 UTC (rev 60139)
@@ -82,9 +82,11 @@
 
 # change the default compilers to those of gcc43 and make into shared library
 
-variant universal description {universal variant is not currently supported in atlas} {
+if {[variant_isset universal]} {
   ui_msg "Atlas does not currently support the universal variant. Your default arch will be used instead."
 }
+universal_variant no
+
 extract {
     # extract atlas and move to a consistent working directory name
     system "cd ${workpath} && bunzip2 -dc ${distpath}/${atlasdist} | \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091102/c9f79099/attachment.html>


More information about the macports-changes mailing list