[106281] trunk/dports/math/qrupdate/Portfile

blair at macports.org blair at macports.org
Mon May 20 22:58:23 PDT 2013


Revision: 106281
          https://trac.macports.org/changeset/106281
Author:   blair at macports.org
Date:     2013-05-20 22:58:23 -0700 (Mon, 20 May 2013)
Log Message:
-----------
qrupdate: add +gcc48 variant.

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

Modified: trunk/dports/math/qrupdate/Portfile
===================================================================
--- trunk/dports/math/qrupdate/Portfile	2013-05-21 04:43:00 UTC (rev 106280)
+++ trunk/dports/math/qrupdate/Portfile	2013-05-21 05:58:23 UTC (rev 106281)
@@ -86,7 +86,7 @@
 }
 
 
-variant g95 conflicts gcc45 gcc46 gcc47 universal description {build with g95} {
+variant g95 conflicts gcc45 gcc46 gcc47 gcc48 universal description {build with g95} {
     depends_build-append    port:g95
     post-patch {
         reinplace "s|Makeconf|Makeconf.g95|" ${worksrcpath}/Makefile
@@ -94,29 +94,36 @@
     }
 }
 
-variant gcc45 conflicts g95 gcc46 gcc47 universal description {build with gcc45 fortran} {
+variant gcc45 conflicts g95 gcc46 gcc47 gcc48 universal description {build with gcc45 fortran} {
     depends_lib-append    port:gcc45
     post-patch {
         reinplace "s|gfortran|gfortran-mp-4.5|" ${worksrcpath}/Makeconf
     }
 }
 
-variant gcc46 conflicts g95 gcc45 gcc47 description {build with gcc46 fortran} {
+variant gcc46 conflicts g95 gcc45 gcc47 gcc48 description {build with gcc46 fortran} {
     depends_lib-append    port:gcc46
     post-patch {
         reinplace "s|gfortran|gfortran-mp-4.6|" ${worksrcpath}/Makeconf
     }
 }
 
-variant gcc47 conflicts g95 gcc45 gcc46 description {build with gcc47 fortran} {
+variant gcc47 conflicts g95 gcc45 gcc46 gcc48 description {build with gcc47 fortran} {
     depends_lib-append    port:gcc47
     post-patch {
         reinplace "s|gfortran|gfortran-mp-4.7|" ${worksrcpath}/Makeconf
     }
 }
 
+variant gcc48 conflicts g95 gcc45 gcc46 gcc47 description {build with gcc48 fortran} {
+    depends_lib-append    port:gcc48
+    post-patch {
+        reinplace "s|gfortran|gfortran-mp-4.8|" ${worksrcpath}/Makeconf
+    }
+}
+
 if {![variant_isset gcc45] && ![variant_isset gcc46] \
-        && ![variant_isset g95]} {
+        && ![variant_isset g95] && ![variant_isset gcc48]} {
 	default_variants +gcc47
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130520/8d932ac3/attachment.html>


More information about the macports-changes mailing list