Ignore:
Timestamp:
May 11, 2006, 1:26:48 PM (19 years ago)
Author:
jack
Message:

Rolled back the patching of the metis sources. Now passes the unittest
on x86_64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pymetis/Makefile

    r2806 r2842  
    1515pymetis: metis pymetis_module
    1616
    17 metis: patched
     17metis:
    1818        make -C $(METIS_DIR)
    1919
     
    2323for_win32: metis_win32 pymetis_module_win32
    2424
    25 metis_win32: patched
     25metis_win32:
    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 #
    38 patched:
    39         patch -p0<long_idxtype.patch
    40         touch patched
    41 
    42 ###
    4335# Clean
    4436#
     37
    4538clean:
    4639        make -C $(METIS_DIR) clean
     
    5447        -rm -f metis.so
    5548        -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.