Changeset 9297
- Timestamp:
- Aug 13, 2014, 11:00:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_parallel/pymetis/Makefile
r8763 r9297 20 20 21 21 pymetis_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) 23 23 24 24 for_win32: metis_win32 pymetis_module_win32 … … 31 31 32 32 pymetis_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) 34 34 35 35 ###
Note: See TracChangeset
for help on using the changeset viewer.