Skip to content

Forcibly disable writing Python libraries into a custom subdirectory for release builds

This MR patches the Python cmake build so that for Release builds the Python libraries must be installed into the CMAKE_INSTALL_PREFIX; custom environments should not (must not?) be used for production releases. This solves a problem for the RPM builds (and for future debian builds, maybe).

Merge request reports