pspec.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>z3</Name>
  6. <Homepage>https://github.com/Z3Prover/z3</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>The Z3 Theorem Prover.</Summary>
  15. <Description>Z3 is a theorem prover from Microsoft Research.</Description>
  16. <Archive sha1sum="449bb09a5842bdff80c3c7b6275dad1b11407c3c" type="targz">https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.12.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>ninja</Dependency>
  20. <Dependency>gmp-devel</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>python3-setuptools</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <Patch level="1">gcc13.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>z3</Name>
  30. <RuntimeDependencies>
  31. <Dependency>gmp</Dependency>
  32. <Dependency>libgcc</Dependency>
  33. <!-- <Dependency>python3</Dependency> -->
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>python3-z3</Name>
  43. <PartOf>programming.language.python3</PartOf>
  44. <RuntimeDependencies>
  45. <Dependency release="current">z3</Dependency>
  46. <Dependency>python3</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="library">/usr/lib/python*</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>z3-devel</Name>
  54. <RuntimeDependencies>
  55. <Dependency release="current">z3</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="header">/usr/include</Path>
  59. <Path fileType="library">/usr/lib/pkgconfig</Path>
  60. <Path fileType="library">/usr/lib/cmake</Path>
  61. </Files>
  62. </Package>
  63. <History>
  64. <Update release="8">
  65. <Date>2023-11-04</Date>
  66. <Version>4.12.2</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="7">
  72. <Date>2023-01-28</Date>
  73. <Version>4.12.1</Version>
  74. <Comment>Version bump</Comment>
  75. <Name>fury</Name>
  76. <Email>uglyside@yandex.ru</Email>
  77. </Update>
  78. <Update release="6">
  79. <Date>2022-09-05</Date>
  80. <Version>4.11.2</Version>
  81. <Comment>Version bump.</Comment>
  82. <Name>fury</Name>
  83. <Email>uglyside@yandex.ru</Email>
  84. </Update>
  85. <Update release="5">
  86. <Date>2022-05-28</Date>
  87. <Version>4.8.17</Version>
  88. <Comment>Version bump.</Comment>
  89. <Name>fury</Name>
  90. <Email>uglyside@yandex.ru</Email>
  91. </Update>
  92. <Update release="4">
  93. <Date>2021-10-11</Date>
  94. <Version>4.8.12</Version>
  95. <Comment>Version bump.</Comment>
  96. <Name>fury</Name>
  97. <Email>uglyside@yandex.ru</Email>
  98. </Update>
  99. <Update release="3">
  100. <Date>2021-07-05</Date>
  101. <Version>4.8.11</Version>
  102. <Comment>Version bump.</Comment>
  103. <Name>fury</Name>
  104. <Email>uglyside@yandex.ru</Email>
  105. </Update>
  106. <Update release="2">
  107. <Date>2021-03-24</Date>
  108. <Version>4.8.10</Version>
  109. <Comment>Version bump.</Comment>
  110. <Name>fury</Name>
  111. <Email>uglyside@yandex.ru</Email>
  112. </Update>
  113. <Update release="1">
  114. <Date>2020-10-08</Date>
  115. <Version>4.8.9</Version>
  116. <Comment>First build.</Comment>
  117. <Name>fury</Name>
  118. <Email>uglyside@yandex.ru</Email>
  119. </Update>
  120. </History>
  121. </PISI>