File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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
1414brew 'cmake'
1515brew '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
You can’t perform that action at this time.
0 commit comments