Changeset 2403
- Timestamp:
- Aug 5, 2011 4:10:00 AM (9 years ago)
- Location:
- ThirdParty/Metis/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Metis/trunk/INSTALL.Metis
r2128 r2403 28 28 Go to the METIS Download website 29 29 30 http://glaros.dtc.umn.edu/gkhome/ metis/metis/download30 http://glaros.dtc.umn.edu/gkhome/fsroot/sw/metis/OLD 31 31 32 and download the metis-4.0. tar.gz file.32 and download the metis-4.0.3.tar.gz file. 33 33 34 34 Unpack it in this directory: 35 35 36 gunzip metis-4.0. tar.gz37 tar xf metis-4.0. tar36 gunzip metis-4.0.3.tar.gz 37 tar xf metis-4.0.3.tar 38 38 39 39 Rename the extracted directory: 40 40 41 mv metis-4.0. ?metis-4.041 mv metis-4.0.3 metis-4.0 42 42 43 43 Delete the tarball unless you want to keep it: 44 44 45 rm metis-4.0. tar45 rm metis-4.0.3.tar 46 46 47 47 ========================================================================== -
ThirdParty/Metis/trunk/get.Metis
r2128 r2403 19 19 echo " " 20 20 21 rm -f metis-4.0. tar.gz21 rm -f metis-4.0.3.tar.gz 22 22 echo "Downloading the source code from glaros.dtc.umn.edu..." 23 $wgetcmd http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ metis-4.0.tar.gz23 $wgetcmd http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/metis-4.0.3.tar.gz 24 24 25 25 rm -rf metis-4.0 26 26 27 27 echo "Uncompressing the tarball..." 28 gunzip metis-4.0. tar.gz28 gunzip metis-4.0.3.tar.gz 29 29 30 30 echo "Unpacking the source code..." 31 tar xf metis-4.0. tar31 tar xf metis-4.0.3.tar 32 32 33 33 echo "Renaming directory to match source code name..." … … 35 35 36 36 echo "Deleting the tar file..." 37 rm metis-4.0. tar37 rm metis-4.0.3.tar 38 38 39 39 echo " "
Note: See TracChangeset
for help on using the changeset viewer.