Changeset 3527 for anuga_core/source/anuga/compile_all.py
- Timestamp:
- Aug 23, 2006, 5:13:58 PM (18 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/compile_all.py
r3523 r3527 2 2 3 3 buildroot = 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 21 4 22 5 #Attempt to compile all extensions
Note: See TracChangeset
for help on using the changeset viewer.