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

jameskyle at macports.org jameskyle at macports.org
Thu Sep 9 14:03:31 PDT 2010


Revision: 71349
          http://trac.macports.org/changeset/71349
Author:   jameskyle at macports.org
Date:     2010-09-09 14:03:30 -0700 (Thu, 09 Sep 2010)
Log Message:
-----------
Changed default variant for atlas from gcc45 to gcc44. I've tested this on my new macbook i7 and it compiles without erorr on gcc44. gcc44 puts the port in line with the default compiler for other math libraries minimizing link problems. Some users reported only having successful compiles with gcc45. They will need to select the 45 variant manually

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

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2010-09-09 21:03:28 UTC (rev 71348)
+++ trunk/dports/math/atlas/Portfile	2010-09-09 21:03:30 UTC (rev 71349)
@@ -59,11 +59,11 @@
   set gccversion    4.2
 } elseif { [variant_isset gcc43] } {
   set gccversion    4.3
-} elseif { [variant_isset gcc44 ] } {
+} elseif { [variant_isset gcc45 ] } {
+  set gccversion    4.5
+} else {
+  default_variants +gcc44
   set gccversion    4.4
-} else {
-  default_variants +gcc45
-  set gccversion    4.5
 }
 
 set gccnumber       [join [split ${gccversion} .] ""]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100909/488c18f0/attachment.html>


More information about the macports-changes mailing list