Last active
December 25, 2015 22:09
-
-
Save kputnam/7047432 to your computer and use it in GitHub Desktop.
hmatrix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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