Parent Directory
|
Revision Log
The sparse solver can be called by paso now. the building has been change to reduce some code redundancy: now all scons SCscripts are importing scons/esys_options.py which imports platform specific settings.
1 | jgs | 214 | # top-level Scons configuration file for all esys13 modules |
2 | # | ||
3 | gross | 425 | # set appropriate defaults for configuration variables |
4 | esysroot=str(Dir('.').abspath) | ||
5 | execfile(str(File(esysroot+"/scons/esys_options.py"))) | ||
6 | jgs | 214 | |
7 | # | ||
8 | # call appropriate SConscripts | ||
9 | jgs | 192 | |
10 | jgs | 214 | target_scripts = ['tools/CppUnitTest/SConstruct', |
11 | 'tools/mmio/SConstruct', | ||
12 | 'esysUtils/SConstruct', | ||
13 | 'escript/SConstruct', | ||
14 | 'bruce/SConstruct', | ||
15 | 'paso/SConstruct', | ||
16 | jgs | 268 | 'finley/SConstruct', |
17 | gross | 380 | 'modellib/SConstruct'] |
18 | jgs | 214 | |
19 | gross | 380 | # 'doc/SConstruct'] |
20 | |||
21 | jgs | 214 | SConscript(target_scripts, duplicate=0) |
ViewVC Help | |
Powered by ViewVC 1.1.26 |