Changeset 9297


Ignore:
Timestamp:
Aug 13, 2014, 11:00:51 AM (11 years ago)
Author:
steve
Message:

Changed shell script to python script in Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga_parallel/pymetis/Makefile

    r8763 r9297  
    2020
    2121pymetis_module:
    22         (cd pymetis; METIS_DIR=$(METIS_DIR) python setup.py build; sh get_module)
     22        (cd pymetis; METIS_DIR=$(METIS_DIR) python setup.py build; python get_module.py)
    2323
    2424for_win32: metis_win32 pymetis_module_win32
     
    3131
    3232pymetis_module_win32:
    33         (cd pymetis; METIS_DIR=$(METIS_DIR) python setup.py build --compiler=mingw32; sh get_module)
     33        (cd pymetis; METIS_DIR=$(METIS_DIR) python setup.py build --compiler=mingw32; python get_module.py)
    3434
    3535###
Note: See TracChangeset for help on using the changeset viewer.