summaryrefslogtreecommitdiff
path: root/recipes-benchmark/clpeak/clpeak_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-benchmark/clpeak/clpeak_git.bb')
-rw-r--r--recipes-benchmark/clpeak/clpeak_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-benchmark/clpeak/clpeak_git.bb b/recipes-benchmark/clpeak/clpeak_git.bb
new file mode 100644
index 0000000..fa64b49
--- /dev/null
+++ b/recipes-benchmark/clpeak/clpeak_git.bb
@@ -0,0 +1,15 @@
+SUMMARY = "A tool which profiles OpenCL devices to find their peak capacities"
+HOMEPAGE = "https://github.com/krrishnarraj/clpeak"
+LICENSE = "PD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
+DEPENDS = "virtual/opencl-icd"
+
+SRC_URI = " \
+ git://github.com/krrishnarraj/clpeak.git;protocol=https \
+ file://0001-CMakeLists-add-install-rule.patch \
+"
+
+SRCREV = "8edab23fbc867adbada21378d65774c670c2aaf9"
+S = "${WORKDIR}/git"
+
+inherit cmake