diff options
author | maho <maho@FreeBSD.org> | 2007-07-14 22:22:17 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-14 22:22:17 +0000 |
commit | d5e90f38a6885323a29ca2b255bfeb0747e13fad (patch) | |
tree | 61a495e02e25fca76a49459952aa9ea5663e1c29 /math/sdpara/files/patch-Makefile | |
parent | 1e0153bb676773354cf231ae4b96d26d3260a29d (diff) | |
download | FreeBSD-ports-d5e90f38a6885323a29ca2b255bfeb0747e13fad.zip FreeBSD-ports-d5e90f38a6885323a29ca2b255bfeb0747e13fad.tar.gz |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'math/sdpara/files/patch-Makefile')
-rw-r--r-- | math/sdpara/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sdpara/files/patch-Makefile b/math/sdpara/files/patch-Makefile index de2626b..f5c3632 100644 --- a/math/sdpara/files/patch-Makefile +++ b/math/sdpara/files/patch-Makefile @@ -10,7 +10,7 @@ -LAPACK_LIB = -llapack -lcblaswr -lcblas \ - -lf77blas -lI77 -lF77 -latlas -+LAPACK_LIB = %%LAPACK%% %%BLAS%% %%FORTRANLIBS%% ++LAPACK_LIB = %%LAPACK%% %%BLAS%% %%GCCLIBDIR%% %%FORTRANLIBS%% # if you use BLAS in clapack.tgz, use next line # and set NON_ATLAS_SDPA in rsdpa_include.h to 1. |