Summary: | Fails to find xsimd 12 for the build | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Christoph Reiter <reiter.christoph> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73 |
Priority: | NOR | ||
Version: | 5.2.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/6d71b700a5cbe49567307895ed338259260fa1a4 | Version Fixed In: | |
Sentry Crash Report: |
Description
Christoph Reiter
2023-12-25 08:26:00 UTC
Git commit b55362d4279dcaddb6e3d6484235536236c1ea74 by Dmitry Kazakov. Committed on 11/01/2024 at 13:40. Pushed by dkazakov into branch 'master'. Support xsimd 12 M +6 -1 CMakeLists.txt https://invent.kde.org/graphics/krita/-/commit/b55362d4279dcaddb6e3d6484235536236c1ea74 Hi, Christoph! I have fixed the issue, thank you for the report. It seems like we should manually add all the supported versions, because of the version policy setup in the xsimd's config file. It is set to `SameMajorVersion` compatibility mode. Git commit 6d71b700a5cbe49567307895ed338259260fa1a4 by Dmitry Kazakov. Committed on 28/02/2024 at 12:53. Pushed by dkazakov into branch 'kazakov/for-5.2'. Support xsimd 12 M +6 -1 CMakeLists.txt https://invent.kde.org/graphics/krita/-/commit/6d71b700a5cbe49567307895ed338259260fa1a4 |