diff options
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.bb | 14 |
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 @@ | |||
1 | SUMMARY = "OpenCL synthetic benchmarking tool" | ||
2 | DESCRIPTION = "OpenCL benchmarking tool to measure peak capabilities" | ||
3 | |||
4 | SRC_URI = "git://github.com/krrishnarraj/clpeak.git;protocol=https;branch=master" | ||
5 | |||
6 | LICENSE = "Apache-2.0" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
8 | |||
9 | SRCREV = "b2e647ffb8f42aa22ce4b0194d6ef6d16d5002b0" | ||
10 | |||
11 | |||
12 | inherit cmake | ||
13 | |||
14 | DEPENDS += "opencl-clhpp virtual/opencl-icd" | ||