diff options
Diffstat (limited to 'science/2dhf/files/patch-Makefile')
-rw-r--r-- | science/2dhf/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/2dhf/files/patch-Makefile b/science/2dhf/files/patch-Makefile index 127e1a4c04d9..9b5a382ba630 100644 --- a/science/2dhf/files/patch-Makefile +++ b/science/2dhf/files/patch-Makefile @@ -24,8 +24,8 @@ +# -fstrength-reduce -funroll-loops +# FFLAGS = -O1 -malign-double +# FFLAGS = -g -C -+ FFLAGS_ADD = -w -ffixed-line-length-none -+ FLIB = -L%%LOCALBASE%%/lib -lf77blas -latlas ++ FFLAGS_ADD = %%FFLAGS_ADD%% ++ FLIB = -L%%LOCALBASE%%/lib %%BLAS%% + BLAS = yes + + CC = %%CC%% |