netlib-src 0.8.0

The package provides a source of BLAS and LAPACK via Netlib.
Documentation
[build-dependencies.cmake]
version = "0.1"

[dev-dependencies.libc]
version = "0.2"

[features]
cblas = []
default = ["cblas", "lapacke", "tmg"]
lapacke = []
static = []
system = []
tmg = []

[package]
authors = ["Alexander Bulaev <alexbool@yandex-team.ru>", "Corey Richardson <corey@octayn.net>", "Ivan Ukhov <ivan.ukhov@gmail.com>", "Mason Smith <masonium@gmail.com>", "Phil Ruffwind <rf@rufflewind.com>"]
build = "build.rs"
categories = ["science"]
description = "The package provides a source of BLAS and LAPACK via Netlib."
exclude = ["source/BLAS/TESTING/*", "source/CBLAS/testing/*", "source/TESTING/*.in", "source/TESTING/EIG/*", "source/TESTING/LIN/*"]
homepage = "https://github.com/blas-lapack-rs/netlib-src"
keywords = ["linear-algebra"]
license = "Apache-2.0/MIT"
links = "blas"
name = "netlib-src"
readme = "README.md"
repository = "https://github.com/blas-lapack-rs/netlib-src"
version = "0.8.0"