Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f3e1b6..36bc816 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,11 +43,6 @@ version = "0.3.2" optional = true -[dependencies.blas-src] -version = "0.2.0" -optional = true -default-features = false - [dependencies.cblas-sys] version = "0.1.4" optional = true @@ -91,7 +86,7 @@ default-features = false [features] -blas = ["cblas-sys", "blas-src"] +blas = ["cblas-sys"] docs = ["approx", "serde", "rayon"] serde-1 = ["serde"] test = ["test-blas-openblas-sys"] name='id' value='822e1852943119b0eeda8f507939387b422d73e2'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/upstream.scm
AgeCommit message (Expand)Author
2022-01-05tests: Add failing tests for changed-inputs on new style inputs....* tests/upstream.scm ("changed-inputs returns changes to plain input list", "changed-inputs returns changes to all plain input lists"): New tests. Ricardo Wurmus
2022-01-05tests: Add tests for changed-inputs on old-style inputs....All these tests pass, because they only test the old-style input alists with labels. * tests/upstream.scm ("changed-inputs returns no changes", "changed-inputs returns changes to labelled input list", "changed-inputs returns changes to all labelled input lists"): New tests. Ricardo Wurmus