source: trunk/anuga_core/source/pypar_dist/anuga_setup.py @ 8494

Last change on this file since 8494 was 8494, checked in by steve, 13 years ago

We are working on improvements to the parallel code which means we need to
add to the standard pypar distribution.

File size: 229 bytes
Line 
1
2import os
3anuga_source = os.path.split(os.path.abspath(os.getcwd()))[0]
4
5
6cmd = 'python setup.py install --install-purelib=%s --install-platlib=%s '%( anuga_source , anuga_source)
7
8print cmd
9
10os.chdir('source')
11os.system (cmd)
12
Note: See TracBrowser for help on using the repository browser.