2 |
mkl_path = '' |
mkl_path = '' |
3 |
mkl_lib_path = '' |
mkl_lib_path = '' |
4 |
mkl_libs = [] |
mkl_libs = [] |
5 |
|
|
6 |
# locations of libs etc used by SCSL |
# locations of libs etc used by SCSL |
7 |
scsl_path = '' |
scsl_path = '' |
8 |
scsl_lib_path = '' |
scsl_lib_path = '' |
9 |
scsl_libs = [] |
scsl_libs = [] |
10 |
|
|
|
|
|
11 |
# locations of libs etc used by UMFPACK |
# locations of libs etc used by UMFPACK |
12 |
umfpack_path = '' |
umfpack_path = '' |
13 |
umfpack_lib_path = '' |
umfpack_lib_path = '' |
14 |
umfpack_libs = [] |
umfpack_libs = [] |
15 |
|
|
16 |
# locations of include files for python |
# locations of include files for python |
17 |
python_path = '/opt/tools/python-2.3.5-gcc3.4/include/python2.3' |
python_path = '/opt/tools/python-2.3.5-gcc3.4/include/python2.3' |
18 |
python_lib_path = '/opt/tools/python-2.3.5-gcc3.4/lib' |
python_lib_path = '/opt/tools/python-2.3.5-gcc3.4/lib' |
19 |
python_lib = 'python2.3' |
python_lib = 'python2.3' |
20 |
|
|
21 |
# locations of libraries for boost |
# locations of libraries for boost |
22 |
boost_path = '/opt/tools/boost_1_31-gcc3.4/include/boost-1_31' |
boost_path = '/opt/tools/boost_1_31-gcc3.4/include/boost-1_31' |
23 |
boost_lib_path = '/opt/tools/boost_1_31-gcc3.4/lib' |
boost_lib_path = '/opt/tools/boost_1_31-gcc3.4/lib' |