From a66cffddb887a7b79c31245492fe12905d1e5574 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 30 Oct 2024 15:01:04 +0500 Subject: [PATCH] ifcopenshell-python - note about supported glibc versions --- src/ifcopenshell-python/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcopenshell-python/Makefile b/src/ifcopenshell-python/Makefile index 875d51b964..36f65f7ce9 100644 --- a/src/ifcopenshell-python/Makefile +++ b/src/ifcopenshell-python/Makefile @@ -39,6 +39,8 @@ ifeq ($(PYVERSION), py312) PYNUMBER:=312 endif +# We actually do support glibc 2.28-2.30 (see #5636) +# but those are old and there's no demand for it. ifeq ($(PLATFORM), linux64) PLATFORMTAG:=manylinux_2_31_x86_64 endif