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

Annotation of /trunk/solvers/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1505 - (hide annotations) (download)
Sat Jun 23 14:27:28 2007 UTC (17 years, 5 months ago) by jpye
File size: 181 byte(s)
More on relocation of solvers
1 jpye 1504 Import('env')
2     extenv = env.Copy()
3    
4     subdirs = [
5     'qrslv','conopt','cmslv','lrslv','tron'
6     ]
7    
8     for d in subdirs:
9     extenv.SConscript(d+'/SConscript',['env']);
10    
11     # vim: set syntax=python:

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