Parent Directory | Revision Log
Fixed external loading of integrators, at least on my system. Needs testing with/without fortran, sundials, etc. Changed little thing kn d1mach.c to make default behaviour correct on Linux.
1 | jpye | 1504 | Import('env') |
2 | extenv = env.Copy() | ||
3 | |||
4 | subdirs = [ | ||
5 | jpye | 1509 | 'qrslv','conopt','cmslv','lrslv','tron','lsode','ida' |
6 | jpye | 1504 | ] |
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 |