Ignore:
Timestamp:
Nov 29, 2005, 10:24:04 AM (19 years ago)
Author:
jack
Message:

Update with precompiled metis 4.0 for windows.
New makefile target: for_win32 which should build (unable to test)
Updated README with instructions on building for windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pymetis/Makefile

    r2051 r2085  
    2121        (cd pymetis; METIS_DIR=$(METIS_DIR) python setup.py build; ./get_module)
    2222
     23for_win32:
     24        (cd pymetis; METIS_DIR=$(METIS_DIR)-win32 python setup.py build --compiler=mingw32; ./get_module)
     25
    2326###
    2427# Clean
Note: See TracChangeset for help on using the changeset viewer.