summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/opencl/clpeak_1.1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/opencl/clpeak_1.1.5.bb')
-rw-r--r--meta-oe/recipes-core/opencl/clpeak_1.1.5.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/opencl/clpeak_1.1.5.bb b/meta-oe/recipes-core/opencl/clpeak_1.1.5.bb
new file mode 100644
index 0000000000..a765f1530f
--- /dev/null
+++ b/meta-oe/recipes-core/opencl/clpeak_1.1.5.bb
@@ -0,0 +1,14 @@
1SUMMARY = "OpenCL synthetic benchmarking tool"
2DESCRIPTION = "OpenCL benchmarking tool to measure peak capabilities"
3
4SRC_URI = "git://github.com/krrishnarraj/clpeak.git;protocol=https;branch=master"
5
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
8
9SRCREV = "b2e647ffb8f42aa22ce4b0194d6ef6d16d5002b0"
10
11
12inherit cmake
13
14DEPENDS += "opencl-clhpp virtual/opencl-icd"