summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-08-16 11:18:24 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-08-16 11:18:24 +0000
commit0cf1f028e0f5d3a95f142db0636ea826db7cda8d (patch)
tree85ecfff2b18193ec248d5fc7970e03740250336b /science
parentOpps forgot to add files/FlexLexer.h taken (diff)
Add Intel C/Fortran support via USE_INTEL
Notes
Notes: svn path=/head/; revision=116383
Diffstat (limited to 'science')
-rw-r--r--science/2dhf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile
index c4bfd66511ec..6dc804c5db54 100644
--- a/science/2dhf/Makefile
+++ b/science/2dhf/Makefile
@@ -35,9 +35,9 @@ BLAS= -lf77blas -latlas
.if defined(USE_INTEL)
FC= ${LOCALBASE}/intel_fc_80/bin/ifort
CC= ${LOCALBASE}/intel_cc_80/bin/icc
-FFLAGS= -O3 -tpp7 -xiMKW -Vaxlib
+FFLAGS= -O3 -tpp7 -xKW -Vaxlib
FFLAGS_ADD= -w -132
-CFLAGS= -O3 -tpp7 -xiMKW -Vaxlib
+CFLAGS= -O3 -tpp7 -xKW -Vaxlib
BLAS+= -lg2c -lm
.else
FFLAGS_ADD= -w -ffixed-line-length-none