diff options
author | maho <maho@FreeBSD.org> | 2004-08-16 17:33:14 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-08-16 17:33:14 +0800 |
commit | a4d4761d9aaaa75f73d4d86221b0c9ecaafcaf46 (patch) | |
tree | c67d5b4eae369a7ca49bd966bdd605e08a116031 /science/2dhf/files | |
parent | 1c1c98ed0f6331ee5dc37106fc0c50087353463b (diff) | |
download | freebsd-ports-gnome-a4d4761d9aaaa75f73d4d86221b0c9ecaafcaf46.tar.gz freebsd-ports-gnome-a4d4761d9aaaa75f73d4d86221b0c9ecaafcaf46.tar.zst freebsd-ports-gnome-a4d4761d9aaaa75f73d4d86221b0c9ecaafcaf46.zip |
Add intel fortran/c/c++ compiler support
Diffstat (limited to 'science/2dhf/files')
-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%% |