diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-03-31 14:53:53 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-03-31 14:53:53 +0000 |
commit | 437150d1ccf52bdc6eff849c341f4e3ea61a7a94 (patch) | |
tree | f40811924854135f5a291bd122e37ca1b8e9d533 /sci-libs/acml/files | |
parent | Updated SRC_URI to use rubyforge mirrors (diff) | |
download | gentoo-2-437150d1ccf52bdc6eff849c341f4e3ea61a7a94.tar.gz gentoo-2-437150d1ccf52bdc6eff849c341f4e3ea61a7a94.tar.bz2 gentoo-2-437150d1ccf52bdc6eff849c341f4e3ea61a7a94.zip |
Forced -Wl,--no-as-needed in the pkg-config files. Now blas and lapack pkg-config point to the static acml directory instead of the dynamic libblas and liblapack
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs/acml/files')
-rw-r--r-- | sci-libs/acml/files/blas.pc.in | 2 | ||||
-rw-r--r-- | sci-libs/acml/files/lapack.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/acml/files/blas.pc.in b/sci-libs/acml/files/blas.pc.in index d9f7f4087943..523aabc1204c 100644 --- a/sci-libs/acml/files/blas.pc.in +++ b/sci-libs/acml/files/blas.pc.in @@ -7,5 +7,5 @@ Name: blas Description: ACML implementations of the Basic Linear Algebra Subroutines Version: @PV@ URL: http://developer.amd.com/acml.jsp -Libs: -L${libdir} -lblas -lacml_mv @EXTLIBS@ +Libs: -Wl,--no-as-needed -L${libdir} @ACMLLIBS@ @EXTLIBS@ Cflags: @EXTFLAGS@ diff --git a/sci-libs/acml/files/lapack.pc.in b/sci-libs/acml/files/lapack.pc.in index d2453f180759..48fef122dfe4 100644 --- a/sci-libs/acml/files/lapack.pc.in +++ b/sci-libs/acml/files/lapack.pc.in @@ -7,5 +7,5 @@ Name: lapack Description: ACML implementation of the F77 Linear Algebra PACKage Version: @PV@ URL: http://developer.amd.com/acml.jsp -Libs: -L${libdir} -llapack -lacml_mv @EXTLIBS@ +Libs: -Wl,--no-as-needed -L${libdir} @ACMLLIBS@ @EXTLIBS@ Cflags: @EXTFLAGS@ |