[52412] trunk/dports/science/cfitsio/Portfile

ram at macports.org ram at macports.org
Mon Jun 15 20:58:15 PDT 2009


Revision: 52412
          http://trac.macports.org/changeset/52412
Author:   ram at macports.org
Date:     2009-06-15 20:58:15 -0700 (Mon, 15 Jun 2009)
Log Message:
-----------
science/cfitsio: add gcc44 fortran variant

Modified Paths:
--------------
    trunk/dports/science/cfitsio/Portfile

Modified: trunk/dports/science/cfitsio/Portfile
===================================================================
--- trunk/dports/science/cfitsio/Portfile	2009-06-16 03:58:08 UTC (rev 52411)
+++ trunk/dports/science/cfitsio/Portfile	2009-06-16 03:58:15 UTC (rev 52412)
@@ -53,22 +53,27 @@
     [glob ${worksrcpath}/*.toc] [glob ${worksrcpath}/*.tex] ${docdir}
 }
 
-variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 g95 g77 {
+variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 g95 g77 {
   depends_lib-append  port:gcc42
   configure.fc        ${prefix}/bin/gfortran-mp-4.2
 }
 
-variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 g95 g77 {
+variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 g95 g77 {
   depends_lib-append  port:gcc43
   configure.fc        ${prefix}/bin/gfortran-mp-4.3
 }
 
-variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 g77 {
+variant gcc44 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc43 g95 g77 {
+  depends_lib-append  port:gcc44
+  configure.fc        ${prefix}/bin/gfortran-mp-4.4
+}
+
+variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 g77 {
   depends_lib-append  port:g95
   configure.fc        ${prefix}/bin/g95
 }
 
-variant g77 description {create Fortran wrappers using g77} conflicts gcc42 gcc43 g95 {
+variant g77 description {create Fortran wrappers using g77} conflicts gcc42 gcc43 gcc44 g95 {
   depends_lib-append  port:gcc34
   configure.fc        ${prefix}/bin/g77-dp-3.4
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090615/4afbee69/attachment.html>


More information about the macports-changes mailing list