Mac OS

recent

macos-badge

development

macos-badge-devel

master

macos-badge-master

Mac OS Installation
#
# Assumes Xcode Command Line Tools and Homebrew are installed.
#   - Xcode CLT: xcode-select --install
#   - Homebrew:  https://brew.sh
#

#
# DEPENDENCIES
#
brew update
brew install openmpi eigen libpng

#
# CONFIGURE
#
./configure --comp clang++

#
# BUILD
#
make

#
# TEST
#
./bin/test-3d-clang++