guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: gnu: python-numcodecs: Remove another cythonized file.


From: guix-commits
Subject: 06/08: gnu: python-numcodecs: Remove another cythonized file.
Date: Fri, 8 Sep 2023 05:33:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 420d51fa02d5eeea441f8b9bc0395cf0bb68a2fb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Sep 8 12:14:46 2023 +0300

    gnu: python-numcodecs: Remove another cythonized file.
    
    * gnu/packages/python-xyz.scm (python-numcodecs)[source]: Remove another
    cythonized file.
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a540c6367d..32fa9500e9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25144,7 +25144,8 @@ tool).")
        (snippet
         '(begin
            (delete-file-recursively "c-blosc")
-           (for-each delete-file '("numcodecs/blosc.c"
+           (for-each delete-file '("numcodecs/_shuffle.c"
+                                   "numcodecs/blosc.c"
                                    "numcodecs/compat_ext.c"
                                    "numcodecs/lz4.c"
                                    "numcodecs/vlen.c"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]