pspec.xml 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>boost</Name>
  6. <Homepage>http://boost.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.misc</PartOf>
  12. <License>GPLv2</License>
  13. <IsA>library</IsA>
  14. <Summary>Peer-reviewed portable C++ source libraries</Summary>
  15. <Description>Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library.</Description>
  16. <Archive sha1sum="75b1f569134401d178ad2aaf97a2993898dd7ee3" type="tarbz2">https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>bzip2</Dependency>
  19. <Dependency>xz-devel</Dependency>
  20. <Dependency>zstd-devel</Dependency>
  21. <Dependency>zlib-devel</Dependency>
  22. <Dependency>icu4c-devel</Dependency>
  23. <!-- <Dependency>python-devel</Dependency> -->
  24. <Dependency>python3-devel</Dependency> -->
  25. <!-- libsxlt is needed for xsltproc -->
  26. <Dependency>libxslt-devel</Dependency>
  27. <Dependency>openmpi-devel</Dependency>
  28. <!-- <Dependency>python-numpy</Dependency> --> -->
  29. <Dependency>python3-numpy</Dependency> -->
  30. </BuildDependencies>
  31. <Patches>
  32. <Patch>boost-1.81.0-phoenix-multiple-definitions.patch</Patch>
  33. <!-- <Patch>5bd5bfb9.patch</Patch> -->
  34. <!-- <Patch>b29603fa.patch</Patch> -->
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>boost</Name>
  39. <Summary>Peer-reviewed portable C++ source libraries</Summary>
  40. <RuntimeDependencies>
  41. <Dependency>xz</Dependency>
  42. <Dependency>zlib</Dependency>
  43. <Dependency>zstd</Dependency>
  44. <Dependency>bzip2</Dependency>
  45. <Dependency>icu4c</Dependency>
  46. <Dependency>libgcc</Dependency>
  47. <Dependency>openmpi</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="data">/usr/share/boostbook</Path>
  51. <Path fileType="data">/usr/share/boost-build</Path>
  52. <Path fileType="executable">/usr/bin</Path>
  53. <Path fileType="doc">/usr/share/doc</Path>
  54. <Path fileType="library">/usr/lib</Path>
  55. <Path fileType="data">/usr/share/b2/src</Path>
  56. </Files>
  57. </Package>
  58. <Package>
  59. <Name>boost-devel</Name>
  60. <IsA>data:doc</IsA>
  61. <Summary>Headers and library documentation for boost</Summary>
  62. <RuntimeDependencies>
  63. <Dependency release="current">boost</Dependency>
  64. </RuntimeDependencies>
  65. <Files>
  66. <Path fileType="doc">/usr/share/doc/*/html</Path>
  67. <Path fileType="header">/usr/include</Path>
  68. <Path fileType="data">/usr/lib/cmake</Path>
  69. </Files>
  70. </Package>
  71. <!--Package>
  72. <Name>boost-python</Name>
  73. <Summary>A C++ library which enables seamless interoperability between C++ and the Python</Summary>
  74. <RuntimeDependencies>
  75. <Dependency release="current">boost</Dependency>
  76. <Dependency>libgcc</Dependency>
  77. </RuntimeDependencies>
  78. <Files>
  79. <Path fileType="library">/usr/lib/libboost_numpy27.so*</Path>
  80. <Path fileType="library">/usr/lib/libboost_python27.so*</Path>
  81. </Files>
  82. </Package-->
  83. <Package>
  84. <Name>boost-python3</Name>
  85. <Summary>A C++ library which enables seamless interoperability between C++ and the Python3</Summary>
  86. <RuntimeDependencies>
  87. <Dependency release="current">boost</Dependency>
  88. <Dependency>libgcc</Dependency>
  89. <Dependency>openmpi</Dependency>
  90. </RuntimeDependencies>
  91. <Files>
  92. <Path fileType="library">/usr/lib/python3.11</Path>
  93. <Path fileType="library">/usr/lib/libboost_numpy311.so*</Path>
  94. <Path fileType="library">/usr/lib/libboost_python311.so*</Path>
  95. <Path fileType="library">/usr/lib/libboost_mpi_python311.so*</Path>
  96. </Files>
  97. </Package>
  98. <History>
  99. <Update release="19">
  100. <Date>2023-10-16</Date>
  101. <Version>1.83.0</Version>
  102. <Comment>Version bump.</Comment>
  103. <Name>Mustafa Cinasal</Name>
  104. <Email>muscnsl@gmail.com</Email>
  105. </Update>
  106. <Update release="18">
  107. <Date>2023-01-31</Date>
  108. <Version>1.77.0</Version>
  109. <Comment>Rebuild.</Comment>
  110. <Name>Mustafa Cinasal</Name>
  111. <Email>muscnsl@gmail.com</Email>
  112. </Update>
  113. <Update release="17">
  114. <Date>2021-10-21</Date>
  115. <Version>1.77.0</Version>
  116. <Comment>Rebuild.</Comment>
  117. <Name>Mustafa Cinasal</Name>
  118. <Email>muscnsl@gmail.com</Email>
  119. </Update>
  120. <Update release="16">
  121. <Date>2021-10-21</Date>
  122. <Version>1.77.0</Version>
  123. <Comment>Version bump.</Comment>
  124. <Name>İdris Kalp</Name>
  125. <Email>idriskalp@gmail.com</Email>
  126. </Update>
  127. <Update release="15">
  128. <Date>2021-07-07</Date>
  129. <Version>1.75.0</Version>
  130. <Comment>Rebuild boost-build</Comment>
  131. <Name>Mustafa Cinasal</Name>
  132. <Email>muscnsl@gmail.com</Email>
  133. </Update>
  134. <Update release="14">
  135. <Date>2021-03-10</Date>
  136. <Version>1.75.0</Version>
  137. <Comment>Version bump</Comment>
  138. <Name>İdris Kalp</Name>
  139. <Email>idriskalp@gmail.com</Email>
  140. </Update>
  141. <Update release="13">
  142. <Date>2020-11-07</Date>
  143. <Version>1.72.0</Version>
  144. <Comment>Rebuild</Comment>
  145. <Name>Mustafa Cinasal</Name>
  146. <Email>muscnsl@gmail.com</Email>
  147. </Update>
  148. <Update release="12">
  149. <Date>2020-04-06</Date>
  150. <Version>1.72.0</Version>
  151. <Comment>Rebuild</Comment>
  152. <Name>Mustafa Cinasal</Name>
  153. <Email>muscnsl@gmail.com</Email>
  154. </Update>
  155. <Update release="11">
  156. <Date>2020-02-10</Date>
  157. <Version>1.72.0</Version>
  158. <Comment>Symlink and translations fix</Comment>
  159. <Name>Blue Devil</Name>
  160. <Email>bluedevil@sctzine.com</Email>
  161. </Update>
  162. <Update release="10">
  163. <Date>2020-01-12</Date>
  164. <Version>1.72.0</Version>
  165. <Comment>Version bump.</Comment>
  166. <Name>Mustafa Cinasal</Name>
  167. <Email>muscnsl@gmail.com</Email>
  168. </Update>
  169. <Update release="9">
  170. <Date>2018-07-25</Date>
  171. <Version>1.66.0</Version>
  172. <Comment>Rebuild.</Comment>
  173. <Name>Mustafa Cinasal</Name>
  174. <Email>muscnsl@gmail.com</Email>
  175. </Update>
  176. <Update release="8">
  177. <Date>2018-03-22</Date>
  178. <Version>1.66.0</Version>
  179. <Comment>Version Bump.</Comment>
  180. <Name>Mustafa Cinasal</Name>
  181. <Email>muscnsl@gmail.com</Email>
  182. </Update>
  183. <Update release="7">
  184. <Date>2018-03-19</Date>
  185. <Version>1.63.0</Version>
  186. <Comment>Rebuild</Comment>
  187. <Name>Mustafa Cinasal</Name>
  188. <Email>muscnsl@gmail.com</Email>
  189. </Update>
  190. <Update release="6">
  191. <Date>2017-11-09</Date>
  192. <Version>1.63.0</Version>
  193. <Comment>Rebuild</Comment>
  194. <Name>Mustafa Cinasal</Name>
  195. <Email>muscnsl@gmail.com</Email>
  196. </Update>
  197. <Update release="5">
  198. <Date>2017-06-08</Date>
  199. <Version>1.63.0</Version>
  200. <Comment>Rebuild</Comment>
  201. <Name>Mustafa Cinasal</Name>
  202. <Email>muscnsl@gmail.com</Email>
  203. </Update>
  204. <Update release="4">
  205. <Date>2017-02-01</Date>
  206. <Version>1.63.0</Version>
  207. <Comment>Version Bump</Comment>
  208. <Name>Ayhan Yalçınsoy</Name>
  209. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  210. </Update>
  211. <Update release="3">
  212. <Date>2016-06-09</Date>
  213. <Version>1.60.0</Version>
  214. <Comment>Release Bump</Comment>
  215. <Name>Pisi Linux Community</Name>
  216. <Email>admin@pisilinux.org</Email>
  217. </Update>
  218. <Update release="2">
  219. <Date>2016-05-25</Date>
  220. <Version>1.60.0</Version>
  221. <Comment>Release bump.</Comment>
  222. <Name>İbrahim KARAGÜZEL</Name>
  223. <Email>karaguzelibrahim@gmail.com</Email>
  224. </Update>
  225. <Update release="1">
  226. <Date>2016-05-08</Date>
  227. <Version>1.60.0</Version>
  228. <Comment>First release</Comment>
  229. <Name>İbrahim KARAGÜZEL</Name>
  230. <Email>karaguzelibrahim@gmail.com</Email>
  231. </Update>
  232. </History>
  233. </PISI>