@hackage gsl-random0.2.2
Bindings the the GSL random number generation facilities.
Installation
Dependencies (1)
Dependents (4)
@hackage/monte-carlo, @hackage/hquantlib, @hackage/acme-everything, @hackage/gsl-random-fu
To build the package, there is no need to run the configure script. Just use the standard cabal commands:
runhaskell Setup.lhs configure
runhaskell Setup.lhs build
runhaskell Setup.lhs install
The package uses a script to find what CBLAS library to link with. To link
with a custom CBLAS, add the "--with-cblas=
runhaskell Setup.lhs configure --configure-option="--with-cblas=<lib>"
To build this package from the repository, first run aclocal -I m4 autoreconf