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

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

Fix XIOS compile
Fix mpif90 netcdf compile
Fix local netcdf compile
Fix missing rebuild

File size: 524 bytes
Line 
1NETCDF_INCDIR="$(nf-config --fflags)"
2NETCDF_LIBDIR="$(nf-config --flibs)"
3NETCDF_LIB="$(nf-config --flibs)"
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.