summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/opencl/clpeak_1.1.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb b/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb
new file mode 100644
index 0000000000..8c05ad6d02
--- /dev/null
+++ b/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb
@@ -0,0 +1,15 @@
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 = "527695de8393a3144863a0a07f9b92f1c734d1c4"
10
11S = "${WORKDIR}/git"
12
13inherit cmake
14
15DEPENDS += "opencl-clhpp virtual/opencl-icd"