Ignore:
Timestamp:
Jul 19, 2024, 6:40:44 PM (4 months ago)
Author:
Laurent Fairhead
Message:

Reverting to r4065. Updating fortran standard broke too much stuff. Will do it by smaller chunks
AB, LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/arch/arch-X64_ADASTRA-GNU.path

    r5066 r5084  
    1 NETCDF_INCDIR="-I$(nf-config --includedir) -I$(nc-config --includedir)"  # nc required for xios
     1NETCDF_INCDIR="-I$(nf-config --includedir) -I$(nc-config --includedir)"
    22# Ugly hack for orchidee <=2.0
    33NETCDF_LIBDIR="-L${NETCDF_DIR}/lib" # for some reason on adastra `nf-config --flibs` is empty
    4 NETCDF_LIB="-lnetcdff -lnetcdf"
     4NETCDF_LIB="-lnetcdf -lnetcdff"  # same as above
    55NETCDF95_INCDIR="-I$(pwd)/../../include"
    66NETCDF95_LIBDIR="-L$(pwd)/../../lib"
Note: See TracChangeset for help on using the changeset viewer.