40 |
# python_cmd = 'python' |
# python_cmd = 'python' |
41 |
|
|
42 |
# Boost libraries |
# Boost libraries |
43 |
boost_path = '/sw/libs/boost/x86_64/gcc-4.1.2/python-2.4.4/boost_1_33/include/boost-1_33' |
boost_path = '/sw/libs/boost/x86_64/gcc-4.1.2/python-2.4.4/boost_1_33/include/boost-1_33/' |
44 |
boost_lib_path = '/sw/libs/boost/x86_64/gcc-4.1.2/python-2.4.4/boost_1_33/lib' |
boost_lib_path = '/sw/libs/boost/x86_64/gcc-4.1.2/python-2.4.4/boost_1_33/lib' |
45 |
# boost_libs = ['boost_python-gcc'] |
# boost_libs = ['boost_python-gcc'] |
46 |
|
|