Changeset 1205
- Timestamp:
- Sep 27, 2008 6:38:49 AM (12 years ago)
- Location:
- ThirdParty/Mumps/trunk
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/trunk/INSTALL.MUMPS
r1200 r1205 28 28 If you don't have wget available, follow those instructions: 29 29 30 Check the Mumps home page for the most recent version number (say, 4.8. 2).30 Check the Mumps home page for the most recent version number (say, 4.8.3). 31 31 You may then download 32 32 33 http:// graal.ens-lyon.fr/MUMPS/MUMPS_4.8.2.tar.gz (or try34 http:// mumps.enseeiht.fr/MUMPS_4.8.2.tar.gz if first URL doesn't work)33 http://mumps.enseeiht.fr/MUMPS_4.8.3.tar.gz (or try 34 http://graal.ens-lyon.fr/MUMPS/MUMPS_4.8.3.tar.gz if first URL doesn't work) 35 35 36 36 and unpack it in this directory: 37 37 38 gunzip MUMPS_4.8. 2.tar.gz39 tar xf MUMPS_4.8. 2.tar38 gunzip MUMPS_4.8.3.tar.gz 39 tar xf MUMPS_4.8.3.tar 40 40 41 Then, rename the MUMPS_4.8. 2directory just to be MUMPS:41 Then, rename the MUMPS_4.8.3 directory just to be MUMPS: 42 42 43 mv MUMPS_4.8.2 MUMPS 44 45 Finally, apply the patchfile: 46 47 patch -p0 < mumps.patch 43 mv MUMPS_4.8.3 MUMPS 48 44 49 45 **********************************************************************
Note: See TracChangeset
for help on using the changeset viewer.