diff options
Diffstat (limited to 'dynamic-layers')
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.0.bb | 6 |
1 files changed, 1 insertions, 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' | |||
| 21 | 21 | ||
| 22 | DEPENDS = "tbb jpeg libpng glfw ispc-native" | 22 | DEPENDS = "tbb jpeg libpng glfw ispc-native" |
| 23 | 23 | ||
| 24 | EMBREE-MAX-ISA = "SSE4.2" | ||
| 25 | EMBREE-MAX-ISA_intel-corei7-64 = "SSE4.2" | ||
| 26 | EMBREE-MAX-ISA_intel-skylake-64 = "AVX2" | ||
| 27 | |||
| 28 | EXTRA_OECMAKE += " \ | 24 | EXTRA_OECMAKE += " \ |
| 29 | -DEMBREE_ISPC_SUPPORT=OFF \ | 25 | -DEMBREE_ISPC_SUPPORT=OFF \ |
| 30 | -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \ | 26 | -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \ |
| 31 | -DEMBREE_MAX_ISA=${EMBREE-MAX-ISA} \ | 27 | -DEMBREE_MAX_ISA=DEFAULT \ |
| 32 | -DEMBREE_TUTORIALS=OFF \ | 28 | -DEMBREE_TUTORIALS=OFF \ |
| 33 | -DEMBREE_ISPC_SUPPORT=ON \ | 29 | -DEMBREE_ISPC_SUPPORT=ON \ |
| 34 | " | 30 | " |
