Changeset 1801 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Mar 12, 2018, 5:17:24 PM (7 years ago)
Author:
lfita
Message:

Adding linkning of gfortran libraries to Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Makefile.camelot.gcc

    r1800 r1801  
    2323LIB_INC         =
    2424RM              = rm -f
    25 F2PY    = /usr/bin/f2py -L/opt/anaconda/lib/ -c --fcompiler=gnu95
     25F2PY    = /usr/bin/f2py -L/opt/anaconda/lib/ --fcompiler=gnu95
    2626#DBGFLAGS = -g -Wall -Wextra -Warray-temporaries -Wconversion -fimplicit-none -fbacktrace -ffree-line-length-0 -fcheck=all -ffpe-trap=zero,overflow,underflow -finit-real=nan
    2727NCLIBFOLD       = /opt/netcdf43/gfortran/bin/
    2828NCINCFOLD       = /opt/netcdf43/gfortran/include/
    29 LIB_NETCDF      = -L$(NCLIBFOLD) -lnetcdff -lnetcdf -I$(NCINCFOLD)
     29LIB_NETCDF      = -L$(NCLIBFOLD) -lnetcdff -lnetcdf -I$(NCINCFOLD) -static-libgfortran
    3030
    3131FCFLAGS = $(FCF) $(DBGFLAGS)
Note: See TracChangeset for help on using the changeset viewer.