[128596] trunk/dports/devel/GASNet/Portfile

takeshi at macports.org takeshi at macports.org
Mon Nov 24 01:26:57 PST 2014


Revision: 128596
          https://trac.macports.org/changeset/128596
Author:   takeshi at macports.org
Date:     2014-11-24 01:26:57 -0800 (Mon, 24 Nov 2014)
Log Message:
-----------
GASNet: set mpich as default to avoid buildbots failure

Modified Paths:
--------------
    trunk/dports/devel/GASNet/Portfile

Modified: trunk/dports/devel/GASNet/Portfile
===================================================================
--- trunk/dports/devel/GASNet/Portfile	2014-11-24 09:26:37 UTC (rev 128595)
+++ trunk/dports/devel/GASNet/Portfile	2014-11-24 09:26:57 UTC (rev 128596)
@@ -34,6 +34,10 @@
     set cmp mp
 }
 
+if {![mpi_variant_isset]} {
+    default_variants-append +mpich
+}
+
 configure.args-append \
                     --mandir=${prefix}/share/man \
                     --enable-pthreads \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141124/24fd5d08/attachment.html>


More information about the macports-changes mailing list