1 |
# locations of include files for python and boost |
# locations of libs etc used by mkl |
2 |
|
mkl_path = '' |
3 |
|
mkl_lib_path = '' |
4 |
|
mkl_libs = [] |
5 |
|
|
6 |
|
# locations of libs etc used by SCSL |
7 |
|
scsl_path = '' |
8 |
|
scsl_lib_path = '' |
9 |
|
scsl_libs = [] |
10 |
|
|
11 |
|
|
12 |
|
# locations of libs etc used by UMFPACK |
13 |
|
umfpack_path = '' |
14 |
|
umfpack_lib_path = '' |
15 |
|
umfpack_libs = [] |
16 |
|
|
17 |
|
# locations of include files for python |
18 |
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' |
|
boost_path = '/opt/tools/boost_1_31-gcc3.4/include/boost-1_31' |
|
|
|
|
|
# locations of libraries for python and boost |
|
19 |
python_lib_path = '/opt/tools/python-2.3.5-gcc3.4/lib' |
python_lib_path = '/opt/tools/python-2.3.5-gcc3.4/lib' |
|
boost_lib_path = '/opt/tools/boost_1_31-gcc3.4/lib' |
|
|
|
|
|
# names of libraries for python and boost |
|
20 |
python_lib = 'python2.3' |
python_lib = 'python2.3' |
21 |
|
|
22 |
|
# locations of libraries for boost |
23 |
|
boost_path = '/opt/tools/boost_1_31-gcc3.4/include/boost-1_31' |
24 |
|
boost_lib_path = '/opt/tools/boost_1_31-gcc3.4/lib' |
25 |
boost_lib = 'boost_python-gcc-1_31' |
boost_lib = 'boost_python-gcc-1_31' |
26 |
|
|
27 |
# names of c and c++ compilers to use |
# names of c and c++ compilers to use |
41 |
|
|
42 |
# system specific libraries to link with |
# system specific libraries to link with |
43 |
sys_libs = [] |
sys_libs = [] |
|
|
|
|
# solver libraries to link with |
|
|
solver_libs = [] |
|