diff --git a/math/py-pdal/files/patch-CMakeLists.txt b/math/py-pdal/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..d459d9a6aafc --- /dev/null +++ b/math/py-pdal/files/patch-CMakeLists.txt @@ -0,0 +1,8 @@ +--- CMakeLists.txt.orig 2026-07-29 20:00:00 UTC ++++ CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.11.0) ++cmake_minimum_required(VERSION 3.15.0) + project(pdal-python VERSION ${SKBUILD_PROJECT_VERSION} + DESCRIPTION "PDAL Python bindings" + HOMEPAGE_URL "https://github.com/PDAL/Python") diff --git a/math/py-pdal/files/patch-pyproject.toml b/math/py-pdal/files/patch-pyproject.toml index 3920ac230533..1e04f270102e 100644 --- a/math/py-pdal/files/patch-pyproject.toml +++ b/math/py-pdal/files/patch-pyproject.toml @@ -1,11 +1,19 @@ ---- pyproject.toml.orig 2024-08-29 06:50:13 UTC +--- pyproject.toml.orig 2022-11-09 12:37:21 UTC +++ pyproject.toml @@ -48,7 +48,7 @@ changelog = "https://github.com/PDAL/python/blob/main/ changelog = "https://github.com/PDAL/python/blob/main/README.rst" [build-system] -requires = ["scikit-build-core >= 0.9", "numpy >= 1.22", "pybind11[global]"] +requires = ["scikit-build-core >= 0.9", "numpy >= 1.22", "pybind11"] build-backend = "scikit_build_core.build" +@@ -61,7 +61,6 @@ sdist.include = [ + "src", + "CMakeLists.txt" + ] +-cmake.verbose = false + logging.level = "ERROR" + + [tool.scikit-build.metadata.version]