Skip to content

Commit 078b7bb

Browse files
committed
Document configure option and add to whatsnew
1 parent 900ec0d commit 078b7bb

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

Doc/using/configure.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,15 @@ General Options
473473

474474
.. versionadded:: 3.15
475475

476+
.. option:: --with-build-details-suffix=[yes|SUFFIX]
477+
478+
Rename ``build-details.json`` to permit multiple co-located Python
479+
installs. If a custom ``SUFFIX`` is supplied it is used verbatim,
480+
otherwise one will be generated from the ``MULTIARCH`` tag with
481+
``-free-threading`` and ``-debug``, as appropriate.
482+
483+
.. versionadded:: 3.16
484+
476485

477486
C compiler options
478487
------------------

Doc/whatsnew/3.16.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ Build changes
219219

220220
.. _libmpdec: https://www.bytereef.org/mpdecimal/
221221

222+
* Add a :option:`--with-build-details-suffix` configure flag to allow
223+
Linux distributions that co-install multiple versions of Python in the
224+
same tree to avoid ``build-details.json`` clashes.
225+
226+
(Contributed by Stefano Rivera in :gh:`131372`.)
227+
222228

223229
C API changes
224230
=============
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Add a ``--with-build-details-suffix=`` configure flag to allow Linux
1+
Add a :option:`--with-build-details-suffix` configure flag to allow Linux
22
distributions that co-install multiple versions of Python in the same tree
33
to avoid ``build-details.json`` clashes.

0 commit comments

Comments
 (0)