[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"
- branch master updated (3eb77954f9 -> d4645d5d25), guix-commits, 2023/09/08
- 02/08: gnu: python-hacking: Update to 5.0.0., guix-commits, 2023/09/08
- 01/08: gnu: python-eventlet: Update to 0.33.3., guix-commits, 2023/09/08
- 03/08: gnu: Remove python-flake8-3.8., guix-commits, 2023/09/08
- 04/08: gnu: Remove python-pycodestyle-2.6., guix-commits, 2023/09/08
- 05/08: gnu: Remove python-pyflakes-2.2., guix-commits, 2023/09/08
- 07/08: gnu: python-numcodecs: Fix building on non x86 machines., guix-commits, 2023/09/08
- 08/08: gnu: python-fasteners: Update to 0.17.3., guix-commits, 2023/09/08
- 06/08: gnu: python-numcodecs: Remove another cythonized file.,
guix-commits <=