37 |
|
|
38 |
# Python libraries |
# Python libraries |
39 |
python_path = '/usr/include/python2.5' |
python_path = '/usr/include/python2.5' |
40 |
python_lib_path = '/usr/lib' |
python_lib_path = '' |
41 |
python_libs = 'python2.5' |
python_libs = 'python2.5' |
42 |
# python_cmd = 'python' |
# python_cmd = 'python' |
43 |
|
|
44 |
# Boost libraries |
# Boost libraries |
45 |
boost_path = '/usr/include/' |
boost_path = '/usr/include/' |
46 |
boost_lib_path = '/usr/lib' |
boost_lib_path = '' |
47 |
boost_libs = ['boost_python'] |
boost_libs = ['boost_python'] |
48 |
|
|
49 |
# Specify whether or not to use VTK |
# Specify whether or not to use VTK |
52 |
# NetCDF |
# NetCDF |
53 |
# usenetcdf = 'yes' |
# usenetcdf = 'yes' |
54 |
netCDF_path = '/usr/include/netcdf-3' |
netCDF_path = '/usr/include/netcdf-3' |
55 |
netCDF_lib_path = '/usr/lib' |
netCDF_lib_path = '' |
56 |
# netCDF_libs = ['netcdf_c++', 'netcdf'] |
# netCDF_libs = ['netcdf_c++', 'netcdf'] |
57 |
|
|
58 |
# MKL |
# MKL |