From 959d82bd5b1564db15902b58e65a64deb5c22a3f Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sun, 9 Jul 2006 01:55:09 +0000 Subject: Now blas part can be replaceable. --- math/scalapack/files/patch-SLmake.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/scalapack/files/patch-SLmake.inc') 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) -- cgit v1.2.3