diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-09-08 12:14:46 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-09-08 12:25:21 +0300 |
commit | 420d51fa02d5eeea441f8b9bc0395cf0bb68a2fb (patch) | |
tree | 31cb45b1e6d06201c2e4d154289160d3f1668739 | |
parent | 67ffb90dcbc88694fea4a1cbfc01c49aec4d1808 (diff) |
gnu: python-numcodecs: Remove another cythonized file.
* gnu/packages/python-xyz.scm (python-numcodecs)[source]: Remove another
cythonized file.
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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" |