9 |
libdir = Dir(str(esysroot) + '/esysUtils/lib') |
libdir = Dir(str(esysroot) + '/esysUtils/lib') |
10 |
Export(["libdir"]) |
Export(["libdir"]) |
11 |
|
|
12 |
|
python_path = '/raid2/tools/python-2.3.4/include/python2.3' |
13 |
|
boost_path = '/raid2/tools/boost/include/boost-1_31' |
14 |
|
|
15 |
|
Export(["python_path"]) |
16 |
|
Export(["boost_path"]) |
17 |
|
|
18 |
|
cxx_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' |
19 |
|
|
20 |
|
Export(["cxx_flags"]) |
21 |
|
|
22 |
SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0) |
SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0) |