[122960] trunk/dports/math/petsc/Portfile

sean at macports.org sean at macports.org
Sat Aug 2 14:58:58 PDT 2014


Revision: 122960
          https://trac.macports.org/changeset/122960
Author:   sean at macports.org
Date:     2014-08-02 14:58:58 -0700 (Sat, 02 Aug 2014)
Log Message:
-----------
petsc: fix suitesparse variant; fixes #44506

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

Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- trunk/dports/math/petsc/Portfile	2014-08-02 21:58:53 UTC (rev 122959)
+++ trunk/dports/math/petsc/Portfile	2014-08-02 21:58:58 UTC (rev 122960)
@@ -91,8 +91,7 @@
 
 variant suitesparse description {Build with CHOLDMOD and UMFPACK} {
     depends_lib-append    port:SuiteSparse
-    configure.args-append --with-cholmod-dir=${prefix} \
-                          --with-umfpack-dir=${prefix}
+    configure.args-append --with-suitesparse-dir=${prefix}
 }
 
 variant sundials description {Build with CVODE interface for TS} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140802/6448bcd9/attachment.html>


More information about the macports-changes mailing list