diff options
author | maho <maho@FreeBSD.org> | 2006-07-01 10:41:20 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-07-01 10:41:20 +0800 |
commit | 6ac9d07e86fec616945be8f584631f48edb5b0fb (patch) | |
tree | 60e8b97802bac738aa004cd184ed8ede277c5183 /math | |
parent | a58d6c9873744a8b90391d34f83b58b91dfa9c02 (diff) | |
download | freebsd-ports-gnome-6ac9d07e86fec616945be8f584631f48edb5b0fb.tar.gz freebsd-ports-gnome-6ac9d07e86fec616945be8f584631f48edb5b0fb.tar.zst freebsd-ports-gnome-6ac9d07e86fec616945be8f584631f48edb5b0fb.zip |
Now math/atlas* only build shared libs by default,
link against shared libs instead of static libs.
Diffstat (limited to 'math')
-rw-r--r-- | math/scalapack/files/patch-SLmake.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scalapack/files/patch-SLmake.inc b/math/scalapack/files/patch-SLmake.inc index b1f8032d0ba4..fe3915e06b33 100644 --- a/math/scalapack/files/patch-SLmake.inc +++ b/math/scalapack/files/patch-SLmake.inc @@ -56,7 +56,7 @@ # SCALAPACKLIB = $(home)/libscalapack.a -BLASLIB = /usr/local/lib/libf77blas.a /usr/local/lib/libatlas.a -+BLASLIB = @PREFIX@/lib/libf77blas.a @PREFIX@/lib/libatlas.a ++BLASLIB = -L@PREFIX@/lib -lf77blas -latlas # PBLIBS = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB) PRLIBS = $(SCALAPACKLIB) $(CBLACSLIB) $(SMPLIB) |