From 5d5c5e68dca753f30eb663d10e8dc6d091e3a3d8 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 10 May 2002 17:15:57 +0000 Subject: 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 --- src/make.code.defn | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3