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

jochen at macports.org jochen at macports.org
Sun Sep 13 13:19:43 PDT 2009


Revision: 57589
          http://trac.macports.org/changeset/57589
Author:   jochen at macports.org
Date:     2009-09-13 13:19:38 -0700 (Sun, 13 Sep 2009)
Log Message:
-----------
upgrade to version 1.13
provide gcc44 variant (untested and unsupported)

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

Modified: trunk/dports/math/gsl/Portfile
===================================================================
--- trunk/dports/math/gsl/Portfile	2009-09-13 20:03:26 UTC (rev 57588)
+++ trunk/dports/math/gsl/Portfile	2009-09-13 20:19:38 UTC (rev 57589)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gsl
-version             1.12
+version             1.13
 categories          math science
 maintainers         openmaintainer jochen
 homepage            http://www.gnu.org/software/gsl
@@ -18,9 +18,9 @@
                     least-squares fitting. There are over 1000 functions in total.
 
 master_sites        gnu
-checksums           md5     3ec101903c8157756fa1352161bd4c39 \
-                    sha1    3b5cba13f4b90e1473f693a5dc7efdcaae55fc46 \
-                    rmd160  07c9d6a1e1fc1efb43dcc883fd15a2ca5d312da0
+checksums           md5     d9fcfa367c44ab68a25b4edf34c3c5f7 \
+                    sha1    02db78b9583bc7b2a577da6f45f5dd9f23ef737e \
+                    rmd160  f71507181ace425df0977a13946f12cae4b65783
 
 platforms           darwin
 # Lower optimization level (-O1) is required to avoid code generation
@@ -59,14 +59,20 @@
     }
 }
 
-variant gcc43 description "Use GCC 4.3 for compilation of GSL - optimized for host machine" {
+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.cflags-append     "-ftree-vectorize -O3"
 }
 
+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.cflags-append     "-ftree-vectorize -O3"
+}
+
 platform i386 {
-  if {[variant_isset gcc43]} {
+  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/20090913/3f40644c/attachment.html>


More information about the macports-changes mailing list