source: XIOS/branchs/xios-2.5/arch/arch-GCC_MACOSX.env @ 1864

Last change on this file since 1864 was 1864, checked in by ymipsl, 4 years ago

Updated arch files for MACOSX

YM + S. Masson

File size: 752 bytes
Line 
1# Environment to compile XIOS on Mac OS X
2#
3# Tested successfully with :
4#   Mac OS X 10.9.5
5#
6#   Prerequisite softwares installed with MacPorts :
7#     gcc8 @8.4.0_0 (active)
8#     hdf5 @1.10.6_0+cxx+gcc8+hl+openmpi+szip (active)
9#     mpi_select @0.0_3 (active)
10#     netcdf @4.7.3_1+cdf5+dap+gcc8+netcdf4+openmpi (active)
11#     netcdf-fortran @4.5.2_0+gcc8+openmpi (active)
12#     openmpi @4.0.1_1 (active)
13#     openmpi-default @4.0.1_1+gcc8 (active)
14#     openmpi-gcc8 @4.0.1_1+fortran+valgrind (active)
15#
16#     $ port select --show mpi
17#     The currently selected version for 'mpi' is 'openmpi-gcc8-fortran'.
18#
19export NETCDF_DIR=/opt/local
20export NETCDF_INC_DIR=${NETCDF_DIR}/include
21export NETCDF_LIB_DIR=${NETCDF_DIR}/lib
Note: See TracBrowser for help on using the repository browser.