Changeset 2842 for inundation/pymetis/Makefile
- Timestamp:
- May 11, 2006, 1:26:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pymetis/Makefile
r2806 r2842 15 15 pymetis: metis pymetis_module 16 16 17 metis: patched17 metis: 18 18 make -C $(METIS_DIR) 19 19 … … 23 23 for_win32: metis_win32 pymetis_module_win32 24 24 25 metis_win32: patched25 metis_win32: 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 idxtype36 # (for x86_64 mainly, but this allows a drop-in of the metis dir.)37 #38 patched:39 patch -p0<long_idxtype.patch40 touch patched41 42 ###43 35 # Clean 44 36 # 37 45 38 clean: 46 39 make -C $(METIS_DIR) clean … … 54 47 -rm -f metis.so 55 48 -rm -f metis.pyd 56 patch -p0 -R<long_idxtype.patch57 -rm -f patched
Note: See TracChangeset
for help on using the changeset viewer.