Skip to content

Commit

Permalink
actually fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlewis committed May 30, 2022
1 parent db1acfb commit 2b77038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extra/python/isca/templates/mkmf.template.ubuntu_conda
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ NC_LIB=`nc-config --flibs`
# -O2: Level 2 speed optimisations

FFLAGS = $(CPPFLAGS) $(NC_LIB) -cpp -fcray-pointer \
-O2 -ffree-line-length-none -fno-range-check \
-fdefault-real-8 -fdefault-double-8 -fallow-invalid-boz
-O2 -ffree-line-length-none -fno-range-check \
-fdefault-real-8 -fdefault-double-8 -fallow-invalid-boz

FC = $(F90)
LD = $(F90)
Expand Down

0 comments on commit 2b77038

Please sign in to comment.