pspec.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>opencl-icd</Name>
  6. <Homepage>https://github.com/OCL-dev/ocl-icd</Homepage>
  7. <Packager>
  8. <Name>Mathias Freire</Name>
  9. <Email>mathiasfreire45@gmail.com</Email>
  10. </Packager>
  11. <License>Apache-2</License>
  12. <License>BSD-2-Clause</License>
  13. <IsA>library</IsA>
  14. <Summary>OpenCL ICD loader library</Summary>
  15. <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>
  16. <Archive sha1sum="19e5d5013e9ba2c6cda5e2cad42693c9201d056d" type="targz">https://github.com/OCL-dev/ocl-icd/archive/refs/tags/v2.3.2.tar.gz</Archive>
  17. <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>
  18. <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>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>ruby</Dependency>
  22. <!-- <Dependency>doxygen</Dependency> -->
  23. <Dependency>python3</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>opencl-icd</Name>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>opencl-icd-32bit</Name>
  37. <BuildType>emul32</BuildType>
  38. <PartOf>emul32</PartOf>
  39. <Files>
  40. <Path fileType="library">/usr/lib32</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>opencl-icd-devel</Name>
  45. <RuntimeDependencies>
  46. <Dependency release="current">opencl-icd</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="data">/usr/lib/pkgconfig</Path>
  51. <Path fileType="data">/usr/share/cmake</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="4">
  56. <Date>2023-11-05</Date>
  57. <Version>2.3.2</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="3">
  63. <Date>2023-01-02</Date>
  64. <Version>2.3.1</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>fury</Name>
  67. <Email>uglyside@yandex.ru</Email>
  68. </Update>
  69. <Update release="2">
  70. <Date>2021-01-28</Date>
  71. <Version>2.2.14</Version>
  72. <Comment>Version bump.</Comment>
  73. <Name>Mustafa Cinasal</Name>
  74. <Email>muscnsl@gmail.com</Email>
  75. </Update>
  76. <Update release="1">
  77. <Date>2019-11-15</Date>
  78. <Version>2.2.12</Version>
  79. <Comment>First Release</Comment>
  80. <Name>Idris Kalp</Name>
  81. <Email>idriskalp@gmail.com</Email>
  82. </Update>
  83. </History>
  84. </PISI>