Changeset 1444
- Timestamp:
- 07/30/09 17:10:10 (15 years ago)
- Location:
- issm/trunk/externalpackages/metis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/metis/config/linux/Makefile.in.patch
r1441 r1444 6 6 > CC = cc 7 7 8c6 8 < OPTFLAGS = -DLINUX 8 < OPTFLAGS = -DLINUX -fPIC 9 9 --- 10 > OPTFLAGS = -O2 -fPIC10 > OPTFLAGS = -O2 -
issm/trunk/externalpackages/metis/install.sh
r1420 r1444 1 1 #!/bin/bash 2 3 #Get number of cpus on current platform4 NUMCPUS=`grep -c processor /proc/cpuinfo`;5 2 6 3 #version of metis … … 21 18 rm -rf metis-$version 22 19 23 #Platform specific stuff:24 ./configure.sh25 26 20 #Apply patches 27 21 cd install … … 30 24 patch -R Lib/metis.h ../metis.h.patch 31 25 patch Lib/Makefile ../lib_Makefile.patch 26 exit 32 27 33 28 #Compile metis 34 make -j $NUMCPUS29 make 35 30 36 31 #Patch proto.h
Note:
See TracChangeset
for help on using the changeset viewer.