[141520] trunk/dports/science
dstrubbe at macports.org
dstrubbe at macports.org
Sat Dec 12 01:52:46 PST 2015
Revision: 141520
https://trac.macports.org/changeset/141520
Author: dstrubbe at macports.org
Date: 2015-10-19 19:55:05 -0700 (Mon, 19 Oct 2015)
Log Message:
-----------
mpich, mpich-devel, openmpi, openmpi-devel: Forgot to add use of compilers PortGroup in last commit that added use of a variable from there, which made mpich-default, openmpi-default, mpich-clang37, etc. not even get added to the index anymore...
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-20 01:55:31 UTC (rev 141519)
+++ trunk/dports/science/mpich/Portfile 2015-10-20 02:55:05 UTC (rev 141520)
@@ -4,6 +4,7 @@
PortSystem 1.0
PortGroup compiler_blacklist_versions 1.0
PortGroup select 1.0
+PortGroup compilers 1.0
name mpich
version 3.1.4
Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile 2015-10-20 01:55:31 UTC (rev 141519)
+++ trunk/dports/science/openmpi/Portfile 2015-10-20 02:55:05 UTC (rev 141520)
@@ -4,6 +4,7 @@
PortSystem 1.0
PortGroup compiler_blacklist_versions 1.0
PortGroup select 1.0
+PortGroup compilers 1.0
name openmpi
version 1.10.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/2c415e71/attachment.html>
More information about the macports-changes
mailing list