diff options
author | maho <maho@FreeBSD.org> | 2010-09-20 07:38:14 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2010-09-20 07:38:14 +0800 |
commit | cbe7abc59a348f72978bba9392b8815f7a82e597 (patch) | |
tree | 6de4c80d1e1b063b24480ab043ee3f003dec5fed /math | |
parent | 7ca055fdf5a40ddd223b76e53b9a5d10259faee4 (diff) | |
download | freebsd-ports-gnome-cbe7abc59a348f72978bba9392b8815f7a82e597.tar.gz freebsd-ports-gnome-cbe7abc59a348f72978bba9392b8815f7a82e597.tar.zst freebsd-ports-gnome-cbe7abc59a348f72978bba9392b8815f7a82e597.zip |
Do not strictly specify BLAS at linking.
Diffstat (limited to 'math')
-rw-r--r-- | math/lapack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 77d2ba179687..b6538a462f13 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -94,7 +94,7 @@ post-build: .for lib in lapack tmglib cd ${WRKSRC_SHARED} ; ${FC} ${FFLAGS} ${FFLAGS_SHARED} ${LDFLAGS} -shared \ -o lib${lib}.so.${SVERSION} -Wl,-x -Wl,-soname,lib${lib}.so.${SVERSION} \ - -Wl,--whole-archive lib${lib}.a -Wl,--no-whole-archive -Wl,--as-needed ${BLAS} + -Wl,--whole-archive lib${lib}.a -Wl,--no-whole-archive .endfor do-install: |