unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 7f100d04bd903018520a30d354ec501e71661eef 544 bytes (raw)
name: packages/patches/rust-ndarray-0.14-remove-blas-src.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
diff --git a/Cargo.toml b/Cargo.toml
index 57924f1..0c59727 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,11 +43,6 @@ bench = false
 version = "0.4"
 optional = true
 
-[dependencies.blas-src]
-version = "0.6.1"
-optional = true
-default-features = false
-
 [dependencies.cblas-sys]
 version = "0.1.4"
 optional = true
@@ -92,7 +87,7 @@ version = "0.9"
 default-features = false
 
 [features]
-blas = ["cblas-sys", "blas-src"]
+blas = ["cblas-sys"]
 docs = ["approx", "serde", "rayon"]
 serde-1 = ["serde"]
 test = ["test-blas-openblas-sys"]

debug log:

solving 7f100d04bd903018520a30d354ec501e71661eef ...
found 7f100d04bd903018520a30d354ec501e71661eef in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).