diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2021-11-22 12:29:30 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-11-24 22:34:33 +0800 |
| commit | f84b7227f555ef03d5a68f56ac3edbf5dfd7fa94 (patch) | |
| tree | dad7e6fa91859cc11324fe3d947a0ccac4cabe88 /dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.1.bb | |
| parent | ea32fce52331788943a5be4511688d96eefd4142 (diff) | |
| download | meta-intel-f84b7227f555ef03d5a68f56ac3edbf5dfd7fa94.tar.gz | |
embree: upgrade 3.13.1 -> 3.13.2
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.1.bb')
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.1.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.1.bb deleted file mode 100644 index c5844ccf..00000000 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.1.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | SUMMARY = "Collection of high-performance ray tracing kernels" | ||
| 2 | DESCRIPTION = "A collection of high-performance ray tracing kernels \ | ||
| 3 | intended to graphics application engineers that want to improve the \ | ||
| 4 | performance of their application." | ||
| 5 | HOMEPAGE = "https://github.com/embree/embree" | ||
| 6 | |||
| 7 | LICENSE = "Apache-2.0 & syrah" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | ||
| 9 | file://third-party-programs.txt;md5=86f6028ba2138fe41ac5c121d0a3518e \ | ||
| 10 | file://common/math/transcendental.h;beginline=6;endline=8;md5=73380bb2ab6613b30b8464f114bd0ca8" | ||
| 11 | |||
| 12 | inherit pkgconfig cmake | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master \ | ||
| 17 | " | ||
| 18 | SRCREV = "12b99393438a4cc9e478e33459eed78bec6233fd" | ||
| 19 | |||
| 20 | COMPATIBLE_HOST = '(x86_64).*-linux' | ||
| 21 | |||
| 22 | DEPENDS = "tbb jpeg libpng glfw ispc-native" | ||
| 23 | |||
| 24 | EXTRA_OECMAKE += " \ | ||
| 25 | -DEMBREE_ISPC_SUPPORT=OFF \ | ||
| 26 | -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \ | ||
| 27 | -DEMBREE_MAX_ISA=DEFAULT \ | ||
| 28 | -DEMBREE_TUTORIALS=OFF \ | ||
| 29 | -DEMBREE_ISPC_SUPPORT=ON \ | ||
| 30 | " | ||
