Hmatrix on Mac OS X

From HaskellWiki
Revision as of 15:20, 21 January 2007 by Emk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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