source:
trunk/anuga_work/development/sudi/sw_1d/shock_detector/shm/compile_all.py
@
7909
Last change on this file since 7909 was 7909, checked in by mungkasi, 13 years ago | |
---|---|
File size: 411 bytes |
Rev | Line | |
---|---|---|
[7909] | 1 | import os |
2 | ||
3 | buildroot = os.getcwd() | |
4 | ||
5 | #Attempt to compile all extensions | |
6 | ||
7 | ##anuga_dir = '..' + os.sep + '..' + os.sep + '..' + os.sep + '..' + os.sep + '..' | |
8 | ##utilities_dir = anuga_dir + os.sep + 'anuga_core' + os.sep + 'source' + os.sep + 'anuga' + os.sep + 'utilities' | |
9 | ||
10 | ##execfile( utilities_dir + os.sep + 'compile.py') | |
11 | execfile( buildroot + os.sep + 'compile_using_numpy.py') | |
12 | ||
13 | ||
14 | ||
15 | os.chdir(buildroot) | |
16 | ||
17 |
Note: See TracBrowser
for help on using the repository browser.