Last change
on this file since 5308 was
1551,
checked in by lguez, 13 years ago
|
In the files "arch/*.path", the variable "NETCDF_LIBDIR" now contains
one or several "-L directory-name" options, and the name(s) of the
libraries:
-lnetcdff -lnetcdf -lhdf5_hl -lhdf5 ...
that may or may not be required.
The variable "NETCDF_INCDIR" now contains one or several "-I directory-name"
options.
|
File size:
393 bytes
|
Line | |
---|
1 | NETCDF_LIBDIR="-L$NETCDF_LIB_DIR -lnetcdff -lnetcdf" |
---|
2 | NETCDF_INCDIR=-I$NETCDF_INC_DIR |
---|
3 | IOIPSL_INCDIR=$LMDGCM/../../lib |
---|
4 | IOIPSL_LIBDIR=$LMDGCM/../../lib |
---|
5 | ORCH_INCDIR=$LMDGCM/../../lib |
---|
6 | ORCH_LIBDIR=$LMDGCM/../../lib |
---|
7 | OASIS_INCDIR=$LMDGCM/../../prism/X64/build/lib/psmile.$couple |
---|
8 | OASIS_LIBDIR=$LMDGCM/../../prism/X64/lib |
---|
9 | INCA_LIBDIR=$LMDGCM/../INCA3/config/lib |
---|
10 | INCA_INCDIR=$LMDGCM/../INCA3/config/lib |
---|
11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.