1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>clinfo</Name>
- <Homepage>https://github.com/Oblomov/clinfo</Homepage>
- <Packager>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Packager>
- <License>custom</License>
- <IsA>library</IsA>
- <Summary>Simple OpenCL application that enumerates all available platform and device properties</Summary>
- <Description>Mevcut tüm platform ve cihaz özelliklerini sıralayan basit OpenCL uygulaması</Description>
- <Archive sha1sum="f97df7b3fe1fd2ab33ad72dd36624547017647e7" type="targz">https://github.com/Oblomov/clinfo/archive/refs/tags/3.0.23.01.25.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>opencl-icd-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>clinfo.patch</Patch>
- <Patch level="1">clinfo.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>clinfo</Name>
- <RuntimeDependencies>
- <Dependency>opencl-icd</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2023-02-17</Date>
- <Version>3.0.23.01.25</Version>
- <Comment>First release</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|