From 3aa554cfce42806a3976e37dfeb30bd64703f359 Mon Sep 17 00:00:00 2001 From: ntlewis Date: Wed, 8 Jun 2022 09:47:10 +0100 Subject: [PATCH] syntax hopefull done now --- src/extra/python/isca/templates/mkmf.template.ubuntu_conda | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/extra/python/isca/templates/mkmf.template.ubuntu_conda b/src/extra/python/isca/templates/mkmf.template.ubuntu_conda index 48379cd47..bd3dd5a83 100755 --- a/src/extra/python/isca/templates/mkmf.template.ubuntu_conda +++ b/src/extra/python/isca/templates/mkmf.template.ubuntu_conda @@ -19,8 +19,7 @@ NC_LIB=`nc-config --flibs` FFLAGS = $(CPPFLAGS) $(NC_LIB) -cpp -fcray-pointer \ -O2 -ffree-line-length-none -fno-range-check \ - -fdefault-real-8 -fdefault-double-8 -fallow-invalid-boz \ - -fallow-argument-mismatch + -fdefault-real-8 -fdefault-double-8 -fallow-invalid-boz -fallow-argument-mismatch FC = $(F90) LD = $(F90)