The tests fail to build with glibc 2.34: | rkcommon/1.6.1-r0/git/tests/catch.hpp:10811:58: error: call to non-'constexpr' function 'long int sysconf(int)' | | static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ; | | | ^~~~~~~~~~~
This has been fixed but is not yet available in a released version: https://github.com/ospray/rkcommon/issues/5 Signed-off-by: Anuj Mittal <[email protected]> --- .../recipes-oneapi/rkcommon/rkcommon_1.6.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb index 17edff4a..eef83193 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb @@ -15,3 +15,5 @@ SRC_URI = "git://github.com/ospray/rkcommon.git;protocol=https \ SRCREV = "9e5a38e486f9edc8aefb37344526ac5552b35573" DEPENDS = "tbb" + +EXTRA_OECMAKE += " -DBUILD_TESTING=OFF" -- 2.32.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7211): https://lists.yoctoproject.org/g/meta-intel/message/7211 Mute This Topic: https://lists.yoctoproject.org/mt/85114993/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
