diff options
Diffstat (limited to 'recipes-oneapi/onedpl/onedpl_2022.0.0.bb')
| -rw-r--r-- | recipes-oneapi/onedpl/onedpl_2022.0.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-oneapi/onedpl/onedpl_2022.0.0.bb b/recipes-oneapi/onedpl/onedpl_2022.0.0.bb new file mode 100644 index 00000000..ea74fe0d --- /dev/null +++ b/recipes-oneapi/onedpl/onedpl_2022.0.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "oneAPI DPC++ Library (oneDPL)" | ||
| 2 | DESCRIPTION = "The oneAPI DPC++ Library (oneDPL) aims to work with the \ | ||
| 3 | oneAPI DPC++ Compiler to provide high-productivity APIs to developers, \ | ||
| 4 | which can minimize DPC++ programming efforts across devices for high \ | ||
| 5 | performance parallel applications." | ||
| 6 | HOMEPAGE = "https://github.com/oneapi-src/oneDPL" | ||
| 7 | |||
| 8 | LICENSE = "Apache-2.0-with-LLVM-exception" | ||
| 9 | LIC_FILES_CHKSUM = "file://licensing/LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ | ||
| 10 | file://licensing/third-party-programs.txt;md5=74cbe473c3521af32a92f662c44aa6bd" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2022.0 \ | ||
| 15 | " | ||
| 16 | SRCREV = "240685db73e3169e66dbb625b4d5fa1ad06ec79b" | ||
| 17 | |||
| 18 | do_compile[noexec] = "1" | ||
| 19 | do_configure[noexec] = "1" | ||
| 20 | |||
| 21 | do_install() { | ||
| 22 | install -d -m 755 ${D}${includedir}/onedpl | ||
| 23 | cp -r ${S}/include/* ${D}${includedir}/onedpl | ||
| 24 | } | ||
| 25 | |||
| 26 | UPSTREAM_CHECK_GITTAGREGEX = "^oneDPL-(?P<pver>(\d+(\.\d+)+))-release$" | ||
