Ignore:
Timestamp:
May 5, 2006, 4:27:36 PM (19 years ago)
Author:
jack
Message:

Update to use long as the index type. Needs verification on 32-bit
machines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pymetis/Makefile

    r2115 r2806  
    1515pymetis: metis pymetis_module
    1616
    17 metis:
     17metis: patched
    1818        make -C $(METIS_DIR)
    1919
     
    2323for_win32: metis_win32 pymetis_module_win32
    2424
    25 metis_win32:
     25metis_win32: patched
    2626        make -C win32 METIS_DIR=$(METIS_DIR)
    2727########make -C $(METIS_DIR)/Lib is implied by make -C win32
     
    3333
    3434###
     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#
     38patched:
     39        patch -p0<long_idxtype.patch
     40        touch patched
     41
     42###
    3543# Clean
    3644#
    37 
    3845clean:
    3946        make -C $(METIS_DIR) clean
     
    4754        -rm -f metis.so
    4855        -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.