[graphics/krita] 3rdparty/ext_seexpr: Update SeExpr version

L. E. Segovia null at kde.org
Fri Jul 31 15:26:25 BST 2020


Git commit 51af13a324875b94194fbd4bf2dc9f8d206dc6ca by L. E. Segovia.
Committed on 31/07/2020 at 14:21.
Pushed by lsegovia into branch 'master'.

Update SeExpr version

Previously, the dist() vector distance function would take a list of
doubles. However, the official docs say it takes two *vectors*.
This has been fixed to match the signature in the docs.

Thanks to Wolthera van Hovell for figuring this out.

(cherry picked from commit bbd9f7c7cb73a3f192a4c90931d8e77c1c1df3b4)

CCMAIL: kimageshop at kde.org

M  +1    -1    3rdparty/ext_seexpr/CMakeLists.txt

https://invent.kde.org/graphics/krita/commit/51af13a324875b94194fbd4bf2dc9f8d206dc6ca

diff --git a/3rdparty/ext_seexpr/CMakeLists.txt b/3rdparty/ext_seexpr/CMakeLists.txt
index 5294086edc..8a37290a13 100644
--- a/3rdparty/ext_seexpr/CMakeLists.txt
+++ b/3rdparty/ext_seexpr/CMakeLists.txt
@@ -2,7 +2,7 @@ SET(PREFIX_ext_seexpr "${EXTPREFIX}" )
 ExternalProject_Add(
     ext_seexpr
     GIT_REPOSITORY https://invent.kde.org/lsegovia/SeExpr.git
-    GIT_TAG 74737606c01c8a591659c1561b07b695c70f6997
+    GIT_TAG b807bfebfec9edc4197ca3561f53625895edc96e
 
     CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${PREFIX_ext_seexpr} -DCMAKE_BUILD_TYPE=${GLOBAL_BUILD_TYPE} -DFLAVOR=${GLOBAL_BUILD_TYPE} ${GLOBAL_PROFILE} -DBOOST_INCLUDE_DIR=${PREFIX_ext_seexpr}/include -DBOOST_ROOT=${PREFIX_ext_seexpr} -DBOOST_LIB_DIR=${PREFIX_ext_seexpr}/lib -DENABLE_LLVM_BACKEND=OFF -DENABLE_SSE4=OFF -DBUILD_DOC=OFF -DBUILD_TESTS=OFF -DBUILD_UTILS=OFF -DUSE_PYTHON=OFF
 


More information about the kimageshop mailing list