gnu: python-numcodecs: Remove another cythonized file.
* gnu/packages/python-xyz.scm (python-numcodecs)[source]: Remove another cythonized file.
This commit is contained in:
parent
67ffb90dcb
commit
420d51fa02
1 changed files with 2 additions and 1 deletions
|
@ -25144,7 +25144,8 @@ (define-public python-numcodecs
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
(delete-file-recursively "c-blosc")
|
(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/compat_ext.c"
|
||||||
"numcodecs/lz4.c"
|
"numcodecs/lz4.c"
|
||||||
"numcodecs/vlen.c"
|
"numcodecs/vlen.c"
|
||||||
|
|
Loading…
Reference in a new issue