Package: cmake / 4.2.3-2

Metadata

Package Version Patches format
cmake 4.2.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Prefer default Python version.patch | (download)

Modules/FindPython/Support.cmake | 9 2 + 7 - 0 !
Modules/FindPythonInterp.cmake | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+), 7 deletions(-)

 prefer default python version

This patch prefers /usr/bin/python3 as interpreter over all others,
subject to version restrictions. CMP0094 is forced to the NEW
behavior, because the OLD behavior will always end up with the newest
installed Python version.

0002 FindBoost Add support for Boost 1.89 and 1.90.patch | (download)

Modules/FindBoost.cmake | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 findboost: add support for boost 1.89 and 1.90

Update the list of known versions.

Run the command

    cmake -DBOOST_DIR=/path/to/boost_1_89_0 \
      -P Utilities/Scripts/BoostScanDeps.cmake

to extract dependencies from the 1.89.0 source tree.
They are the same as 1.88's dependencies, so just update
the version check for warning about newer versions.

Run the command

    cmake -DBOOST_DIR=/path/to/boost_1_90_0 \
      -P Utilities/Scripts/BoostScanDeps.cmake

to extract dependencies from the 1.90.0 source tree.