openblas-ilp64 0.3.29
Optimized BLAS library based on GotoBLAS (ILP64 version)
OpenBLAS is a Basic Linear Algebra Subprograms (BLAS) library forked from the GotoBLAS2-1.13 BSD version.
- Outputs:
debug
,out
- Website: https://www.openblas.net/
- Licenses: Modified BSD
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install openblas-ilp64 0.3.29
as follows:
guix install openblas-ilp64@0.3.29
Or install the latest version:
guix install openblas-ilp64
The openblas-ilp64
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install openblas-ilp64:debug
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.