From ed09f3c91e915c3b436854a7936566edceb3e8de Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 15 Dec 2020 10:09:45 +0200 Subject: [PATCH] remove blas-src dependency --- 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 @@ -37,10 +37,6 @@ debug = true name = "ndarray" test = true bench = false -[dependencies.blas-src] -version = "0.2.0" -optional = true -default-features = false [dependencies.cblas-sys] version = "0.1.4" @@ -78,7 +74,7 @@ default-features = false version = "0.1" [features] -blas = ["cblas-sys", "blas-src"] +blas = ["cblas-sys"] docs = ["rustc-serialize", "serde-1"] serde-1 = ["serde"] test = ["test-blas-openblas-sys"] -- 2.29.2 ue='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/git
AgeCommit message (Expand)Author
2020-06-01maint: Adjust comment in 'pre-push' hook....* etc/git/pre-push: Adjust comment. Ludovic Courtès
2020-05-29maint: Git pre-push hook runs "make authenticate check-channel-news"....* etc/git/pre-push: Change to run "make authenticate check-channel-news". Ludovic Courtès
2017-02-08etc: The pre-push hook says which commits failed the signature check....* etc/git/pre-push: Check each commit's signature individually so that we can report which commits fail the check. Leo Famulari
2017-01-04doc: Add a Git hook that verifies signatures before pushing....* HACKING (Commit Access): Describe the pre-push Git hook. * etc/git/pre-push: New file. Leo Famulari