[129989] trunk/dports/math/ml/Portfile

sean at macports.org sean at macports.org
Tue Dec 23 16:42:48 PST 2014


Revision: 129989
          https://trac.macports.org/changeset/129989
Author:   sean at macports.org
Date:     2014-12-23 16:42:48 -0800 (Tue, 23 Dec 2014)
Log Message:
-----------
ml: use explicit paths for blas and lapack

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

Modified: trunk/dports/math/ml/Portfile
===================================================================
--- trunk/dports/math/ml/Portfile	2014-12-24 00:42:46 UTC (rev 129988)
+++ trunk/dports/math/ml/Portfile	2014-12-24 00:42:48 UTC (rev 129989)
@@ -30,8 +30,8 @@
                     --disable-ml-aztecoo \
                     --disable-ml-examples \
                     --disable-tests \
-                    --with-blas='-framework vecLib' \
-                    --with-lapack='-framework Accelerate'
+                    --with-blas=/usr/lib/libblas.dylib \
+                    --with-lapack=/usr/lib/liblapack.dylib
 
 configure.cflags    -O3 -mtune=native -fPIC
 configure.cxxflags  -O3 -mtune=native -fPIC
@@ -39,7 +39,7 @@
 configure.f90flags  -O3 -mtune=native -fPIC
 
 post-build {
-    system -W ${worksrcpath}/src "${configure.cxx} *.o -framework Accelerate -framework vecLib -dynamiclib -Wl,-multiply_defined,suppress,-commons,use_dylibs,-search_paths_first -install_name ${prefix}/lib/lib${name}.${version}.dylib -o lib${name}.${version}.dylib"
+    system -W ${worksrcpath}/src "${configure.cxx} *.o /usr/lib/libblas.dylib /usr/lib/liblapack.dylib -dynamiclib -Wl,-multiply_defined,suppress,-commons,use_dylibs,-search_paths_first -install_name ${prefix}/lib/lib${name}.${version}.dylib -o lib${name}.${version}.dylib"
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141223/16d86ff1/attachment.html>


More information about the macports-changes mailing list