Summary: | cmake with slots for major version | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Samuel Bernardo <samuelbernardo.mail> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Samuel Bernardo
2020-11-22 10:44:37 UTC
CMake is not intended to be slotted software. Each version has backward compatible with previous version. Even if it get implemented you'll get lots of headaches about compatibility and coexistence with other softwares. RHEL/Fedora already made this mistake, divided cmake 2.x and cmake 3.x into two packages. https://bugs.gentoo.org/756034 is only regression in CMake/LLVM which already fixed. Azamat thanks for your heads up. I was think in other distros that have made that division between releases. Since cmake is not intended to be slotted (opposed to what I admitted when I opened this bug), I close this as wontfix. For me works the temporary downgrade to solve this kind of issues for related ebuilds. |