[141195] trunk/dports/science
dstrubbe at macports.org
dstrubbe at macports.org
Mon Oct 12 08:31:59 PDT 2015
Revision: 141195
https://trac.macports.org/changeset/141195
Author: dstrubbe at macports.org
Date: 2015-10-12 08:31:59 -0700 (Mon, 12 Oct 2015)
Log Message:
-----------
mpich-default, mpich-devel-default, openmpi-default, openmpi-devel-default: set default Fortran variant to gcc5 instead of gcc49, for consistency with compilers PortGroup.
Modified Paths:
--------------
trunk/dports/science/mpich/Portfile
trunk/dports/science/openmpi/Portfile
Modified: trunk/dports/science/mpich/Portfile
===================================================================
--- trunk/dports/science/mpich/Portfile 2015-10-12 15:31:41 UTC (rev 141194)
+++ trunk/dports/science/mpich/Portfile 2015-10-12 15:31:59 UTC (rev 141195)
@@ -232,7 +232,7 @@
}
} else {
set gcc_versions {4.3 4.4 4.5 4.6 4.7 4.8 4.9 5 6}
- set default_fortran_variant +gcc49
+ set default_fortran_variant +gcc5
set g95_conflicts {}
foreach ver ${gcc_versions} {
Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile 2015-10-12 15:31:41 UTC (rev 141194)
+++ trunk/dports/science/openmpi/Portfile 2015-10-12 15:31:59 UTC (rev 141195)
@@ -206,7 +206,7 @@
default_variants-append +fortran
} else {
set gcc_versions {4.3 4.4 4.5 4.6 4.7 4.8 4.9 5 6}
- set default_fortran_variant +gcc49
+ set default_fortran_variant +gcc5
set g95_conflicts {}
foreach ver ${gcc_versions} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151012/a4d24da9/attachment.html>
More information about the macports-changes
mailing list