From 396fdc7806de7238fade3e5a31c3352ff644e28c Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 7 Sep 2023 09:57:46 +1000 Subject: [PATCH] Fix #3722. Fix ifcopenshell pypi distribution to use modern manylinux tag for glibc 2.31. --- src/ifcopenshell-python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/Makefile b/src/ifcopenshell-python/Makefile index 9c47c7ae68..05442dacbb 100644 --- a/src/ifcopenshell-python/Makefile +++ b/src/ifcopenshell-python/Makefile @@ -38,7 +38,7 @@ PYNUMBER:=311 endif ifeq ($(PLATFORM), linux) -PLATFORMTAG:=manylinux1_x86_64 +PLATFORMTAG:=manylinux_2_31_x86_64 endif ifeq ($(PLATFORM), macos) PLATFORMTAG:=macosx_10_15_x86_64