Last change
on this file since 3546 was
3527,
checked in by duncan, 19 years ago
|
I'm adding this so given just the anuga directory compiling is still easy.
|
File size:
336 bytes
|
Rev | Line | |
---|
[2778] | 1 | import os |
---|
| 2 | |
---|
| 3 | buildroot = os.getcwd() |
---|
| 4 | |
---|
| 5 | #Attempt to compile all extensions |
---|
| 6 | |
---|
| 7 | os.chdir('utilities') |
---|
| 8 | execfile('compile.py') |
---|
| 9 | |
---|
| 10 | os.chdir('..') |
---|
| 11 | os.chdir('pyvolution') |
---|
| 12 | execfile('..' + os.sep + 'utilities' + os.sep + 'compile.py') |
---|
| 13 | |
---|
| 14 | os.chdir('..') |
---|
[3027] | 15 | os.chdir('mesh_engine') |
---|
[2778] | 16 | execfile('compile.py') |
---|
| 17 | |
---|
| 18 | os.chdir(buildroot) |
---|
| 19 | #execfile('test_all.py') |
---|
| 20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.