Skip to content

Commit 90d9f90

Browse files
committed
Update Brewfile
- Use GCC 7 - Ensure that OC gets build from source so that it can use MPICH
1 parent 03038c1 commit 90d9f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Brewfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
brew 'cmake'
1515
brew 'gcc'
16-
brew 'mpich', args: ['cc=gcc-6', 'cxx=g++-6']
17-
brew 'opencoarrays'
16+
brew 'mpich', args: ['cc=gcc-7', 'build-from-source']
17+
brew 'opencoarrays', args: ['cc=gcc-7', 'build-from-source']
1818

1919
# [Homebrew]: http://brew.sh
2020
# [Linuxbrew]: http://linuxbrew.sh

0 commit comments

Comments
 (0)