From 389d80d3e26c7b7297efdc102d6998d82e011fdb Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Mon, 13 May 2024 12:19:59 +0200 Subject: [PATCH] Attempt to use manylinux_2_28 for wheels --- pyproject.toml | 7 +++++++ src/grok | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebc9f2f..b2b6561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,13 @@ requires = ["scikit-build-core", "blosc2"] build-backend = "scikit_build_core.build" +[tool.cibuildwheel] +# Build using the manylinux image to ensure manylinux_2_28 wheels are produced +# grok needs at least GCC 11, and manylinux_2_28 is the first manylinux image +# to include GCC 11 (actually, GCC 12) +manylinux-x86_64-image = "manylinux_2_28" +manylinux-aarch64-image = "manylinux_2_28" + [project] name = "blosc2_grok" version = "0.3.4.dev0" diff --git a/src/grok b/src/grok index 29a5916..a84ac25 160000 --- a/src/grok +++ b/src/grok @@ -1 +1 @@ -Subproject commit 29a5916df046f534961123bddbf3d640343ae19a +Subproject commit a84ac2592e581405a976a00cf9e6f03cab7e2481