Changeset 2098


Ignore:
Timestamp:
Nov 30, 2005, 1:33:04 PM (19 years ago)
Author:
jack
Message:

Another take on getting pymetis to build with MinGW.

Location:
inundation/pymetis
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pymetis/Makefile

    r2085 r2098  
    2121        (cd pymetis; METIS_DIR=$(METIS_DIR) python setup.py build; ./get_module)
    2222
    23 for_win32:
    24         (cd pymetis; METIS_DIR=$(METIS_DIR)-win32 python setup.py build --compiler=mingw32; ./get_module)
     23for_win32: metis_win32 pymetis_module_win32
     24
     25metis_win32:
     26        make -C win32 METIS_DIR=$(METIS_DIR)
     27########make -C $(METIS_DIR)/Lib is implied by make -C win32
     28        make -C $(METIS_DIR)/Programs
     29        make -C $(METIS_DIR)/Test
     30
     31pymetis_module_win32:
     32        (cd pymetis; METIS_DIR=$(METIS_DIR) python setup.py build --compiler=mingw32; ./get_module)
    2533
    2634###
     
    3038clean:
    3139        make -C $(METIS_DIR) clean
     40        make -C win32 clean
    3241        -(cd pymetis; rm -rf build)
    3342        -(cd pymetis; rm *~)
Note: See TracChangeset for help on using the changeset viewer.