Debian Patches

Status for cmake/4.2.3-2

Patch Description Author Forwarded Bugs Origin Last update
0001-Prefer-default-Python-version.patch 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.
Timo Röhling <roehling@debian.org> not-needed 2022-11-24
0002-FindBoost-Add-support-for-Boost-1.89-and-1.90.patch 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.
They differ from 1.89's dependencies only in that
a new Boost.Cobalt component was added.
Brad King <brad.king@kitware.com> yes debian upstream 2026-02-09

All known versions for source package 'cmake'

Links