summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-oneapi/oidn
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-06-25 15:56:03 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-07-09 00:04:25 +0800
commit990e2b3576a7c04d9dee88a62b729622f850d11c (patch)
tree61dc018c9edc04359ad55ac145ae14b2318de701 /dynamic-layers/openembedded-layer/recipes-oneapi/oidn
parente10bdd43d497acdee9f20e21040cd135cf9b90a5 (diff)
downloadmeta-intel-990e2b3576a7c04d9dee88a62b729622f850d11c.tar.gz
oidn: add recipe
Intel Open Image Denoise is an open source library of high-performance, high-quality denoising filters for images rendered with ray tracing. Intel Open Image Denoise is part of the Intel® oneAPI Rendering Toolkit. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/oidn')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/oidn/oidn_1.4.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/oidn/oidn_1.4.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/oidn/oidn_1.4.1.bb
new file mode 100644
index 00000000..8b15aa5f
--- /dev/null
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/oidn/oidn_1.4.1.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Intel® Open Image Denoise"
2DESCRIPTION = "Intel Open Image Denoise is an open source library of \
3high-performance, high-quality denoising filters for images \
4rendered with ray tracing. Intel Open Image Denoise is part \
5of the Intel® oneAPI Rendering Toolkit"
6HOMEPAGE = "https://www.openimagedenoise.org/"
7
8LICENSE = "Apache-2.0 & BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
10 file://mkl-dnn/LICENSE;md5=3c6ff4426dbd618bcfd552ac4a7c1c56 \
11 file://mkl-dnn/src/cpu/x64/xbyak/COPYRIGHT;md5=3b9bf048d063d54cdb28964db558bcc7 \
12 file://mkl-dnn/src/cpu/x64/jit_utils/jitprofiling/LICENSE.BSD;md5=e671ff178b24a95a382ba670503c66fb \
13 file://weights/LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
14
15SRC_URI = "https://github.com/OpenImageDenoise/${BPN}/releases/download/v${PV}/${BP}.src.tar.gz"
16SRC_URI[sha256sum] = "9088966685a78adf24b8de075d66e4c0019bd7b2b9d29c6e45aaf35d294e3f6f"
17
18inherit cmake
19
20DEPENDS += "tbb ispc-native"