pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cloog</Name>
  6. <Homepage>http://www.cloog.org/</Homepage>
  7. <Packager>
  8. <Name>Serdar Soytetir</Name>
  9. <Email>kaptan@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>Chunky Loop Generator</Summary>
  15. <Description>cloog is CLooG is a free software and library to generate code for scanning Z-polyhedra. It is used by the GCC Graphite optimization framework.</Description>
  16. <Archive sha1sum="8f7568ca1873f8d55bb694c8b9b83f7f4c6c1aa5" type="targz">http://www.bastoul.net/cloog/pages/download/cloog-0.18.4.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gmp-devel</Dependency>
  19. <Dependency>ppl-devel</Dependency>
  20. <Dependency>isl-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- <Patch level="1">cloog-0.18.1-isl-compat.patch</Patch> -->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>cloog</Name>
  28. <RuntimeDependencies>
  29. <Dependency>gmp</Dependency>
  30. <Dependency>isl</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="doc">/usr/share/doc/cloog/</Path>
  36. <Path fileType="info">/usr/share/info</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>cloog-devel</Name>
  41. <Summary>Development files for cloog</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">cloog</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="library">/usr/lib/pkgconfig</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="3">
  52. <Date>2017-09-20</Date>
  53. <Version>0.18.4</Version>
  54. <Comment>Release Bump.</Comment>
  55. <Name>PisiLinux Community</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2016-04-27</Date>
  60. <Version>0.18.4</Version>
  61. <Comment>Release Bump</Comment>
  62. <Name>PisiLinux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2016-03-13</Date>
  67. <Version>0.18.4</Version>
  68. <Comment>First release</Comment>
  69. <Name>Alihan Öztürk</Name>
  70. <Email>alihan@pisilinux.org</Email>
  71. </Update>
  72. </History>
  73. </PISI>