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

takeshi at macports.org takeshi at macports.org
Mon Nov 24 01:39:31 PST 2014


Revision: 128600
          https://trac.macports.org/changeset/128600
Author:   takeshi at macports.org
Date:     2014-11-24 01:39:31 -0800 (Mon, 24 Nov 2014)
Log Message:
-----------
GASNet: set default_variants before finding variables for compilers

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

Modified: trunk/dports/devel/GASNet/Portfile
===================================================================
--- trunk/dports/devel/GASNet/Portfile	2014-11-24 09:37:20 UTC (rev 128599)
+++ trunk/dports/devel/GASNet/Portfile	2014-11-24 09:39:31 UTC (rev 128600)
@@ -28,16 +28,15 @@
 
 universal_variant   no
 
+if {![mpi_variant_isset]} {
+    default_variants-append +mpich
+}
 set mpi [mpi_variant_name]
 set cmp [gcc_variant_name]
 if {${cmp} == ""} {
     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/b129f83c/attachment.html>


More information about the macports-changes mailing list