From 9b25d40cb91c82560a95e4f410b57201af14c7fc Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 22 Nov 2021 12:33:22 +0800 Subject: openvkl: upgrade 1.0.1 -> 1.1.0 Release notes: vklExamples improvements: asynchronous rendering, multiple viewports, docking, and more Fixed bug in openvkl_utility_vdb which could lead to crashes when creating VDB volumes with temporally constant tiles Superbuild updates to latest versions of dependencies Minimum rkcommon version is now 1.8.0 Signed-off-by: Anuj Mittal --- .../recipes-oneapi/openvkl/openvkl_1.0.1.bb | 35 ---------------------- .../recipes-oneapi/openvkl/openvkl_1.1.0.bb | 35 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.1.bb create mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.1.0.bb (limited to 'dynamic-layers') diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.1.bb deleted file mode 100644 index 8cbbb724..00000000 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.1.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "Intel(R) Open Volume Kernel Library" -DESCRIPTION = "Intel(R) Open Volume Kernel Library (Intel(R) Open VKL) is a \ -collection of high-performance volume computation kernels. The target users \ -of Open VKL are graphics application engineers who want to improve the \ -performance of their volume rendering applications by leveraging Open VKL’s \ -performance-optimized kernels, which include volume traversal and sampling \ -functionality for a variety of volumetric data formats. The kernels are optimized \ -for the latest Intel(R) processors with support for SSE, AVX, AVX2, and AVX-512 \ -instructions." -HOMEPAGE = "https://www.openvkl.org/" - -LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ - file://third-party-programs.txt;md5=69ec7caf49616c471161b921f53d5ec0 \ - file://testing/external/half.hpp;beginline=1;endline=17;md5=4b60058493630c3bd0ef145470f04a7b" - -inherit pkgconfig cmake - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \ - " -SRCREV = "dcdd2e1f839ca03c6fe6036d824a5db1cdaabcdb" - -COMPATIBLE_HOST = '(x86_64).*-linux' - -DEPENDS = "ispc-native rkcommon embree" - -EXTRA_OECMAKE += " \ - -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ - " -PACKAGES =+ "${PN}-examples" -FILES:${PN}-examples = "\ - ${bindir} \ - " diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.1.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.1.0.bb new file mode 100644 index 00000000..30ae4f48 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.1.0.bb @@ -0,0 +1,35 @@ +SUMMARY = "Intel(R) Open Volume Kernel Library" +DESCRIPTION = "Intel(R) Open Volume Kernel Library (Intel(R) Open VKL) is a \ +collection of high-performance volume computation kernels. The target users \ +of Open VKL are graphics application engineers who want to improve the \ +performance of their volume rendering applications by leveraging Open VKL’s \ +performance-optimized kernels, which include volume traversal and sampling \ +functionality for a variety of volumetric data formats. The kernels are optimized \ +for the latest Intel(R) processors with support for SSE, AVX, AVX2, and AVX-512 \ +instructions." +HOMEPAGE = "https://www.openvkl.org/" + +LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ + file://third-party-programs.txt;md5=69ec7caf49616c471161b921f53d5ec0 \ + file://testing/external/half.hpp;beginline=1;endline=17;md5=4b60058493630c3bd0ef145470f04a7b" + +inherit pkgconfig cmake + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \ + " +SRCREV = "b2cfd8ab94420489e2ed9a25fb0d512c2577e5de" + +COMPATIBLE_HOST = '(x86_64).*-linux' + +DEPENDS = "ispc-native rkcommon embree" + +EXTRA_OECMAKE += " \ + -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ + " +PACKAGES =+ "${PN}-examples" +FILES:${PN}-examples = "\ + ${bindir} \ + " -- cgit v1.2.3-54-g00ecf