Revision: 144144 https://trac.macports.org/changeset/144144 Author: mcalhoun@macports.org Date: 2016-01-02 22:26:10 -0800 (Sat, 02 Jan 2016) Log Message: ----------- qrupdate: simplify atlas variant link command to be consistent with other variants Modified Paths: -------------- trunk/dports/math/qrupdate/Portfile Modified: trunk/dports/math/qrupdate/Portfile =================================================================== --- trunk/dports/math/qrupdate/Portfile 2016-01-03 06:13:18 UTC (rev 144143) +++ trunk/dports/math/qrupdate/Portfile 2016-01-03 06:26:10 UTC (rev 144144) @@ -69,9 +69,9 @@ variant atlas conflicts accelerate openblas description {build with atlas instead of Accelerate framework} { depends_lib-append port:atlas - build.args-append BLAS="-L${prefix}/lib -ltatlas" LAPACK="-L${prefix}/lib -llapack" - destroot.args-append BLAS="-L${prefix}/lib -ltatlas" LAPACK="-L${prefix}/lib -llapack" - test.args-append BLAS="-L${prefix}/lib -ltatlas" LAPACK="-L${prefix}/lib -llapack" + build.args-append BLAS=-ltatlas LAPACK=-llapack + destroot.args-append BLAS=-ltatlas LAPACK=-llapack + test.args-append BLAS=-ltatlas LAPACK=-llapack } variant accelerate conflicts atlas openblas description {build with Accelerate framework} {