Changeset 8145


Ignore:
Timestamp:
05/05/11 15:13:27 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/mpich2/install.sh

    r8144 r8145  
    2626source ../configure.sh
    2727
    28 #Apply Patch to examples
    29 patch ./examples/Makefile ../Examples.Makefile.patch
    30 patch -R ./src/binding/cxx/mpicxx.h ../mpicxx.h.patch
    31 patch -R ./src/include/mpicxx.h ../mpicxx.h.patch
     28if [[ "$version" == "1.0.2p1" ]] then
     29        #Apply Patch to examples
     30        patch ./examples/Makefile ../Examples.Makefile.patch
     31        patch -R ./src/binding/cxx/mpicxx.h ../mpicxx.h.patch
     32        patch -R ./src/include/mpicxx.h ../mpicxx.h.patch
     33fi
    3234
    3335#Compile mpich2
Note: See TracChangeset for help on using the changeset viewer.