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
commit 6c8afa2f2a8f209862978e0695ae0d6232570023
tree 6b19168bfab4fec4663258509a6bb05da6757767
parent 8dc5c04c8f6760a6a29e07b673d9313b63315214
tree 6b19168bfab4fec4663258509a6bb05da6757767
parent 8dc5c04c8f6760a6a29e07b673d9313b63315214
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Dec 30 20:35:58 -0800 2008 | |
| |
LICENSE | Thu Aug 28 00:46:15 -0700 2008 | |
| |
NEWS | Wed Mar 04 22:26:46 -0800 2009 | |
| |
README | Wed Dec 31 13:10:59 -0800 2008 | |
| |
Setup.lhs | Mon Dec 29 15:29:11 -0800 2008 | |
| |
cbits/ | Wed Mar 04 22:37:02 -0800 2009 | |
| |
configure.ac | Mon Dec 29 15:29:11 -0800 2008 | |
| |
gsl-random.buildinfo.in | Mon Dec 29 15:29:11 -0800 2008 | |
| |
gsl-random.cabal | Wed Mar 04 22:37:02 -0800 2009 | |
| |
lib/ | Wed Mar 04 22:37:02 -0800 2009 | |
| |
m4/ | Mon Dec 29 15:29:11 -0800 2008 |
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







