|
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 | |
|---|
| 4 | NETCDF_INCDIR="-I$(nf-config --includedir) -I$(nc-config --includedir)" # nc required for xios |
|---|
| 5 | # Ugly hack for orchidee <=2.0 |
|---|
| 6 | NETCDF_LIBDIR="-L$(nf-config --flibs | sed -e "s/-L//")" |
|---|
| 7 | NETCDF_LIB="-lnetcdff -lnetcdf" |
|---|
| 8 | |
|---|
| 9 | # Exported |
|---|
| 10 | IOIPSL_INCDIR="-I$(pwd)/../IOIPSL/inc -I$(pwd)/../IOIPSL/lib" |
|---|
| 11 | IOIPSL_LIBDIR="-L$(pwd)/../IOIPSL/inc -L$(pwd)/../IOIPSL/lib" |
|---|
| 12 | IOIPSL_LIB="-lioipsl" |
|---|
| 13 | |
|---|
| 14 | # Exported |
|---|
| 15 | XIOS_INCDIR="-I$(pwd)/../XIOS/inc" |
|---|
| 16 | XIOS_LIBDIR="-L$(pwd)/../XIOS/lib" |
|---|
| 17 | XIOS_LIB="-lxios -lstdc++" |
|---|
| 18 | |
|---|
| 19 | # Exported |
|---|
| 20 | ORCH_INCDIR="-I$(pwd)/../ORCHIDEE/inc -I$(pwd)/../ORCHIDEE/lib" |
|---|
| 21 | ORCH_LIBDIR="-L$(pwd)/../ORCHIDEE/inc -L$(pwd)/../ORCHIDEE/lib" |
|---|
| 22 | ORCH_LIB= |
|---|
| 23 | |
|---|
| 24 | # |
|---|
| 25 | OASIS_INCDIR="-I$(pwd)/../../oasis3-mct/BLD/build/lib/psmile.MPI1" |
|---|
| 26 | OASIS_LIBDIR="-L$(pwd)/../../oasis3-mct/BLD/lib" |
|---|
| 27 | OASIS_LIB="-lpsmile.MPI1 -lscrip -lmct -lmpeu" |
|---|
| 28 | |
|---|
| 29 | # |
|---|
| 30 | INCA_INCDIR="-I$(pwd)/../INCA/build/inc" |
|---|
| 31 | INCA_LIBDIR="-L$(pwd)/../INCA/build/lib" |
|---|
| 32 | INCA_LIB="-lchimie" |
|---|
Note: See
TracBrowser
for help on using the repository browser.