diff options
-rw-r--r-- | meta-oe/recipes-core/opencl/clpeak_1.1.4.bb | 15 |
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 @@ | |||
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 = "527695de8393a3144863a0a07f9b92f1c734d1c4" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit cmake | ||
14 | |||
15 | DEPENDS += "opencl-clhpp virtual/opencl-icd" | ||