source: tags/ORCHIDEE_2_1/ORCHIDEE/arch/arch-X64_IRENE.path @ 6215

Last change on this file since 6215 was 5716, checked in by josefine.ghattas, 5 years ago

Added option that IOIPSL library could be found in modeles/IOIPSL/lib and modeles/IOIPSL/inc folder. This is the case using the version of IOIPSL compiled with fcm for use with DYNAMICO.

File size: 367 bytes
Line 
1NETCDF_LIBDIR="-L$NETCDF_LIBDIR -lnetcdf -L$NETCDFFORTRAN_LIBDIR -lnetcdff -lstdc++"
2NETCDF_INCDIR="-I$NETCDF_INCDIR -I$NETCDFFORTRAN_INCDIR"
3IOIPSL_INCDIR="-I${ORCHDIR}/../../lib -I${ORCHDIR}/../IOIPSL/inc"
4IOIPSL_LIBDIR="-L${ORCHDIR}/../../lib -lioipsl -L${ORCHDIR}/../IOIPSL/lib"
5XIOS_INCDIR=-I${ORCHDIR}/../XIOS/inc
6XIOS_LIBDIR="-L${ORCHDIR}/../XIOS/lib -lxios"
7
Note: See TracBrowser for help on using the repository browser.