[115297] trunk/dports/math/SuiteSparse/Portfile

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


Revision: 115297
          https://trac.macports.org/changeset/115297
Author:   sean at macports.org
Date:     2013-12-30 11:52:55 -0800 (Mon, 30 Dec 2013)
Log Message:
-----------
SuiteSparse: use correct spelling of openmp variant

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

Modified: trunk/dports/math/SuiteSparse/Portfile
===================================================================
--- trunk/dports/math/SuiteSparse/Portfile	2013-12-30 19:52:52 UTC (rev 115296)
+++ trunk/dports/math/SuiteSparse/Portfile	2013-12-30 19:52:55 UTC (rev 115297)
@@ -113,8 +113,8 @@
     set metis ""
     if {[variant_isset metis]} {
         catch {exec port installed metis} output
-        if {[string match *+openmpi* ${output}]} {
-            # metis installed with +openmpi variant
+        if {[string match *+openmp* ${output}]} {
+            # metis installed with +openmp variant
             set metis "-lmetis -fopenmp"
         } else {
             set metis "-lmetis"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131230/e651d457/attachment.html>


More information about the macports-changes mailing list