From 177e7b970d50f1db1b496b11af942d6bf3364d50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Mon, 8 May 2017 12:37:06 +0200 Subject: [PATCH] updated platform installation notes for macOS 10.11, 10.12 --- .../platforms/supported/elcapitan.platform | 31 +++++++++++++++++-- .../platforms/supported/sierra.platform | 31 +++++++++++++++++-- 2 files changed, 56 insertions(+), 6 deletions(-) diff --git a/deal.II-toolchain/platforms/supported/elcapitan.platform b/deal.II-toolchain/platforms/supported/elcapitan.platform index aeadc85..244fd59 100644 --- a/deal.II-toolchain/platforms/supported/elcapitan.platform +++ b/deal.II-toolchain/platforms/supported/elcapitan.platform @@ -1,8 +1,33 @@ # macOS 10.11 (El Capitan) # -# Mac support is experimental and requires: +# macOS support is experimental and requires: # - a recent version of xcode with command line tools -# - openmpi installed using homebrew +# - openmpi installed using homebrew and # - cmake -# +# +# Detailed Installation Notes: +# - install Xcode from AppStore, open it and accept the license. +# - Open Terminal, and install Xcode command line tools via +# $ xcode-select --install +# and then run +# $ xcodebuild -license +# to accept the license. +# +# Install Homebrew in a Terminal via +# $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +# +# Install the following via Homebrew +# $ brew install cmake +# $ brew install openmpi --c++11 --with-mpi-thread-multiple +# +# (Optional) Install the following via Homebrew +# $ brew install wget +# $ brew install gnuplot +# +# $ brew install bash +# and follow the shell activation notes. +# +# $ brew install modules +# and follow the activation notes to use the modulefile configuration. +# ## diff --git a/deal.II-toolchain/platforms/supported/sierra.platform b/deal.II-toolchain/platforms/supported/sierra.platform index 188e48e..6f9d932 100644 --- a/deal.II-toolchain/platforms/supported/sierra.platform +++ b/deal.II-toolchain/platforms/supported/sierra.platform @@ -1,8 +1,33 @@ # macOS 10.12 (Sierra) # -# Mac support is experimental and requires: +# macOS support is experimental and requires: # - a recent version of xcode with command line tools -# - openmpi installed using homebrew +# - openmpi installed using homebrew and # - cmake -# +# +# Detailed Installation Notes: +# - install Xcode from AppStore, open it and accept the license. +# - Open Terminal, and install Xcode command line tools via +# $ xcode-select --install +# and then run +# $ xcodebuild -license +# to accept the license. +# +# Install Homebrew in a Terminal via +# $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +# +# Install the following via Homebrew +# $ brew install cmake +# $ brew install openmpi --c++11 --with-mpi-thread-multiple +# +# (Optional) Install the following via Homebrew +# $ brew install wget +# $ brew install gnuplot +# +# $ brew install bash +# and follow the shell activation notes. +# +# $ brew install modules +# and follow the activation notes to use the modulefile configuration. +# ## -- 2.39.5