From 2f0014a489fd93690a2235cdb31a4f7e2e3037a9 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 18 Jul 2025 11:24:16 +0500 Subject: [PATCH] Mac compilation instructions - update Python version --- src/ifcopenshell-python/docs/ifcopenshell/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst index 3ebb753ba9..b187451671 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst @@ -201,9 +201,9 @@ GCC (4.7 or newer) or Clang (any version) is required. # set library flags export LDFLAGS="$LDFLAGS -Wl,-flat_namespace,-undefined,suppress" cmake ../cmake \ - -DPYTHON_EXECUTABLE=/opt/homebrew/bin/python3.10 \ - -DPYTHON_LIBRARY=/opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/lib/libpython3.10.dylib \ - -DPYTHON_INCLUDE_DIR=/opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/ \ + -DPYTHON_EXECUTABLE=/opt/homebrew/bin/python3.13 \ + -DPYTHON_LIBRARY=/opt/homebrew/opt/python@3.13/Frameworks/Python.framework/Versions/3.13/lib/libpython3.13.dylib \ + -DPYTHON_INCLUDE_DIR=/opt/homebrew/opt/python@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13/ \ -DOCC_LIBRARY_DIR=/opt/homebrew/lib/ \ -DOCC_INCLUDE_DIR=/opt/homebrew/include/opencascade/ \ -DCGAL_INCLUDE_DIR=/opt/homebrew/include/ \