25 |
python_lib = 'python2.4' |
python_lib = 'python2.4' |
26 |
|
|
27 |
# Boost |
# Boost |
28 |
boost_path = '/usr/include/boost' |
boost_path = '/sw/libs/boost/x86_64/gcc-4.1.2/python-2.4.4/boost_1_33/include/boost-1_33' |
29 |
boost_lib_path = '/usr/lib64' |
boost_lib_path = '/sw/libs/boost/x86_64/gcc-4.1.2/python-2.4.4/boost_1_33/lib' |
30 |
boost_lib = 'boost_python' |
boost_lib = 'boost_python-gcc' |
31 |
|
|
32 |
# Documentation |
# Documentation |
33 |
# doxygen_path = '/sw/apps/.../bin' |
# doxygen_path = '/sw/apps/.../bin' |
61 |
|
|
62 |
# C++ flags |
# C++ flags |
63 |
cxx_flags = '' |
cxx_flags = '' |
64 |
cxx_flags_debug = '-DDOASSERT -DDOPROF' |
cxx_flags_debug = '-DDOASSERT -DDOPROF' # -D... here is not recognized by scons as dependencies |
65 |
|
|
66 |
# System-specific libraries to link with |
# System-specific libraries to link with |
67 |
sys_libs = ['guide', 'pthread', 'stdc++'] |
sys_libs = ['guide', 'pthread', 'stdc++'] |