[111689] trunk/dports/math/R/Portfile

larryv at macports.org larryv at macports.org
Sat Sep 28 11:22:07 PDT 2013


Revision: 111689
          https://trac.macports.org/changeset/111689
Author:   larryv at macports.org
Date:     2013-09-28 11:22:07 -0700 (Sat, 28 Sep 2013)
Log Message:
-----------
R: Fix link flag in +atlas variant (#40602).

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

Modified: trunk/dports/math/R/Portfile
===================================================================
--- trunk/dports/math/R/Portfile	2013-09-28 16:36:59 UTC (rev 111688)
+++ trunk/dports/math/R/Portfile	2013-09-28 18:22:07 UTC (rev 111689)
@@ -77,7 +77,7 @@
 
 variant atlas conflicts accelerate builtin_lapack description {build using the BLAS in the atlas port} {
     depends_lib-append      port:atlas
-    configure.args-append   --with-blas="-L/MacPorts/lib -lptf77blas -latlas"
+    configure.args-append   --with-blas="-L${prefix}/lib -lptf77blas -latlas"
     #See A.3.2 in R Installation and Administration for why atlas LAPACK not used
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130928/2efb2022/attachment.html>


More information about the macports-changes mailing list