1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-numcodecs: Remove another cythonized file.

* gnu/packages/python-xyz.scm (python-numcodecs)[source]: Remove another
cythonized file.
This commit is contained in:
Efraim Flashner
2023-09-08 12:14:46 +03:00
parent 67ffb90dcb
commit 420d51fa02

View File

@@ -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"