Skip to content

Commit

Permalink
Another place
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Mar 13, 2024
1 parent 9ee097f commit a2d85e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Makefile.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#F90 = gfortran
#F90FLAGS = -O3 -ffree-line-length-none -fcheck=bounds -finit-real=nan

F90_LIB = /home/runner/netcdf-fortran
NC_INC = -I$(F90_LIB)/include
NC_LIB = -L$(F90_LIB)/lib
F90_LIB = ${NFHOME}
NC_INC = -I$(NFHOME)/include
NC_LIB = -L$(NFHOME)/lib

0 comments on commit a2d85e2

Please sign in to comment.