/[ascend]/trunk/solvers/SConscript
ViewVC logotype

Annotation of /trunk/solvers/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1515 - (hide annotations) (download)
Wed Jun 27 15:09:57 2007 UTC (17 years, 5 months ago) by jpye
File size: 197 byte(s)
work on fixing Windows for the external solvers changes
1 jpye 1504 Import('env')
2     extenv = env.Copy()
3    
4     subdirs = [
5 jpye 1515 'qrslv','conopt','cmslv','lrslv','lsode','ida'
6 jpye 1504 ]
7 jpye 1515 #'tron',
8 jpye 1504
9     for d in subdirs:
10     extenv.SConscript(d+'/SConscript',['env']);
11    
12     # vim: set syntax=python:

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22