Changeset 2949 for inundation/pypar_dist/install.py
- Timestamp:
- May 23, 2006, 4:44:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pypar_dist/install.py
r85 r2949 41 41 import compile 42 42 compile.compile('mpiext.c', MPICC, verbose = 1) 43 except :44 raise "Could not compile C extension mpiext.c - please try manually "43 except Exception, e: 44 raise "Could not compile C extension mpiext.c - please try manually: %s" %e 45 45 46 46
Note: See TracChangeset
for help on using the changeset viewer.