Skip to content

Commit

Permalink
clinfo: Add version 3.0.21.02.21
Browse files Browse the repository at this point in the history
[Description][1]:

> clinfo is a simple command-line application that enumerates all
> possible (known) properties of the OpenCL platform and devices
> available on the system.
>
> Inspired by AMD's program of the same name, it is coded in pure C and
> it tries to output all possible information, including those provided
> by platform-specific extensions, trying not to crash on unsupported
> properties (e.g. 1.2 properties on 1.1 platforms).

[1]: https://github.com/Oblomov/clinfo
  • Loading branch information
pmenzel committed Aug 10, 2021
1 parent af24e09 commit 43b955c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions clinfo.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION clinfo-3.0.21.02.21-0

SRCURL[0]="https://github.com/Oblomov/clinfo/archive/refs/tags/${PKGVERSION}.tar.gz clinfo-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 43b955c

Please sign in to comment.