File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
1614brew 'cmake'
1715brew 'gcc'
1816brew 'mpich' , args : [ 'cc=gcc-6' , 'cxx=g++-6' ]
17+ brew 'opencoarrays'
1918
2019# [Homebrew]: http://brew.sh
2120# [Linuxbrew]: http://linuxbrew.sh
Original file line number Diff line number Diff line change @@ -43,12 +43,25 @@ the OpenCoarrays installation script.
4343OS X users may use the [ Homebrew] or [ MacPorts] package management systems to install OpenCoarrays.
4444We recommend [ Homebrew] .
4545
46- Homebrew installation steps:
46+ Basic Homebrew installation steps:
4747```
4848brew update
4949brew 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+
5265MacPorts installation steps:
5366```
5467sudo port selfupdate
You can’t perform that action at this time.
0 commit comments