mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
embree: upgrade 3.13.5 -> 4.0.1
Turn off EMBREE_ZIP_MODE, which ships environement scrpit for build env setup. Removed duplicate DEMBREE_ISPC_SUPPORT configuration. checksum update: Added entry for Intel(R) oneAPI DPC++/C++ compiler in third-party-programs.txt. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
327be1475c
commit
ca45e3450d
|
@ -6,15 +6,15 @@ HOMEPAGE = "https://github.com/embree/embree"
|
|||
|
||||
LICENSE = "Apache-2.0 & syrah"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
|
||||
file://third-party-programs.txt;md5=86f6028ba2138fe41ac5c121d0a3518e \
|
||||
file://third-party-programs.txt;md5=f989f5b74cfff0d45d3ccf0e1366cbdc \
|
||||
file://common/math/transcendental.h;beginline=6;endline=8;md5=73380bb2ab6613b30b8464f114bd0ca8"
|
||||
|
||||
inherit pkgconfig cmake
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=devel3"
|
||||
SRCREV = "698442324ccddd11725fb8875275dc1384f7fb40"
|
||||
SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master"
|
||||
SRCREV = "02192dc3f91ea86bd96a8352c91bfda833c509ae"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64).*-linux'
|
||||
COMPATIBLE_HOST:libc-musl = "null"
|
||||
|
@ -22,9 +22,9 @@ COMPATIBLE_HOST:libc-musl = "null"
|
|||
DEPENDS = "tbb jpeg libpng glfw ispc-native"
|
||||
|
||||
EXTRA_OECMAKE += " \
|
||||
-DEMBREE_ISPC_SUPPORT=OFF \
|
||||
-DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \
|
||||
-DEMBREE_MAX_ISA=DEFAULT \
|
||||
-DEMBREE_TUTORIALS=OFF \
|
||||
-DEMBREE_ISPC_SUPPORT=ON \
|
||||
-DEMBREE_ZIP_MODE=OFF \
|
||||
"
|
Loading…
Reference in New Issue
Block a user