[115288] trunk/dports/math/metis/Portfile

sean at macports.org sean at macports.org
Mon Dec 30 11:52:17 PST 2013


Revision: 115288
          https://trac.macports.org/changeset/115288
Author:   sean at macports.org
Date:     2013-12-30 11:52:17 -0800 (Mon, 30 Dec 2013)
Log Message:
-----------
metis: fix spelling of openmp variant

Modified Paths:
--------------
    trunk/dports/math/metis/Portfile

Modified: trunk/dports/math/metis/Portfile
===================================================================
--- trunk/dports/math/metis/Portfile	2013-12-30 19:52:12 UTC (rev 115287)
+++ trunk/dports/math/metis/Portfile	2013-12-30 19:52:17 UTC (rev 115288)
@@ -56,11 +56,8 @@
         ${destroot}${prefix}/share/doc/${name}
 }
 
-# openmpi is not universal
-variant openmpi conflicts universal description {Build Metis with MPI support} {
-    depends_build-append    port:openmpi
-
-    configure.args-append   openmp=1
+variant openmp description {Enable openmp support} {
+  configure.args-append       -DOPENMP=1
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131230/111bedcd/attachment.html>


More information about the macports-changes mailing list