Skip to content

Commit 5b4711f

Browse files
committed
Update Brewfile for GCC 9 and Homebrew > 2.0
1 parent 356f37f commit 5b4711f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Brewfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
# Brewfile to install OpenCoarrays prerequisites with [Homebrew] or [Linuxbrew].
1+
# Brewfile to install OpenCoarrays prerequisites with [Homebrew].
22
#
33
# TL;DR: `brew tap homebrew/bundle && brew bundle` to install prerequisites
44
#
55
# Homebrew for Mac OS X can be installed via:
66
# `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
7-
# Linux brew (lives in userland, no sudo required) can be installed with:
8-
# `ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/linuxbrew/go/install)"`
7+
# Homebrew for Linux (lives in userland, no sudo required) can be installed with:
8+
# `sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"`
99
#
1010
# Once Homebrew/Linuxbrew is installed, execute the following commands to install the required prerequisites:
1111
# `brew tap homebrew/bundle && brew bundle`
1212
#
1313

1414
brew 'cmake'
1515
brew 'gcc'
16-
brew 'mpich', args: ['cc=gcc-8', 'build-from-source']
17-
brew 'opencoarrays', args: ['cc=gcc-8', 'build-from-source']
16+
brew 'mpich', args: ['cc=gcc-9', 'build-from-source']
17+
# brew 'opencoarrays', args: ['cc=gcc-9', 'build-from-source']
1818

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

0 commit comments

Comments
 (0)