Changeset 3073
- Timestamp:
- 02/22/10 15:24:03 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/meshpart/install.sh
r3059 r3073 13 13 mkdir meshpart/metis 14 14 tar -xvzf metismex-4.0.tar.gz -C meshpart/metis 15 # proto.h in metis library is not patched, at least for metismex, so create a local version15 # proto.h in metis library is not patched, at least for metismex, so create a local version 16 16 cp ${METIS_DIR}/Lib/proto.h meshpart/metis 17 17 … … 24 24 patch -p0 < meshpart.patch 25 25 26 # Nothing to build for meshpart itself26 # Nothing to build for meshpart itself 27 27 28 # Build metismex28 # Build metismex 29 29 cd src/metis 30 # proto.h in metis library is not patched, at least for metismex, so link with local version30 # proto.h in metis library is not patched, at least for metismex, so link with local version 31 31 #mex -I../../../metis/install/Lib -L../../../metis/install -lmetis -largeArrayDims metismex.c 32 32 #mex -I. -I../../../metis/install/Lib -L../../../metis/install -lmetis -largeArrayDims metismex.c … … 35 35 cd ../.. 36 36 37 # Build mlchaco37 # Build mlchaco 38 38 cd src/chaco 39 39 make 40 # Clean up, specifically the objects left in the chaco directories by mlchaco40 # Clean up, specifically the objects left in the chaco directories by mlchaco 41 41 make clean 42 42 cd ../.. 43 43 44 # Populate install directory 45 cp -p src/*.m install 46 cp -p src/*.mat install 47 cp -p src/*.htm install 48 mv src/*.mex* install 49 cp -p src/chaco/User_Params.* install 50
Note:
See TracChangeset
for help on using the changeset viewer.