[144144] trunk/dports/math/qrupdate/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Jan 2 22:26:11 PST 2016


Revision: 144144
          https://trac.macports.org/changeset/144144
Author:   mcalhoun at 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} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160102/d2f75b40/attachment.html>


More information about the macports-changes mailing list