diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-07-14 04:56:42 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-07-14 04:56:42 +0000 |
commit | f482f755d548582041647fa2e30c3d0c163fd5dc (patch) | |
tree | da1b7dea1cbcfac00c353ec7b869d8bdeccc2973 /math/lapack++/files | |
parent | 1) 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.def | 4 |
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 |