Ignore:
Timestamp:
Oct 24, 2024, 1:10:46 PM (4 weeks ago)
Author:
afalco
Message:

arch files: use nf-config for fortran instead of nc-config.
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/arch/arch-gfortran.path

    r3454 r3472  
    11ROOT=$PWD
    22
    3 NETCDF_INCDIR="$(nc-config --cflags) $(nc-config --fflags)"
    4 NETCDF_LIBDIR="$(nc-config --flibs) $(nc-config --libs)"
    5 NETCDF_LIB="-lnetcdf -lnetcdff"
     3NETCDF_INCDIR="$(nc-config --cflags) $(nf-config --fflags)"
     4NETCDF_LIBDIR="$(nc-config --libs) $(nf-config --flibs)"
     5NETCDF_LIB=""
    66
    77IOIPSL_INCDIR="-I$ROOT/../IOIPSL/inc"
Note: See TracChangeset for help on using the changeset viewer.