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

Group :: Development/C
RPM: ocl-icd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define dnum 814

Name: ocl-icd
Version: 2.2.14
Release: alt1

Summary: OpenCL ICD Bindings

License: BSD
Group: Development/C
Url: https://github.com/OCL-dev/ocl-icd

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/OCL-dev/ocl-icd/archive/v%version.tar.gz

Source: %name-%version.tar

BuildRequires: opencl-headers
# for code generator
BuildRequires: ruby rubygems

# for man

BuildRequires: asciidoc asciidoc-a2x xmlto

#Recommends:     beignet

#Recommends:     mesa-libOpenCL
#Recommends:     pocl

%description
%summary.

%package devel
Summary: Development files for %name
Requires: %name = %version-%release
Requires: opencl-headers
Group: Development/C

%description devel
This package contains the development files for %name.

%prep
%setup

%build
%autoreconf
%configure
%make_build

%install
%makeinstall_std
rm -vf %buildroot%_libdir/*.la
rm -vrf %buildroot%_docdir

%check
make check

%files
%doc COPYING
%doc NEWS README
%_libdir/libOpenCL.so.*

%files devel
%doc ocl_icd_loader_gen.map ocl_icd_bindings.c
%_includedir/ocl_icd.h
%_libdir/libOpenCL.so
%_pkgconfigdir/%name.pc
%_pkgconfigdir/OpenCL.pc
%_man7dir/*

%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