Skip to content

Commit 35cbbbb

Browse files
committed
Update MPICH bottle due to formula revision bump
- GCC 7.1 was released and added to Homebrew - Because of this formula revision bumps are being mode for formulae with GCC dependencies etc. - As a consequence, our custom bottle will no longer install due to the revision bump, despite the fact that we are using gcc@6 still for MacOS testing on Travis-CI - I didn't try just renaming the bottle `s/3.2_2/3.2_3/` which might have been easier and faster than rebuilding it... oh well
1 parent 84e47a9 commit 35cbbbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ env:
77
- MPICH_URL_HEAD="http://www.mpich.org/static/downloads/$MPICH_VER"
88
- MPICH_URL_TAIL="mpich-${MPICH_VER}.tar.gz"
99
- MPICH_DIR="$HOME/.local/usr/mpich"
10-
- MPICH_BOT_URL_HEAD="https://github.com/sourceryinstitute/opencoarrays/files/452136/"
11-
- MPICH_BOT_URL_TAIL="mpich-3.2_2.yosemite.bottle.1.tar.gz"
10+
- MPICH_BOT_URL_HEAD="https://github.com/sourceryinstitute/OpenCoarrays/files/976766/"
11+
- MPICH_BOT_URL_TAIL="mpich-3.2_3.yosemite.bottle.1.tar.gz"
1212
- FC=gfortran-6
1313
- CC=gcc-6
1414
- CXX=g++-6

0 commit comments

Comments
 (0)