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 | 268 | # Scons configuration file for modellib |
2 | gross | 425 | esysroot=str(Dir('./..').abspath) |
3 | execfile(str(File(esysroot+"/scons/esys_options.py"))) | ||
4 | jgs | 268 | |
5 | pydir = Dir(str(esysroot) + '/modellib/lib/py_src') | ||
6 | Export(["pydir"]) | ||
7 | jgs | 288 | pydir2 = Dir(str(esysroot) + '/esys/modellib') |
8 | Export(["pydir2"]) | ||
9 | jgs | 268 | |
10 | # | ||
11 | # print out build configuration for this module | ||
12 | |||
13 | print "Build configuration for module: modellib" | ||
14 | # | ||
15 | # call the SConscript to do the actual build | ||
16 | |||
17 | SConscript(dirs=['py_src'], build_dir='obj/py_src', duplicate=0) |
ViewVC Help | |
Powered by ViewVC 1.1.26 |