me
/
guix
Archived
1
0
Fork 0

gnu: python-numcodecs: Remove another cythonized file.

* gnu/packages/python-xyz.scm (python-numcodecs)[source]: Remove another
cythonized file.
master
Efraim Flashner 2023-09-08 12:14:46 +03:00
parent 67ffb90dcb
commit 420d51fa02
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

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"