Revision: 120737 https://trac.macports.org/changeset/120737 Author: sean@macports.org Date: 2014-06-05 20:54:27 -0700 (Thu, 05 Jun 2014) Log Message: ----------- superlu: separate build.target into build.args Modified Paths: -------------- trunk/dports/math/superlu/Portfile Modified: trunk/dports/math/superlu/Portfile =================================================================== --- trunk/dports/math/superlu/Portfile 2014-06-06 03:54:23 UTC (rev 120736) +++ trunk/dports/math/superlu/Portfile 2014-06-06 03:54:27 UTC (rev 120737) @@ -27,7 +27,8 @@ configure.cflags -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -O3 -mtune=native -build.target lib LAAUX="" SLASRC="" DLASRC="" CLASRC="" ZLASRC="" SCLAUX="" DZLAUX="" +build.target lib +build.args LAAUX="" SLASRC="" DLASRC="" CLASRC="" ZLASRC="" SCLAUX="" DZLAUX="" post-extract { reinplace "s|^SuperLUroot.*$|SuperLUroot = ${worksrcpath}|" ${worksrcpath}/make.inc
participants (1)
-
sean@macports.org