Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37710400
en ru br
Репозитории ALT
S:3.0.23.01.25-alt1
www.altlinux.org/Changes

Группа :: Работа с файлами
Пакет: clinfo

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin