From a4f7da8c7d18de0c29a3597e6ed4bdf44a4041c4 Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Sun, 5 Jul 2026 20:43:35 +0000 Subject: [PATCH] c-bloas2-3-compat Origon: https://github.com/PyTables/PyTables/commit/25b4701e8a75c33fa2c05d192c061ea6855fa861 Forwarded: not-needed Gbp-Pq: Name 0008-c-bloas2-3-compat.patch --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 009ccad..9ba4a66 100755 --- a/setup.py +++ b/setup.py @@ -1253,6 +1253,7 @@ if __name__ == "__main__": } # def_macros.extend(abi3_macros) # extension_kwargs.update(abi3_ext_kwargs) + def_macros.append(("BLOSC2_MAX_DIM", 8)) extensions = [ Extension( -- 2.30.2