unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob bd88a2171b544d6f942ffe1144c20e6c12e0e17e 1186 bytes (raw)
name: packages/patches/python-clarabel-blas.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
26
27
28
29
30
31
32
33
34
35
36
37
38
 
Ensure that no feature set refers to blas-src or lapack-src, because we want
to just use the existing openblas library.

--- a/Cargo.toml	2024-04-24 14:13:23.519997967 +0200
+++ b/Cargo.toml	2024-04-24 14:13:09.983966101 +0200
@@ -34,11 +34,11 @@
 sdp = ["blas","lapack"]
 
 # explicit configuration options for different blas flavours
-sdp-accelerate = ["sdp", "blas-src/accelerate", "lapack-src/accelerate"]
-sdp-netlib     = ["sdp", "blas-src/netlib", "lapack-src/netlib"]
-sdp-openblas   = ["sdp", "blas-src/openblas", "lapack-src/openblas"]
-sdp-mkl        = ["sdp", "blas-src/intel-mkl", "lapack-src/intel-mkl"]
-sdp-r          = ["sdp", "blas-src/r", "lapack-src/r"]
+sdp-accelerate = ["sdp"]
+sdp-netlib     = ["sdp"]
+sdp-openblas   = ["sdp"]
+sdp-mkl        = ["sdp"]
+sdp-r          = ["sdp"]
 
 # build as the julia interface 
 julia = ["sdp", "dep:libc", "dep:num-derive", "dep:serde", "dep:serde_json"] 
@@ -62,15 +62,6 @@
 version = "0.19.0"
 optional = true
 
-[dependencies.blas-src]
-version = "0.9"
-optional = true 
-
-[dependencies.lapack-src]
-version = "0.9"
-optional = true 
-
-
 # -------------------------------
 # examples
 # -------------------------------

debug log:

solving bd88a2171b544d6f942ffe1144c20e6c12e0e17e ...
found bd88a2171b544d6f942ffe1144c20e6c12e0e17e 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).