Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37044001
en ru br
ALT Linux repos
S:3.0.23.01.25-alt1

Group :: File tools
RPM: clinfo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: clinfo
Version: 3.0.21.02.21
Release: alt1

Summary: Enumerate OpenCL platforms and devices

License: CC0
Group: File tools
Url: https://github.com/Oblomov/clinfo

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/Oblomov/clinfo/archive/%version/%name-%version.tar.gz

Source: %name-%version.tar

BuildRequires: ocl-icd-devel

%description
A simple OpenCL application that enumerates all possible platform and
device properties. Inspired by AMD's program of the same name, it is
coded in pure C99 and it tries to output all possible information,
including that provided by platform-specific extensions, and not to
crash on platform-unsupported properties (e.g. 1.2 properties on 1.1
platforms).

%prep
%setup

%build
export CFLAGS="%optflags"
#export LDFLAGS=""
%make_build

%install
install -Dpm0755 %name %buildroot%_bindir/%name
install -Dpm0644 man1/%name.1 %buildroot%_man1dir/%name.1

%files
%doc LICENSE legalcode.txt
%doc README.md
%_bindir/%name
%_man1dir/%name.1*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin