pspec.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>clinfo</Name>
  6. <Homepage>https://github.com/Oblomov/clinfo</Homepage>
  7. <Packager>
  8. <Name>Mustafa Cinasal</Name>
  9. <Email>muscnsl@gmail.com</Email>
  10. </Packager>
  11. <License>custom</License>
  12. <IsA>library</IsA>
  13. <Summary>Simple OpenCL application that enumerates all available platform and device properties</Summary>
  14. <Description>Mevcut tüm platform ve cihaz özelliklerini sıralayan basit OpenCL uygulaması</Description>
  15. <Archive sha1sum="f97df7b3fe1fd2ab33ad72dd36624547017647e7" type="targz">https://github.com/Oblomov/clinfo/archive/refs/tags/3.0.23.01.25.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>opencl-icd-devel</Dependency>
  18. </BuildDependencies>
  19. <!--
  20. <Patches>
  21. <Patch>clinfo.patch</Patch>
  22. <Patch level="1">clinfo.patch</Patch>
  23. </Patches>
  24. -->
  25. </Source>
  26. <Package>
  27. <Name>clinfo</Name>
  28. <RuntimeDependencies>
  29. <Dependency>opencl-icd</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="data">/usr/share</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="1">
  40. <Date>2023-02-17</Date>
  41. <Version>3.0.23.01.25</Version>
  42. <Comment>First release</Comment>
  43. <Name>Mustafa Cinasal</Name>
  44. <Email>muscnsl@gmail.com</Email>
  45. </Update>
  46. </History>
  47. </PISI>