Skip to content

Commit 3f15f3b

Browse files
committed
Update Brewfile & INSTALL instructions 4 using it
[ci skip]
1 parent e55eb21 commit 3f15f3b

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

Brewfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010
# Once Homebrew/Linuxbrew is installed, execute the following commands to install the required prerequisites:
1111
# `brew tap homebrew/bundle && brew bundle`
1212
#
13-
# NOTE: Until Linuxbrew upgrades to GCC 6.1 or later, you will have to edit the `mpich` line to:
14-
# `brew 'mpich', args: ['cc=gcc-5', 'cxx=g++-5']`
1513

1614
brew 'cmake'
1715
brew 'gcc'
1816
brew 'mpich', args: ['cc=gcc-6', 'cxx=g++-6']
17+
brew 'opencoarrays'
1918

2019
# [Homebrew]: http://brew.sh
2120
# [Linuxbrew]: http://linuxbrew.sh

INSTALL.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,25 @@ the OpenCoarrays installation script.
4343
OS X users may use the [Homebrew] or [MacPorts] package management systems to install OpenCoarrays.
4444
We recommend [Homebrew].
4545

46-
Homebrew installation steps:
46+
Basic Homebrew installation steps:
4747
```
4848
brew update
4949
brew install opencoarrays
5050
```
5151

52+
OpenCoarrays also ships with a
53+
[`Brewfile`](https://github.com/sourceryinstitute/opencoarrays/blob/master/Brewfile)
54+
that will make it easier to install opencoarrays using MPICH built
55+
with GCC. To install using the
56+
[`Brewfile`](https://github.com/sourceryinstitute/opencoarrays/blob/master/Brewfile)
57+
with MPICH wrapping GCC, follow these steps:
58+
59+
```
60+
brew tap homebrew/bundle
61+
brew update
62+
brew bundle
63+
```
64+
5265
MacPorts installation steps:
5366
```
5467
sudo port selfupdate

0 commit comments

Comments
 (0)