source: XIOS/trunk/arch/arch-GCC_LINUX.env @ 1448

Last change on this file since 1448 was 1448, checked in by oabramkina, 6 years ago

Trunk: adding a compilation option '--use_extern_boost' to allow usage of external boost.

File size: 226 bytes
Line 
1export HDF5_INC_DIR=$HOME/hdf5/include
2export HDF5_LIB_DIR=$HOME/hdf5/lib
3
4export NETCDF_INC_DIR=$HOME/netcdf4/include
5export NETCDF_LIB_DIR=$HOME/netcdf4/lib
6
7export BOOST_INC_DIR=$HOME/boost
8export BOOST_LIB_DIR=$HOME/boost
Note: See TracBrowser for help on using the repository browser.