This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch wip-python-team
in repository guix.

The following commit(s) were added to refs/heads/wip-python-team by this push:
     new c9d02901d9 FIXUP clarabel
c9d02901d9 is described below

commit c9d02901d93b44911a029860fc25c733e3c21902
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Apr 29 13:19:53 2024 +0200

    FIXUP clarabel
    
    Change-Id: I9a0527f74f6eb1a6486c88cc5e2e0e517a484cb4
---
 gnu/local.mk                    | 1 +
 gnu/packages/python-science.scm | 8 +-------
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 42961e60b2..9a3b98e3f8 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1822,6 +1822,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/python-accupy-use-matplotx.patch                \
   %D%/packages/patches/python-accupy-fix-use-of-perfplot.patch \
   %D%/packages/patches/python-chai-drop-python2.patch          \
+  %D%/packages/patches/python-clarabel-blas.patch              \
   %D%/packages/patches/python-docrepr-fix-tests.patch          \
   %D%/packages/patches/python-feedparser-missing-import.patch  \
   %D%/packages/patches/python-louvain-fix-test.patch           \
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index fa41e46cf0..2c499d9965 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2392,13 +2392,7 @@ specification and test suite in Python.")
        (sha256
         (base32 "15k32ynvh45n9q905bxwamh5w5cia9bxzmwz69wbribmyhsv22m3"))
        (patches
-        (search-patches "python-clarabel-blas.patch"))
-       (modules '((guix build utils)))
-       (snippet
-        ;; Ensure that no feature set refers to blas-src or lapack-src,
-        ;; because we want to just use the existing openblas library.
-        '(substitute* "Cargo.toml"
-           (("\\[\"sdp\", \"blas-src.*") "[\"sdp\"]\n")))))
+        (search-patches "python-clarabel-blas.patch"))))
     (build-system cargo-build-system)
     (arguments
      (list

Reply via email to