summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-07-01 02:41:20 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-07-01 02:41:20 +0000
commit0f2167214fd461ff4b18113c09c645715acbd966 (patch)
tree457bffb87b34ada37c9d3b6f6da7479c1b5132f1
parentUpdate distinfo: vendor rerolled distfile. (diff)
Now math/atlas* only build shared libs by default,
link against shared libs instead of static libs.
Notes
Notes: svn path=/head/; revision=166681
-rw-r--r--math/scalapack/files/patch-SLmake.inc2
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)