8000 GitHub - liujimj/homebrew-dev: Unofficial alternative homebrew recipe for QuantLib
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

liujimj/homebrew-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

homebrew quantlib

Unofficial alternative homebrew recipe for QuantLib

Prerequisites

$ 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

Installing

$ 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.

Installing with options

$ brew install --HEAD mmizutani/dev/quantlib
$ brew install --c++11 --with-openmp mmizutani/dev/quantlib

Debugging

$ 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

Uninstalling

$ brew untap mmizutani/dev

About

Unofficial alternative homebrew recipe for QuantLib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%
0