[graphics/krita] /: Require xsimd 8.1.0 or higher

L. E. Segovia null at kde.org
Fri May 27 01:01:19 BST 2022


Git commit 8e7c55d928d10fbc9651406300ec28f6bf658a95 by L. E. Segovia.
Committed on 27/05/2022 at 00:00.
Pushed by lsegovia into branch 'master'.

Require xsimd 8.1.0 or higher

It'll actually be 8.1.1, because the fixes to speed up gathers landed in
the master branch post 8.1.0. But its ABI is enough to make Krita happy.

CCMAIL: kimageshop at kde.org

M  +1    -1    CMakeLists.txt

https://invent.kde.org/graphics/krita/commit/8e7c55d928d10fbc9651406300ec28f6bf658a95

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 790b3efdca..70b8d94b9b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -967,7 +967,7 @@ list (APPEND ANDROID_EXTRA_LIBS ${LCMS2_LIBRARIES})
 ##
 ## Test for xsimd
 ##
-find_package(xsimd 8.0.5)
+find_package(xsimd 8.1.0)
 set_package_properties(xsimd PROPERTIES
     DESCRIPTION "C++ wrappers for SIMD intrinsics"
     URL "https://github.com/xtensor-stack/xsimd"



More information about the kimageshop mailing list