Changeset 2806 for inundation/pymetis/Makefile
- Timestamp:
- May 5, 2006, 4:27:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pymetis/Makefile
r2115 r2806 15 15 pymetis: metis pymetis_module 16 16 17 metis: 17 metis: patched 18 18 make -C $(METIS_DIR) 19 19 … … 23 23 for_win32: metis_win32 pymetis_module_win32 24 24 25 metis_win32: 25 metis_win32: patched 26 26 make -C win32 METIS_DIR=$(METIS_DIR) 27 27 ########make -C $(METIS_DIR)/Lib is implied by make -C win32 … … 33 33 34 34 ### 35 # Patch the metis sources to use long as the idxtype 36 # (for x86_64 mainly, but this allows a drop-in of the metis dir.) 37 # 38 patched: 39 patch -p0<long_idxtype.patch 40 touch patched 41 42 ### 35 43 # Clean 36 44 # 37 38 45 clean: 39 46 make -C $(METIS_DIR) clean … … 47 54 -rm -f metis.so 48 55 -rm -f metis.pyd 56 patch -p0 -R<long_idxtype.patch 57 -rm -f patched
Note: See TracChangeset
for help on using the changeset viewer.