Skip to content

Add clinfo 3.0.21.02.21 #2177

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add clinfo 3.0.21.02.21 #2177

wants to merge 2 commits into from

Commits on Aug 17, 2021

  1. clinfo: Add version 3.0.21.02.21

    [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
    pmenzel committed Aug 17, 2021
    Copy the full SHA
    e62b8e4 View commit details
    Browse the repository at this point in the history
  2. clinfo: Manually install files due to upstream Makefile lacking DESTD…

    …IR support
    
        [BEE] make -j80 install PREFIX=/usr EPREFIX=/usr BINDIR=/usr/bin SBINDIR=/usr/sbin LIBEXECDIR=/usr/libexec SYSCONFDIR=/etc SHAREDSTATEDIR=/var LOCALSTATEDIR=/var LIBDIR=/usr/lib INCLUDEDIR=/usr/include DATAROOTDIR=/usr/share DATADIR=/usr/share INFODIR=/usr/share/info LOCALEDIR=/usr/share/locale MANDIR=/usr/share/man DOCDIR=/usr/share/doc/clinfo DESTDIR=/dev/shm/bee-pmenzel/clinfo/clinfo-3.0.21.02.21-0/image
        install -p -m 555 clinfo /usr/bin/clinfo
        install -p -m 444 man1/clinfo.1 /usr/share/man/man1/clinfo.1
        install: cannot create regular file '/usr/bin/clinfo': Permission denied
        make: *** [Makefile:120: /usr/bin/clinfo] Error 1
    pmenzel committed Aug 17, 2021
    Copy the full SHA
    37023a9 View commit details
    Browse the repository at this point in the history