Skip to content

Instantly share code, notes, and snippets.

@kputnam
Last active December 25, 2015 22:09
Show Gist options
  • Save kputnam/7047432 to your computer and use it in GitHub Desktop.
Save kputnam/7047432 to your computer and use it in GitHub Desktop.
hmatrix
brew tap homebrew/science
brew tap homebrew/dupes
brew install lapack openblas gsl
cabal install hmatrix hmatrix-special hmatrix-tests \
--extra-lib-dirs=/usr/local/opt/lapack/lib --extra-include-dirs=/usr/local/opt/lapack/include \
--extra-lib-dirs=/usr/local/opt/gsl/lib --extra-include-dirs=/usr/local/opt/gsl/include \
--extra-lib-dirs=/usr/local/opt/openblas/lib --extra-include-dirs=/usr/local/opt/openblas/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment