From 6c644fd2ec4fe97236b98262934c5cee9b60d370 Mon Sep 17 00:00:00 2001 From: Daniele Nicolodi Date: Sat, 18 Nov 2023 13:01:20 +0100 Subject: [PATCH] DOC: explanations/internal-dependencies: remove stub TODO items recorded in issue #539. --- docs/explanations/internal-dependencies.rst | 29 --------------------- 1 file changed, 29 deletions(-) delete mode 100644 docs/explanations/internal-dependencies.rst diff --git a/docs/explanations/internal-dependencies.rst b/docs/explanations/internal-dependencies.rst deleted file mode 100644 index 9b0790093..000000000 --- a/docs/explanations/internal-dependencies.rst +++ /dev/null @@ -1,29 +0,0 @@ -.. SPDX-FileCopyrightText: 2023 The meson-python developers -.. -.. SPDX-License-Identifier: MIT - -.. _explanations-internal-dependencies: - -*************************************** -How do we handle internal dependencies? -*************************************** - - -.. todo:: - - - Explain why bundle internal dependencies - - Explain how we bundle internal dependencies - - - Explain how we patch the ``RPATH`` - - - Mention our limitation regarding executables with internal dependencies - - - Link to the relevant :ref:`reference-limitations` section - - - Explain how to work around it (using a static library) - - - Mention how the ``pyproject.toml`` settings can be used to only enable - the workaround on meson-python builds (by adding a custom Meson option - and enabling it on meson-python builds) - - - Link to :ref:`reference-pyproject-settings`