[146131] trunk/dports/science/hdf5/Portfile

mmoll at macports.org mmoll at macports.org
Mon Feb 29 09:44:03 PST 2016


Revision: 146131
          https://trac.macports.org/changeset/146131
Author:   mmoll at macports.org
Date:     2016-02-29 09:44:03 -0800 (Mon, 29 Feb 2016)
Log Message:
-----------
Enable Fortran 2003 when +fortran is appended. Closes #50740

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

Modified: trunk/dports/science/hdf5/Portfile
===================================================================
--- trunk/dports/science/hdf5/Portfile	2016-02-29 17:36:02 UTC (rev 146130)
+++ trunk/dports/science/hdf5/Portfile	2016-02-29 17:44:03 UTC (rev 146131)
@@ -8,7 +8,7 @@
 
 name                hdf5
 version             1.8.16
-revision            1
+revision            2
 categories          science
 maintainers         mmoll openmaintainer
 
@@ -122,7 +122,7 @@
   +fortran is EXPERIMENTAL with +threadsafe
 } {
     configure.args-delete       --disable-fortran
-    configure.args-append       --enable-fortran
+    configure.args-append       --enable-fortran --enable-fortran2003
 
     if {![fortran_variant_isset]} {
         default_variants +gfortran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160229/5b4f1db5/attachment.html>


More information about the macports-changes mailing list