Changeset 3527


Ignore:
Timestamp:
Aug 23, 2006, 5:13:58 PM (18 years ago)
Author:
duncan
Message:

I'm adding this so given just the anuga directory compiling is still easy.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/compile_all.py

    r3523 r3527  
    22
    33buildroot = os.getcwd()
    4 
    5 os.chdir('source')
    6 
    7 os.chdir('anuga')
    8 
    9 #Complete horrible hack to decide which branch to take (Ole)
    10 #try:
    11 #    os.stat('inundation-numpy-branch')
    12 #except:
    13 #    os.chdir('inundation')
    14 #else:
    15 #    os.chdir('inundation-numpy-branch')   
    16 
    17 print 'Changing to', os.getcwd()       
    18 
    19 #entries = listdir('.')
    20 
    214
    225#Attempt to compile all extensions
Note: See TracChangeset for help on using the changeset viewer.