Changeset 1388
- Timestamp:
- 07/28/09 08:45:02 (16 years ago)
- Location:
- issm/trunk/externalpackages/metis
- Files:
-
- 10 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/metis/install.sh
r1 r1388 21 21 rm -rf metis-$version 22 22 23 #Apply patch 23 #Platform specific stuff: 24 ./configure.sh 25 26 #Apply patches 24 27 cd install 25 patch Makefile.in ../Makefile.in.patch 28 patch -R Makefile ../Makefile.patch 29 patch -R Lib/metis.h ../metis.h.patch 30 patch Lib/Makefile ../lib_Makefile.patch 26 31 27 32 #Compile metis … … 30 35 #Patch proto.h 31 36 patch Lib/proto.h ../proto.h.patch 32
Note:
See TracChangeset
for help on using the changeset viewer.