source: LMDZ6/branches/compilation_2/arch/arch-X64_JEANZAY_PBIOIPSL.path @ 5743

Last change on this file since 5743 was 5742, checked in by lguez, 5 months ago

Remove reference to NetCDF95 from path files

NetCDF95 is back into the source tree of LMDZ.

  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1# Note: this is a TEMPORARY (12/24) arch to resolve an issue linked to paths in ORCHIDEE archs
2# It's just a copy of X64_JEANZAY so that the installer uses the LMDZ arch rather than the ORCHIDEE's base arch
3
4NETCDF_INCDIR="-I$(nf-config --includedir) -I$(nc-config --includedir)"  # nc required for xios
5# Ugly hack for orchidee <=2.0
6NETCDF_LIBDIR="-L$(nf-config --flibs | sed -e "s/-L//")"
7NETCDF_LIB="-lnetcdff -lnetcdf"
8
9# Exported
10IOIPSL_INCDIR="-I$(pwd)/../IOIPSL/inc -I$(pwd)/../IOIPSL/lib"
11IOIPSL_LIBDIR="-L$(pwd)/../IOIPSL/inc -L$(pwd)/../IOIPSL/lib"
12IOIPSL_LIB="-lioipsl"
13
14# Exported
15XIOS_INCDIR="-I$(pwd)/../XIOS/inc"
16XIOS_LIBDIR="-L$(pwd)/../XIOS/lib"
17XIOS_LIB="-lxios -lstdc++"
18
19# Exported
20ORCH_INCDIR="-I$(pwd)/../ORCHIDEE/inc -I$(pwd)/../ORCHIDEE/lib"
21ORCH_LIBDIR="-L$(pwd)/../ORCHIDEE/inc -L$(pwd)/../ORCHIDEE/lib"
22ORCH_LIB=
23
24#
25OASIS_INCDIR="-I$(pwd)/../../oasis3-mct/BLD/build/lib/psmile.MPI1"
26OASIS_LIBDIR="-L$(pwd)/../../oasis3-mct/BLD/lib"
27OASIS_LIB="-lpsmile.MPI1 -lscrip -lmct -lmpeu"
28
29#
30INCA_INCDIR="-I$(pwd)/../INCA/build/inc"
31INCA_LIBDIR="-L$(pwd)/../INCA/build/lib"
32INCA_LIB="-lchimie"
Note: See TracBrowser for help on using the repository browser.