Changeset 8570
- Timestamp:
- 06/08/11 16:04:25 (14 years ago)
- Location:
- issm/trunk/externalpackages/metis
- Files:
-
- 1 added
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/metis/install.sh
r1548 r8570 23 23 #Apply patches 24 24 cd install 25 patch -R Makefile ../Makefile.patch 26 patch -R Makefile.in ../Makefile.in.patch 27 patch -R Lib/metis.h ../metis.h.patch 28 patch Lib/Makefile ../lib_Makefile.patch 25 patch -p1 < ../metis-4.0.patch 29 26 30 27 #Compile metis … … 35 32 make -j $NUMCPUS 36 33 fi 37 38 #Patch proto.h39 patch Lib/proto.h ../proto.h.patch
Note:
See TracChangeset
for help on using the changeset viewer.