aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-05-10 17:15:57 +0000
committertradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-05-10 17:15:57 +0000
commit5d5c5e68dca753f30eb663d10e8dc6d091e3a3d8 (patch)
tree02e1a6a571176a3f359c65cf3a57a81b997b706f
parent9e9b03cd12a85612ae5e314fb07a73991ee10ddd (diff)
Need to add '-N11' option to F90FLAGS for Darwin to make it compile.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@303 89daf98e-ef62-4674-b946-b8ff9de2216c
-rw-r--r--src/make.code.defn4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index e78f94e..81797a9 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -9,3 +9,7 @@ SRCS += AHFinder_dat.F AHFinder.F \
AHFinder_initguess.F AHFinder_gau.F SetSym.F \
AHFinder_ParamCheck.F90 \
Startup.c Output.c
+
+ifeq ($(shell uname), Darwin)
+ F90FLAGS += -N11
+endif