/[escript]/branches/ROBW_XPLATFORM/finley/test/SConstruct
ViewVC logotype

Annotation of /branches/ROBW_XPLATFORM/finley/test/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 425 - (hide annotations)
Tue Jan 10 04:10:39 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/finley/test/SConstruct
File size: 276 byte(s)
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 248 # top-level Scons configuration file for all finley unit tests
2 gross 425 esysroot=str(Dir('./../../').abspath)
3     execfile(str(File(esysroot+"/scons/esys_options.py")))
4 jgs 248
5     #
6     # call appropriate SConscripts
7    
8 jgs 288 target_scripts = ['MeshAdapter/SConscript']
9 jgs 248
10     SConscript(target_scripts, duplicate=0)

  ViewVC Help
Powered by ViewVC 1.1.26