[116371] trunk/dports/science/hdf5-18/Portfile

sean at macports.org sean at macports.org
Thu Jan 23 12:14:20 PST 2014


Revision: 116371
          https://trac.macports.org/changeset/116371
Author:   sean at macports.org
Date:     2014-01-23 12:14:20 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
hdf5-18: use mpi_variant_isset to test for mpi

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

Modified: trunk/dports/science/hdf5-18/Portfile
===================================================================
--- trunk/dports/science/hdf5-18/Portfile	2014-01-23 20:14:16 UTC (rev 116370)
+++ trunk/dports/science/hdf5-18/Portfile	2014-01-23 20:14:20 UTC (rev 116371)
@@ -130,7 +130,7 @@
 
 if {[ variant_isset threadsafe ] && ([ variant_isset cxx ] ||
                                      [ variant_isset fortran ]) ||
-    ([ variant_isset mpich ] || [ variant_isset openmpi ])  &&
+    ([ mpi_variant_isset ])  &&
     ([ variant_isset cxx ]   || [ variant_isset threadsafe ])  } {
 
     # Tell hdf5-18 to configure in this experimental configuration
@@ -178,7 +178,7 @@
     configure.fc                ${prefix}/bin/mpif90-mp
 }
 
-if {[ variant_isset mpich ] || [ variant_isset openmpi ]} {
+if {[ mpi_variant_isset ]} {
     configure.args-delete       --disable-parallel
     configure.args-append       --enable-parallel
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/c9eb4bc9/attachment-0001.html>


More information about the macports-changes mailing list