Unofficial alternative homebrew recipe for QuantLib
$ brew --env
$ brew --config
$ brew reinstall gcc --without-multilib
$ alias brew='HOMEBREW_CC=gcc-5 HOMEBREW_CXX=g++-5 brew' # compile with g++ instead of clang++
$ brew reinstall open-mpi --c++11 --cc=gcc-5
$ brew reinstall boost --c++11 --cc=gcc-5 --with-mpi --without-single --build-from-source
$ brew tap mmizutani/dev
$ brew info mmizutani/dev/quantlib
$ brew install mmizutani/dev/quantlib
$ brew test --debug --verbose mmizutani/dev/quantlib
By default, both the static and dynamic libraries are built and placed in /usr/local/Cellar/quantlib/1.6.2/lib
.
$ brew install --HEAD mmizutani/dev/quantlib
$ brew install --c++11 --with-openmp mmizutani/dev/quantlib
$ brew install --verbose --debug mmizutani/dev/quantlib
$ brew install --c++11 --with-openmp --verbose --debug mmizutani/dev/quantlib
$ brew audit --strict --online mmizutani/dev/quantlib
$ brew edit mmizutani/dev/quantlib
$ brew untap mmizutani/dev