diff options
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.14.0.bb')
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.14.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.14.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.14.0.bb new file mode 100644 index 00000000..d49e8e52 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.14.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "rkcommon - C++/CMake infrastructure" | ||
| 2 | DESCRIPTION = "A common set of C++ infrastructure and CMake utilities \ | ||
| 3 | used by various components of IntelĀ® oneAPI Rendering Toolkit." | ||
| 4 | HOMEPAGE = "https://github.com/ospray/rkcommon" | ||
| 5 | |||
| 6 | LICENSE = "Apache-2.0" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 8 | |||
| 9 | inherit pkgconfig cmake | ||
| 10 | |||
| 11 | SRC_URI = "git://github.com/ospray/rkcommon.git;protocol=https;branch=master \ | ||
| 12 | file://0001-use-fully-qualified-rkcommon-math-rsqrt-to-avoid-ove.patch \ | ||
| 13 | " | ||
| 14 | SRCREV = "4a00047ae5a3ac705b6b33b4a7574588d91e7953" | ||
| 15 | |||
| 16 | DEPENDS = "tbb" | ||
| 17 | |||
| 18 | EXTRA_OECMAKE += " -DBUILD_TESTING=OFF" | ||
