[146883] trunk/dports/math/lapack/Portfile
takeshi at macports.org
takeshi at macports.org
Sat Mar 19 06:03:09 PDT 2016
Revision: 146883
https://trac.macports.org/changeset/146883
Author: takeshi at macports.org
Date: 2016-03-19 06:03:09 -0700 (Sat, 19 Mar 2016)
Log Message:
-----------
lapack: fix install names
Modified Paths:
--------------
trunk/dports/math/lapack/Portfile
Modified: trunk/dports/math/lapack/Portfile
===================================================================
--- trunk/dports/math/lapack/Portfile 2016-03-19 11:57:04 UTC (rev 146882)
+++ trunk/dports/math/lapack/Portfile 2016-03-19 13:03:09 UTC (rev 146883)
@@ -7,6 +7,7 @@
name lapack
version 3.6.0
+revision 1
categories math devel science
platforms darwin
license BSD
@@ -38,11 +39,17 @@
patch-LAPACKE-CMakeLists.txt.diff \
patch-LAPACKE-lapacke.pc.in.diff
+configure.args-delete \
+ -DCMAKE_INSTALL_RPATH=${prefix}/lib \
+ -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib
+
configure.args-append \
-DBUILD_SHARED_LIBS=ON \
-DCBLAS=ON \
-DLAPACKE=ON \
- -DCMAKE_INSTALL_LIBDIR=${prefix}/lib/${name}
+ -DCMAKE_INSTALL_LIBDIR=${prefix}/lib/${name} \
+ -DCMAKE_INSTALL_RPATH=${prefix}/lib/${name} \
+ -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib/${name}
variant accelerate description {use BLAS in Accelerate.framework} {
depends_lib-append port:vecLibFort
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160319/9bc9afd5/attachment.html>
More information about the macports-changes
mailing list