Revision: 122960 https://trac.macports.org/changeset/122960 Author: sean@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} {