3 |
import os |
import os |
4 |
import string |
import string |
5 |
|
|
|
cxx_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' |
|
|
|
|
6 |
escript_path = str(esysroot) + '/escript/inc' |
escript_path = str(esysroot) + '/escript/inc' |
7 |
esysUtils_path = str(esysroot) + '/esysUtils/inc' |
esysUtils_path = str(esysroot) + '/esysUtils/inc' |
|
python_path = '/raid2/tools/python-2.3.4/include/python2.3' |
|
|
boost_path = '/raid2/tools/boost/include/boost-1_31' |
|
8 |
|
|
9 |
cpp_path = [escript_path, |
cpp_path = [escript_path, |
10 |
esysUtils_path, |
esysUtils_path, |