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

Diff of /trunk/solvers/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1940 by jpye, Sat Jun 7 06:17:35 2008 UTC revision 1941 by jpye, Tue Nov 4 03:30:32 2008 UTC
# Line 1  Line 1 
1  Import('env')  Import('env')
 extenv = env.Clone()  
2    
3  subdirs = [  subdirs = [
4      'qrslv','conopt','cmslv','lrslv','lsode','ida','ipopt','dopri5'      'qrslv','conopt','cmslv','lrslv','lsode','ida','ipopt','dopri5'
# Line 7  subdirs = [ Line 6  subdirs = [
6  #'tron',  #'tron',
7    
8  for d in subdirs:  for d in subdirs:
9      extenv.SConscript(d+'/SConscript',['env']);      env.SConscript(d+'/SConscript',['env']);
10    
11  # vim: set syntax=python:  # vim: set syntax=python:

Legend:
Removed from v.1940  
changed lines
  Added in v.1941

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