56 |
boost_libs = 'boost_python' |
boost_libs = 'boost_python' |
57 |
|
|
58 |
# locations of libraries for netCDF: |
# locations of libraries for netCDF: |
59 |
|
useNetCDF="yes" |
60 |
netCDF_path = '/usr/local/include' |
netCDF_path = '/usr/local/include' |
61 |
netCDF_lib_path = '/usr/local/lib' |
netCDF_lib_path = '/usr/local/lib' |
62 |
netCDF_libs_cxx = [ 'netcdf_c++', 'netcdf' ] |
netCDF_libs = [ 'netcdf_c++', 'netcdf' ] |
63 |
# locations of doc building executables |
# locations of doc building executables |
64 |
doxygen_path = '' |
doxygen_path = '' |
65 |
epydoc_path = '' |
epydoc_path = '' |