[57728] trunk/dports/math/gsl/Portfile

jochen at macports.org jochen at macports.org
Tue Sep 15 11:45:16 PDT 2009


Revision: 57728
          http://trac.macports.org/changeset/57728
Author:   jochen at macports.org
Date:     2009-09-15 11:45:15 -0700 (Tue, 15 Sep 2009)
Log Message:
-----------
update compiler specification according to discussion in #21336

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

Modified: trunk/dports/math/gsl/Portfile
===================================================================
--- trunk/dports/math/gsl/Portfile	2009-09-15 18:40:12 UTC (rev 57727)
+++ trunk/dports/math/gsl/Portfile	2009-09-15 18:45:15 UTC (rev 57728)
@@ -61,17 +61,17 @@
 
 variant gcc43 conflicts gcc43 description "Use GCC 4.3 for compilation of GSL - optimized for host machine" {
     depends_build-append        port:gcc43
-    configure.cc                gcc-mp-4.3
+    configure.compiler          macports-gcc-4.3
     configure.cflags-append     "-ftree-vectorize -O3"
 }
 
-variant gcc44 conflicts gcc43 description "Use GCC 4.4 for compilation of GSL - optimized for host machine (unsupported)" {
+variant gcc44 conflicts gcc43 description "Use GCC 4.4 for compilation of GSL - optimized for host machine" {
     depends_build-append        port:gcc44
-    configure.cc                gcc-mp-4.4
+    configure.compiler          macports-gcc-4.4
     configure.cflags-append     "-ftree-vectorize -O3"
 }
 
-platform i386 {
+platform darwin i386 {
   if {[variant_isset gcc43] || [variant_isset gcc44]} {
     configure.cflags-append     "-march=native"
   }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090915/c25afda9/attachment.html>


More information about the macports-changes mailing list