source: BOL/script_install_amaury/arch_local/arch_adastra.path @ 4921

Last change on this file since 4921 was 4921, checked in by abarral, 3 weeks ago

add adastra gnu arch
fix netcdf mpif90 detection
fix gfortran detection on adastra
fix check for lmdz version and orchidee seq

File size: 665 bytes
Line 
1NETCDF_INCDIR="-I$(nf-config --includedir)"
2# Ugly hack for orchidee <=2.0
3NETCDF_LIBDIR="-L${NETCDF_DIR}/lib" # for some reason on adastra `nf-config --flibs` is empty
4NETCDF_LIB="-lnetcdf -lnetcdff"  # same as above
5NETCDF95_INCDIR="-I$LMDGCM/../../include"
6NETCDF95_LIBDIR="-L$LMDGCM/../../lib"
7NETCDF95_LIB="-lnetcdf95"
8
9# Exported
10IOIPSL_INCDIR="-I$IOIPSL_INCDIR_ -I$IOIPSL_LIBDIR_"
11IOIPSL_LIBDIR="-L$IOIPSL_INCDIR_ -L$IOIPSL_LIBDIR_"
12IOIPSL_LIB="-lioipsl"
13
14# Exported
15XIOS_INCDIR="-I$XIOS_INCDIR_"
16XIOS_LIBDIR="-L$XIOS_LIBDIR_"
17XIOS_LIB="-lxios -lstdc++"
18
19# Exported
20ORCH_INCDIR="-I$ORCH_INCDIR_ -I$ORCH_LIBDIR_"
21ORCH_LIBDIR="-L$ORCH_LIBDIR_ -L$ORCH_INCDIR_"
Note: See TracBrowser for help on using the repository browser.