Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 144bc0c486a844bca4882dc6d12c9f17 > files > 2

clinfo-3.0.23.01.25-1.mga9.src.rpm

Name:		clinfo
Summary:	Enumerates OpenCL platform and device properties
Version:	3.0.23.01.25
Release:	%mkrel 1
Group:		System/Configuration
License:	CC0
URL:		https://github.com/Oblomov/clinfo
Source0:	https://github.com/Oblomov/clinfo/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ocl-icd)

%description
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).

%prep
%autosetup

%build
%make_build CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir} \
	%{buildroot}%{_mandir}/man1

install -m 0755 ./%{name} %{buildroot}%{_bindir}/
install -m 0644 ./man1/%{name}.1 %{buildroot}%{_mandir}/man1/

%files
%license LICENSE legalcode.txt
%doc README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Wed Feb 01 2023 ghibo <ghibo> 3.0.23.01.25-1.mga9
+ Revision: 1937319
- Update to release 3.0.23.01.25

* Sat Mar 26 2022 umeabot <umeabot> 3.0.21.02.21-2.mga9
+ Revision: 1827795
- Mageia 9 Mass Rebuild

* Tue Dec 28 2021 ghibo <ghibo> 3.0.21.02.21-1.mga9
+ Revision: 1765113
- Update to release 3.0.21.02.21

* Sat Dec 05 2020 ghibo <ghibo> 3.0.20.11.20-1.mga8
+ Revision: 1652924
- imported package clinfo


* Sat Dec 05 2020 ghibo <ghibo> 3.0.20.11.20-1.mga8
- Initial release.