[package]
name = "netlib-src"
version = "0.7.4"
authors = ["Corey Richardson <corey@octayn.net>", "Ivan Ukhov <ivan.ukhov@gmail.com>", "Mason Smith <masonium@gmail.com>", "Phil Ruffwind <rf@rufflewind.com>"]
build = "build.rs"
links = "blas"
exclude = ["source/BLAS/TESTING/*", "source/CBLAS/testing/*", "source/TESTING/*.in", "source/TESTING/EIG/*", "source/TESTING/LIN/*"]
description = "The package provides a source of BLAS and LAPACK via Netlib."
homepage = "https://github.com/cmr/netlib-src"
readme = "README.md"
keywords = ["linear-algebra"]
categories = ["science"]
license = "Apache-2.0/MIT"
repository = "https://github.com/cmr/netlib-src"
[dev-dependencies.libc]
version = "0.2"
[build-dependencies.cmake]
version = "0.1"
[features]
cblas = []
default = ["cblas", "lapacke", "tmg"]
lapacke = []
static = []
system = []
tmg = []