mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05: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:
parent
67ffb90dcb
commit
420d51fa02
1 changed files with 2 additions and 1 deletions
|
@ -25144,7 +25144,8 @@ (define-public python-numcodecs
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue