1 |
Import('*') |
Import('*') |
2 |
|
|
3 |
import os |
import os |
4 |
|
import string |
5 |
|
|
6 |
cxx_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' |
cxx_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' |
7 |
|
|
8 |
cpp_path = ['#../esysUtils/inc', |
esysUtils_path = str(esysroot) + '/esysUtils/inc' |
9 |
'/raid2/tools/python-2.3.4/include/python2.3', |
python_path = '/raid2/tools/python-2.3.4/include/python2.3' |
10 |
'/raid2/tools/boost/include/boost-1_31'] |
boost_path = '/raid2/tools/boost/include/boost-1_31' |
11 |
|
|
12 |
|
cpp_path = [esysUtils_path, |
13 |
|
python_path, |
14 |
|
boost_path] |
15 |
|
|
16 |
lib = 'esysUtils' |
lib = 'esysUtils' |
17 |
sources = ['EsysException.cpp', |
sources = ['EsysException.cpp', |