From 25d703565217ff66bb7ab39a7d8f92872641988c Mon Sep 17 00:00:00 2001 From: Lee Chee Yang Date: Mon, 30 Oct 2023 14:32:03 +0800 Subject: onedpl: 2022.0.0 -> 2022.2.0 License-Update: added license for Modern GPU and oneDPL samples https://github.com/oneapi-src/oneDPL/blob/release/2022.2/licensing/third-party-programs.txt Signed-off-by: Lee Chee Yang Signed-off-by: Anuj Mittal --- recipes-oneapi/onedpl/onedpl_2022.0.0.bb | 26 -------------------------- recipes-oneapi/onedpl/onedpl_2022.2.0.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 recipes-oneapi/onedpl/onedpl_2022.0.0.bb create mode 100644 recipes-oneapi/onedpl/onedpl_2022.2.0.bb (limited to 'recipes-oneapi') diff --git a/recipes-oneapi/onedpl/onedpl_2022.0.0.bb b/recipes-oneapi/onedpl/onedpl_2022.0.0.bb deleted file mode 100644 index ea74fe0d..00000000 --- a/recipes-oneapi/onedpl/onedpl_2022.0.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "oneAPI DPC++ Library (oneDPL)" -DESCRIPTION = "The oneAPI DPC++ Library (oneDPL) aims to work with the \ -oneAPI DPC++ Compiler to provide high-productivity APIs to developers, \ -which can minimize DPC++ programming efforts across devices for high \ -performance parallel applications." -HOMEPAGE = "https://github.com/oneapi-src/oneDPL" - -LICENSE = "Apache-2.0-with-LLVM-exception" -LIC_FILES_CHKSUM = "file://licensing/LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ - file://licensing/third-party-programs.txt;md5=74cbe473c3521af32a92f662c44aa6bd" - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2022.0 \ - " -SRCREV = "240685db73e3169e66dbb625b4d5fa1ad06ec79b" - -do_compile[noexec] = "1" -do_configure[noexec] = "1" - -do_install() { - install -d -m 755 ${D}${includedir}/onedpl - cp -r ${S}/include/* ${D}${includedir}/onedpl -} - -UPSTREAM_CHECK_GITTAGREGEX = "^oneDPL-(?P(\d+(\.\d+)+))-release$" diff --git a/recipes-oneapi/onedpl/onedpl_2022.2.0.bb b/recipes-oneapi/onedpl/onedpl_2022.2.0.bb new file mode 100644 index 00000000..6ff7414b --- /dev/null +++ b/recipes-oneapi/onedpl/onedpl_2022.2.0.bb @@ -0,0 +1,26 @@ +SUMMARY = "oneAPI DPC++ Library (oneDPL)" +DESCRIPTION = "The oneAPI DPC++ Library (oneDPL) aims to work with the \ +oneAPI DPC++ Compiler to provide high-productivity APIs to developers, \ +which can minimize DPC++ programming efforts across devices for high \ +performance parallel applications." +HOMEPAGE = "https://github.com/oneapi-src/oneDPL" + +LICENSE = "Apache-2.0-with-LLVM-exception" +LIC_FILES_CHKSUM = "file://licensing/LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ + file://licensing/third-party-programs.txt;md5=cfb8d6b1f04a8fcc7d0dddd817619634" + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2022.2 \ + " +SRCREV = "c697fac0b51ce2a36f3824bb9063dfaf6aee88ac" + +do_compile[noexec] = "1" +do_configure[noexec] = "1" + +do_install() { + install -d -m 755 ${D}${includedir}/onedpl + cp -r ${S}/include/* ${D}${includedir}/onedpl +} + +UPSTREAM_CHECK_GITTAGREGEX = "^oneDPL-(?P(\d+(\.\d+)+))-release$" -- cgit v1.2.3-54-g00ecf