source: BOL/script_install_amaury/arch_local/arch-local-gfortran.path @ 4900

Last change on this file since 4900 was 4900, checked in by abarral, 5 weeks ago

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 size: 547 bytes
Line 
1NETCDF_INCDIR="-I$(nf-config --includedir)"
2# Ugly hack for orchidee <=2.0
3NETCDF_LIBDIR="-L$(nf-config --flibs | sed -e "s/-L//")"
4NETCDF95_INCDIR="-I$LMDGCM/../../include"
5NETCDF95_LIBDIR="-L$LMDGCM/../../lib"
6NETCDF95_LIB="-lnetcdf95"
7
8# Exported
9IOIPSL_INCDIR="-I$IOIPSL_INCDIR_ -I$IOIPSL_LIBDIR_"
10IOIPSL_LIBDIR="-L$IOIPSL_INCDIR_ -L$IOIPSL_LIBDIR_"
11IOIPSL_LIB="-lioipsl"
12
13# Exported
14XIOS_INCDIR="-I$XIOS_INCDIR_"
15XIOS_LIBDIR="-L$XIOS_LIBDIR_"
16XIOS_LIB="-lxios -lstdc++"
17
18# Exported
19ORCH_INCDIR="-I$ORCH_LIBDIR_"
20ORCH_LIBDIR="-L$ORCH_LIBDIR_"
Note: See TracBrowser for help on using the repository browser.