1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>opencl-icd</Name>
- <Homepage>https://github.com/OCL-dev/ocl-icd</Homepage>
- <Packager>
- <Name>Mathias Freire</Name>
- <Email>mathiasfreire45@gmail.com</Email>
- </Packager>
- <License>Apache-2</License>
- <License>BSD-2-Clause</License>
- <IsA>library</IsA>
- <Summary>OpenCL ICD loader library</Summary>
- <Description>OpenCL is a royalty-free standard for cross-platform, parallel programming of modern processors found in personal computers, servers and handheld/embedded devices.</Description>
- <Archive sha1sum="19e5d5013e9ba2c6cda5e2cad42693c9201d056d" type="targz">https://github.com/OCL-dev/ocl-icd/archive/refs/tags/v2.3.2.tar.gz</Archive>
- <Archive sha1sum="2da04bdfe2c6c0858a134de1655e7985abc961e7" type="targz" name="OpenCL-CLHPP-2023.04.17.ta.gz" target="ocl-icd-2.3.2">https://github.com/KhronosGroup/OpenCL-CLHPP/archive/refs/tags/v2023.04.17.tar.gz</Archive>
- <Archive sha1sum="1407583697bef9a96f5f6a4c9e0bfb729045de09" type="targz" target="ocl-icd-2.3.2">https://github.com/KhronosGroup/OpenCL-Headers/archive/refs/tags/v2023.04.17.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>ruby</Dependency>
- <!-- <Dependency>doxygen</Dependency> -->
- <Dependency>python3</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>opencl-icd</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>opencl-icd-32bit</Name>
- <BuildType>emul32</BuildType>
- <PartOf>emul32</PartOf>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <Package>
- <Name>opencl-icd-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">opencl-icd</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/cmake</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2023-11-05</Date>
- <Version>2.3.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2023-01-02</Date>
- <Version>2.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2021-01-28</Date>
- <Version>2.2.14</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2019-11-15</Date>
- <Version>2.2.12</Version>
- <Comment>First Release</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|