28 |
scsl_libs = ['scs_mp'] |
scsl_libs = ['scs_mp'] |
29 |
|
|
30 |
# locations of include files for python |
# locations of include files for python |
31 |
python_path = '/opt/python-2.4.3/include/python2.4' |
python_path = '/home/escript/python-2.4.3/include/python2.4' |
32 |
python_lib_path = '/opt/python-2.4.3/lib' |
python_lib_path = '/home/escript/python-2.4.3/lib' |
33 |
python_lib = 'python2.4' |
python_lib = 'python2.4' |
34 |
|
|
35 |
# locations of libraries for boost (on ac use module load something/boost) |
# locations of libraries for boost (on ac use module load something/boost) |
36 |
boost_path = '/opt/boost-1.33.1/intel-9.1/include/boost-1_33_1' |
boost_path = '/home/escript/boost-1.33.1/include/boost-1_33_1' |
37 |
boost_lib_path = '/opt/boost-1.33.1/intel-9.1/lib' |
boost_lib_path = '/home/escript/boost-1.33.1/lib' |
38 |
boost_lib = ['boost_python-il-d'] |
boost_lib = ['boost_python-gcc-mt'] |
39 |
|
|
40 |
# locations of doc building executables |
# locations of doc building executables |
41 |
#doxygen_path = '/raid2/tools/doxygen/1.4.2/gcc-3.3.5/bin' |
#doxygen_path = '/raid2/tools/doxygen/1.4.2/gcc-3.3.5/bin' |
42 |
#epydoc_path = '/raid2/tools/epydoc/2.1/python-2.3.4/bin' |
#epydoc_path = '/raid2/tools/epydoc/2.1/python-2.3.4/bin' |
43 |
|
|
44 |
# locations of netcdf |
# locations of netcdf |
45 |
useNetCDF = 0 |
useNetCDF = 'yes' |
46 |
|
netCDF_path = "/opt/netcdf/3.6.2/gcc-4.1.2/include" |
47 |
|
netCDF_lib_path = "/opt/netcdf/3.6.2/gcc-4.1.2/lib" |
48 |
|
netCDF_libs = [ 'netcdf_c++', 'netcdf'] |
49 |
|
|
50 |
# locations of PAPI |
# locations of PAPI |
51 |
# papi_path = '/data/raid2/toolspp4/papi/3.0.8.1/gcc-3.3.6/include' |
# papi_path = '/data/raid2/toolspp4/papi/3.0.8.1/gcc-3.3.6/include' |