We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe595a commit b74626eCopy full SHA for b74626e
.travis.yml
@@ -41,12 +41,9 @@ before_install:
41
- tar -xzf mpich-$mpichVersion.tar.gz
42
- cd mpich-$mpichVersion
43
- mkdir build && cd build
44
- - ../configure CC=$CC CXX=$CXX --prefix=${HOME}/mpich --disable-fortran --disable-romio
45
- - make -j2
46
- - make install
47
- - chmod 777 "$currentDir/mpich-$mpichVersion/build/src/env/mpicc.sh"
48
- - sudo ln "$currentDir/mpich-$mpichVersion/build/src/env/mpicc.sh" /usr/bin/mpicc
49
- - sudo cp $currentDir/mpich-$mpichVersion/src/include/*.* /usr/local/include
+ - sudo ../configure CC=$CC CXX=$CXX --disable-fortran --disable-romio
+ - sudo make -j2
+ - sudo make install
50
- cd "$currentDir"
51
52
# prevent Maven from running
0 commit comments