Skip to content

Commit

Permalink
syntax hopefull done now
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlewis committed Jun 8, 2022
1 parent 075148e commit 3aa554c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/extra/python/isca/templates/mkmf.template.ubuntu_conda
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3aa554c

Please sign in to comment.