Difference between revisions of "Hmatrix on Mac OS X"

From HaskellWiki
Jump to navigation Jump to search
(No difference)

Revision as of 15:20, 21 January 2007

Here are some notes on getting GSLHaskell running under MacOS X 10.4 using MacPorts. These notes may be incomplete, and the details may change slightly in the future.

Please update this page with anything you discover along the way.

Installing GHC using MacPorts

First, you will want to install GHC using MacPorts, not the standalone installers. Assuming that you have uninstalled any other versions of Haskell, type:

{{{ sudo port install ghc }}}

This may take several hours to bootstrap on a slow machine.

Required Libraries

GSLHaskell requires working versions of GSL, BLAS and LAPACK. You can get