source: anuga_core/source/anuga/advection/compile_all.py @ 4974

Last change on this file since 4974 was 4974, checked in by steve, 16 years ago
File size: 276 bytes
Line 
1"""f2py script -
2
3"""
4
5import os
6
7separation_line = '---------------------------------------'
8print separation_line
9
10command = 'python setup.py build_src build_ext --inplace'
11print 'Trying to run %s in directory %s' % (command, os.getcwd())
12os.system(command)
13
14
Note: See TracBrowser for help on using the repository browser.