25 |
|
|
26 |
|
|
27 |
# locations of include files for python |
# locations of include files for python |
28 |
python_path = '/data/raid2/toolspp4/python/2.4.1/gcc-3.3.6/include/python2.4' |
python_path = '/data/raid2/toolspp4/python/2.4.3/gcc-3.3.6/include/python2.4' |
29 |
python_lib_path = '/data/raid2/toolspp4/python/2.4.1/gcc-3.3.6/lib' |
python_lib_path = '/data/raid2/toolspp4/python/2.4.3/gcc-3.3.6/lib' |
30 |
python_lib = 'python2.4' |
python_lib = 'python2.4' |
31 |
|
|
32 |
# locations of libraries for boost |
# locations of libraries for boost |
33 |
boost_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/include' |
boost_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.3/gcc-3.3.6/include' |
34 |
boost_lib_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/lib' |
boost_lib_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.3/gcc-3.3.6/lib' |
35 |
boost_lib = 'boost_python-mt' |
boost_lib = 'boost_python-mt' |
36 |
|
|
37 |
# locations of doc building executables |
# locations of doc building executables |