Changeset 8146
- Timestamp:
- 05/05/11 15:51:30 (14 years ago)
- Location:
- issm/trunk/externalpackages/mpich2
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/mpich2/install.sh
r8145 r8146 23 23 #Configure mpich2 24 24 cd src 25 make distclean 25 if [[ "$version" == "1.0.2p1" ]]; 26 then 27 make distclean 28 fi 29 26 30 source ../configure.sh 27 31 28 if [[ "$version" == "1.0.2p1" ]] then 32 if [[ "$version" == "1.0.2p1" ]]; 33 then 29 34 #Apply Patch to examples 30 35 patch ./examples/Makefile ../Examples.Makefile.patch
Note:
See TracChangeset
for help on using the changeset viewer.