Last change
on this file since 3454 was
1695,
checked in by emillour, 8 years ago
|
Common dynamics/framework:
Removed some obsolete arch files.
Reorganization of the way paths to external libraries are handles by makelmdz_fcm and makelmdz. This will ease interfacing with Dynamico which follows simillar rules with respect to a given external library ,e.g. for SOMELIBRARY, in the arch.path file:
SOMELIBRARY_LIBDIR="-L/path/to/the/library/libdir -L/possible/other/required/path"
SOMELIBRARY_LIB"-lsomelib -lsomeotherrequiredlib"
SOMELIBRARY_INCDIR"-I/path/to/the/library/incdir -I/possible/other/required/include/path"
EM
|
File size:
411 bytes
|
Rev | Line | |
---|
[1695] | 1 | ROOT=$PWD |
---|
| 2 | |
---|
| 3 | NETCDF_LIBDIR="-L/usr/local/lib" |
---|
| 4 | NETCDF_LIB="-lnetcdf" |
---|
| 5 | NETCDF_INCDIR="-I/usr/local/include" |
---|
| 6 | |
---|
| 7 | IOIPSL_INCDIR="-I/san/home/millour/Planeto/work_dyn_830/trunk/LMDZ.COMMON/ioipsl/modipsl/lib" |
---|
| 8 | IOIPSL_LIBDIR="-L/san/home/millour/Planeto/work_dyn_830/trunk/LMDZ.COMMON/ioipsl/modipsl/lib" |
---|
| 9 | IOIPSL_LIB="-lioipsl" |
---|
| 10 | |
---|
| 11 | XIOS_INCDIR="-I$ROOT/../XIOS/inc" |
---|
| 12 | XIOS_LIBDIR="-L$ROOT/../XIOS/lib" |
---|
| 13 | XIOS_LIB="-lxios -lstdc++" |
---|
| 14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.