source: XIOS/dev/branch_openmp/arch/arch-GCC_MACOSX.env @ 1620

Last change on this file since 1620 was 397, checked in by ymipsl, 11 years ago

DOS -> Unix for MACOS arch files.

YM

File size: 468 bytes
Line 
1# Environment to compile XIOS on Mac OS X
2#
3# Tested successfully with :
4#   Mac OS X 10.7.4
5#   Prerequisite softwares installed with MacPorts :
6#     gfortran       :  4.6.0
7#     openmpi        : 1.6.3_0  variant  +gcc45
8#     netcdf         : 4.2.1    variant : +dap+netcdf4+openmpi (includes hdf5)
9#
10# Olivier Marti - olivier.marti(ad)lsce.ipsl.fr
11#
12export NETCDF_DIR=/opt/local
13export NETCDF_INC_DIR=${NETCDF_DIR}/include
14export NETCDF_LIB_DIR=${NETCDF_DIR}/lib
Note: See TracBrowser for help on using the repository browser.