[package] name = "netlib-provider" version = "0.4.1" license = "Apache-2.0/MIT" authors = [ "Corey Richardson ", "Ivan Ukhov ", ] description = "The package provides BLAS and LAPACK using the Netlib implementation." homepage = "https://github.com/cmr/netlib-provider" repository = "https://github.com/cmr/netlib-provider" links = "blas" build = "build.rs" exclude = [ "source/TESTING/*", "source/BLAS/TESTING/*", "source/CBLAS/testing/*", ] [features] default = ["cblas", "lapacke"] cblas = [] lapacke = [] static = [] system = [] [build-dependencies] cmake = "0.1"