let cmake calculate ISA configuration. Ref: https://github.com/embree/embree/blob/v3.13.0/common/cmake/check_isa_default.cmake
Signed-off-by: Naveen Saini <[email protected]> --- .../recipes-oneapi/embree/embree_3.13.0.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.0.bb index eb7737fc..2461eeeb 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.0.bb @@ -21,14 +21,10 @@ COMPATIBLE_HOST = '(x86_64).*-linux' DEPENDS = "tbb jpeg libpng glfw ispc-native" -EMBREE-MAX-ISA = "SSE4.2" -EMBREE-MAX-ISA_intel-corei7-64 = "SSE4.2" -EMBREE-MAX-ISA_intel-skylake-64 = "AVX2" - EXTRA_OECMAKE += " \ -DEMBREE_ISPC_SUPPORT=OFF \ -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \ - -DEMBREE_MAX_ISA=${EMBREE-MAX-ISA} \ + -DEMBREE_MAX_ISA=DEFAULT \ -DEMBREE_TUTORIALS=OFF \ -DEMBREE_ISPC_SUPPORT=ON \ " -- 2.32.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7150): https://lists.yoctoproject.org/g/meta-intel/message/7150 Mute This Topic: https://lists.yoctoproject.org/mt/84012245/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
