ifcopenshell-python - note about supported glibc versions

This commit is contained in:
Andrej730
2024-10-30 15:01:04 +05:00
parent 4dfb3cac51
commit a66cffddb8
+2
View File
@@ -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