Changeset 3074
- Timestamp:
- 02/22/10 15:47:46 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/scotch/install.sh
r3003 r3074 21 21 22 22 # Build scotch 23 cp Makefile.inc src/src24 cp gmap_mex.c src/src/scotch23 cp -p Makefile.inc src/src 24 cp -p gmap_mex.c src/src/scotch 25 25 cd src/src 26 26 make mexscotch 27 # For stand-alone scotch modules, also execute below 28 #make 27 # For stand-alone scotch modules, also execute next two 28 make clean 29 make scotch 29 30 # Clean up 30 31 make clean 31 32 cd ../.. 32 33 34 # Populate install directory 35 cp -pr src/grf install 36 cp -pr src/tgt install 37 cp -pr src/doc install 38 cp -pr src/man install 39 mkdir install/bin 40 mv src/bin/* install/bin 41 cp -p gmap.m install/bin 42
Note:
See TracChangeset
for help on using the changeset viewer.