summaryrefslogtreecommitdiff
path: root/math/lapack++/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-07-14 04:56:42 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-07-14 04:56:42 +0000
commitf482f755d548582041647fa2e30c3d0c163fd5dc (patch)
treeda1b7dea1cbcfac00c353ec7b869d8bdeccc2973 /math/lapack++/files
parent1) correct the names of shared libs for threaded version (diff)
Some options for BLAS are available (though they are hidden by default).
Notes
Notes: svn path=/head/; revision=113596
Diffstat (limited to 'math/lapack++/files')
-rw-r--r--math/lapack++/files/patch-makefile.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapack++/files/patch-makefile.def b/math/lapack++/files/patch-makefile.def
index c1bc73f1707e..7ac546974384 100644
--- a/math/lapack++/files/patch-makefile.def
+++ b/math/lapack++/files/patch-makefile.def
@@ -29,8 +29,8 @@
+#
+# FreeBSD
+#
-+BLAS_LIB = -lf77blas -latlas
-+LAPACK_LIB = -lalapack -lcblas
++BLAS_LIB = %%BLAS_LIB%%
++LAPACK_LIB = %%LAPACK_LIB%%
FLIBS = -lm -lg2c
#
# Sun