This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Patrick Perry (author)
Wed Mar 04 22:35:31 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
NEWS | ||
| |
README | ||
| |
Setup.lhs | ||
| |
cbits/ | ||
| |
configure.ac | ||
| |
gsl-random.buildinfo.in | ||
| |
gsl-random.cabal | ||
| |
lib/ | ||
| |
m4/ |
README
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=<lib>" argument to
--configure-option,
e.g
runhaskell Setup.lhs configure --configure-option="--with-cblas=<lib>"
To build this package from the repository, first run
aclocal -I m4
autoreconf








