Skip to content

Commit

Permalink
Removed csir lib from meas_meta_sir Makefile - it's obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
mollyhardman committed Aug 13, 2024
1 parent ed5ef63 commit b14c38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prod/meas_meta_sir/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ endif
# end configuration section
#------------------------------------------------------------------------
LIBS = -L$(LIBDIR) -L$(NETCDF4_LIBDIR) -L$(HDF5_LIBDIR) \
-lutils -lcetb -lcalcalcs -ludunits2 -lcsir -lnetcdf \
-lutils -lcetb -lcalcalcs -ludunits2 -lnetcdf \
-l$(HDFLIB1) -l$(HDFLIB2) -lz $(SYSLIBS)
CFLAGS = -I$(INCDIR) -I$(NETCDF4_INCDIR) $(CONFIG_CFLAGS) \
-Wall -Wno-unused-variable -Wno-unused-but-set-variable
ifeq ($(LOCALE),ALPINEicc)
$(info Build location: $(LOCALE))
LIBS = -L$(LIBDIR) -L$(NETCDF4_LIBDIR) -L$(HDF5_LIBDIR) -L$(UDUNITS_LIBDIR) \
-lutils -lcetb -lcalcalcs -ludunits2 -lcsir -lnetcdf \
-lutils -lcetb -lcalcalcs -ludunits2 -lnetcdf \
-lhdf5_hl -lhdf5 -lz $(SYSLIBS)
CFLAGS = -I$(INCDIR) -I$(NETCDF4_INCDIR) -I$(UDUNITS_INCDIR) \
-O3 -ipo -xHost -no-prec-div -Wall -Wremarks -wd981 -wd2415
Expand Down

0 comments on commit b14c38f

Please sign in to comment.