Parent Directory
|
Revision Log
pass in top level install directory for finley/escript/bruce/paso libraries when building via top level scons script
1 | jgs | 190 | esysroot = None |
2 | jgs | 192 | libinstall = None |
3 | jgs | 190 | |
4 | Import('*') | ||
5 | |||
6 | if esysroot == None: | ||
7 | esysroot = Dir('#..') | ||
8 | Export(["esysroot"]) | ||
9 | |||
10 | jgs | 192 | Export(["libinstall"]) |
11 | |||
12 | jgs | 190 | libdir = Dir(str(esysroot) + '/escript/lib') |
13 | jgs | 181 | Export(["libdir"]) |
14 | |||
15 | jgs | 191 | python_path = '/raid2/tools/python-2.3.4/include/python2.3' |
16 | boost_path = '/raid2/tools/boost/include/boost-1_31' | ||
17 | |||
18 | Export(["python_path"]) | ||
19 | Export(["boost_path"]) | ||
20 | |||
21 | cxx_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' | ||
22 | |||
23 | Export(["cxx_flags"]) | ||
24 | |||
25 | jgs | 181 | SConscript('src/Data/SConscript', src_dir='src/Data', build_dir='obj', duplicate=0) |
ViewVC Help | |
Powered by ViewVC 1.1.26 |