20 |
scsl_libs = ['scs_mp'] |
scsl_libs = ['scs_mp'] |
21 |
|
|
22 |
# locations of include files for python |
# locations of include files for python |
23 |
python_path = '/usr/include/python2.3/' |
python_path = '/home/escript/python-2.4.3/include/python2.4' |
24 |
python_lib_path = '/usr/lib/python2.3/' |
python_lib_path = '/home/escript/python-2.4.3/lib' |
25 |
python_lib = 'python2.3' |
python_lib = 'python2.4' |
26 |
|
|
27 |
# locations of libraries for boost |
# locations of libraries for boost |
28 |
boost_path = '/opt/boost-1.33.0/gcc/include/boost-1_33' |
boost_path = '/home/escript/boost-1.33.1/include/boost-1_33_1' |
29 |
boost_lib_path = '/opt/boost-1.33.0/gcc/lib' |
boost_lib_path = '/home/escript/boost-1.33.1/lib' |
30 |
boost_lib = 'boost_python-gcc-mt-d' |
boost_lib = 'boost_python-gcc-mt' |
31 |
|
|
32 |
# locations of doc building executables |
# locations of doc building executables |
33 |
#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' |