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 10
10
# Once Homebrew/Linuxbrew is installed, execute the following commands to install the required prerequisites:
11
11
# `brew tap homebrew/bundle && brew bundle`
12
12
#
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']`
15
13
16
14
brew 'cmake'
17
15
brew 'gcc'
18
16
brew 'mpich' , args : [ 'cc=gcc-6' , 'cxx=g++-6' ]
17
+ brew 'opencoarrays'
19
18
20
19
# [Homebrew]: http://brew.sh
21
20
# [Linuxbrew]: http://linuxbrew.sh
Original file line number Diff line number Diff line change @@ -43,12 +43,25 @@ the OpenCoarrays installation script.
43
43
OS X users may use the [ Homebrew] or [ MacPorts] package management systems to install OpenCoarrays.
44
44
We recommend [ Homebrew] .
45
45
46
- Homebrew installation steps:
46
+ Basic Homebrew installation steps:
47
47
```
48
48
brew update
49
49
brew install opencoarrays
50
50
```
51
51
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
+
52
65
MacPorts installation steps:
53
66
```
54
67
sudo port selfupdate
You can’t perform that action at this time.
0 commit comments