aboutsummaryrefslogtreecommitdiffstats
path: root/math/blocksolve95/files
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-06-22 05:36:29 +0800
committerthierry <thierry@FreeBSD.org>2006-06-22 05:36:29 +0800
commitb15d3df83b8754853716694e7fbe7741d4927383 (patch)
tree5b178383324a2a6c2d4c50bae704401420329570 /math/blocksolve95/files
parenta757ae262fac544cb7e8b00eb6105e61fd6539be (diff)
downloadfreebsd-ports-gnome-b15d3df83b8754853716694e7fbe7741d4927383.tar.gz
freebsd-ports-gnome-b15d3df83b8754853716694e7fbe7741d4927383.tar.zst
freebsd-ports-gnome-b15d3df83b8754853716694e7fbe7741d4927383.zip
Don't link with Atlas, but with Blas + Lapack, unless WITH_ATLAS is set
or Atlas libraries have already been installed.
Diffstat (limited to 'math/blocksolve95/files')
-rw-r--r--math/blocksolve95/files/patch-bmake::freebsd::freebsd.site8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/blocksolve95/files/patch-bmake::freebsd::freebsd.site b/math/blocksolve95/files/patch-bmake::freebsd::freebsd.site
index abf2fceb9cba..d903cf2aa95e 100644
--- a/math/blocksolve95/files/patch-bmake::freebsd::freebsd.site
+++ b/math/blocksolve95/files/patch-bmake::freebsd::freebsd.site
@@ -1,13 +1,13 @@
---- ./bmake/freebsd/freebsd.site.orig Thu Feb 15 22:53:34 1996
-+++ ./bmake/freebsd/freebsd.site Sun Oct 3 20:40:47 2004
+--- bmake/freebsd/freebsd.site.orig Thu Feb 15 22:53:34 1996
++++ bmake/freebsd/freebsd.site Wed Jun 21 23:11:51 2006
@@ -15,24 +15,24 @@
# Location of BLAS and LAPACK. These libraries are available via Netlib,
# or see $(BS_DIR)/readme for information on retrieving a subset.
#
-BLAS_LIB = /home/bsmith/lapack/blas_freebsd.a $(FC_LIB)
-LAPACK_LIB = /home/bsmith/lapack/lapack_freebsd.a
-+BLAS_LIB = -lf77blas -lcblas -latlas -lg2c -lm
-+LAPACK_LIB = -L$(LOCALBASE)/lib -lalapack
++#BLAS_LIB = -lf77blas -lcblas -latlas -lg2c -lm
++#LAPACK_LIB = -L$(LOCALBASE)/lib -lalapack
#
# Location of X-windows software
#