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"] f076f5b21eeb61fb56311178971eba4b1dce69'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
AgeCommit message (Expand)Author
2022-07-12guix: Really export 'define-public'....This is a followup to 3858275962f1ac567b5dce2355035f9eddea0a05, which didn't have any effect. * guix.scm: Explicitly use (guix packages) so #:re-export-and-replace is effective. Ludovic Courtès