Skip to content

Commit

Permalink
[snap] move to core20
Browse files Browse the repository at this point in the history
Don't install apt packged related to ocl
  • Loading branch information
krrishnarraj committed Feb 7, 2022
1 parent 4e8effe commit 889368d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: clpeak
base: core18
version: '1.0'
base: core20
version: "1.0"
version-script: "echo `grep 'VERSION_MAJOR ' cmake/common.cmake | awk -F'[() ]' '{print $3}'`.`grep 'VERSION_MINOR ' cmake/common.cmake | awk -F'[() ]' '{print $3}'`.`grep 'VERSION_PATCH ' cmake/common.cmake | awk -F'[() ]' '{print $3}'`"
summary: Benchmarking tool to measure peak capabilities of opencl devices
description: |
Expand All @@ -20,8 +20,3 @@ parts:
plugin: cmake
build-packages:
- build-essential
- opencl-clhpp-headers
- ocl-icd-opencl-dev
stage-packages:
- ocl-icd-libopencl1

0 comments on commit 889368d

Please sign in to comment.