@hackage linear-algebra-cblas0.1
A linear algebra library with bindings to BLAS and LAPACK
Categories
License
BSD-3-Clause
Maintainer
Carter Schonwald <carter atsign wellposed dot com>
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
- 0.1 Thu, 18 Apr 2013
Installation
Dependencies (5)
- QuickCheck >=2.1.1 && <3
- base >=4 && <5
- ieee754
- storable-complex
- vector >=0.7 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/fpnla-examples
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 BLAS and LAPACK libraries to link with.
To link with a custom BLAS or LAPACK, add the "--with-blas=
runhaskell Setup.lhs configure --configure-option="--with-blas=<lib>"
To build this package from the git repository, first run aclocal -I m4 autoreconf