diff options
author | maho <maho@FreeBSD.org> | 2006-07-09 09:55:09 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-07-09 09:55:09 +0800 |
commit | 78c49a07dae615034a4fa2ab56029d62414a1bcb (patch) | |
tree | 44e755bdbff14247b881e31117ae046632e48f0d /math/scalapack/files | |
parent | 952ef967be746e53e6941b5f18f6611869452fe1 (diff) | |
download | freebsd-ports-gnome-78c49a07dae615034a4fa2ab56029d62414a1bcb.tar.gz freebsd-ports-gnome-78c49a07dae615034a4fa2ab56029d62414a1bcb.tar.zst freebsd-ports-gnome-78c49a07dae615034a4fa2ab56029d62414a1bcb.zip |
Now blas part can be replaceable.
Diffstat (limited to 'math/scalapack/files')
-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 fe3915e06b33..3cb679a9e177 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 = -L@PREFIX@/lib -lf77blas -latlas ++BLASLIB = -L@PREFIX@/lib @BLAS% # PBLIBS = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB) PRLIBS = $(SCALAPACKLIB) $(CBLACSLIB) $(SMPLIB) |