Ignore:
Timestamp:
Apr 15, 2024, 11:18:38 AM (5 weeks ago)
Author:
abarral
Message:

change bundled veget version
fix veget version update
unbundle XIOS
split init and install arch
fix ORCHIDEE XIOS library forwarding
fix local netcdf compil
fix Makefile linking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install_amaury/arch_local/arch-local-gfortran.path

    r4896 r4900  
    1 NETCDF_INCDIR="$(nf-config --fflags)"
    2 NETCDF_LIBDIR="$(nf-config --flibs)"
    3 NETCDF_LIB="$(nf-config --flibs)"
     1NETCDF_INCDIR="-I$(nf-config --includedir)"
     2# Ugly hack for orchidee <=2.0
     3NETCDF_LIBDIR="-L$(nf-config --flibs | sed -e "s/-L//")"
    44NETCDF95_INCDIR="-I$LMDGCM/../../include"
    55NETCDF95_LIBDIR="-L$LMDGCM/../../lib"
Note: See TracChangeset for help on using the changeset viewer.