15 |
python_lib = 'python2.5' |
python_lib = 'python2.5' |
16 |
|
|
17 |
# Boost |
# Boost |
18 |
boost_path = '/usr/local/include/boost-1_35' |
boost_path = '/opt/local/include/boost-1_35' |
19 |
boost_lib_path = '/usr/local/lib' |
boost_lib_path = '/opt/local/lib' |
20 |
boost_lib = 'boost_python' |
boost_lib = 'boost_python' |
21 |
|
|
22 |
# NetCDF |
# NetCDF |
23 |
useNetCDF = 'no' |
useNetCDF = 'yes' |
24 |
# netCDF_path = '/usr/include' |
netCDF_path = '/opt/local/include' |
25 |
# netCDF_lib_path = '/usr/lib' |
netCDF_lib_path = '/opt/local/lib' |
26 |
# netCDF_libs = [ 'netcdf_c++', 'netcdf'] |
netCDF_libs = [ 'netcdf_c++', 'netcdf'] |
27 |
|
|
28 |
# MPI (version: MPICH2) |
# MPI (version: MPICH2) |
29 |
# mpi_path = '/Users/artak/Work/Escript/mpich2-1.0.7/include' |
# mpi_path = '/Users/artak/Work/Escript/mpich2-1.0.7/include' |