pspec.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>llvm</Name>
  6. <Homepage>http://www.llvm.org/</Homepage>
  7. <Packager>
  8. <Name>Serdar Soytetir</Name>
  9. <Email>kaptan@pisilinux.org</Email>
  10. </Packager>
  11. <License>NCSA</License>
  12. <Summary>The Low Level Virtual Machine</Summary>
  13. <Description>The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them.</Description>
  14. <Archive sha1sum="6ae58ac6b089c4d2f6110b7d31c5e2168e5226d4" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-project-18.1.8.src.tar.xz</Archive>
  15. <AdditionalFiles>
  16. <AdditionalFile target="46505b3cbfc5.patch">46505b3cbfc5.patch</AdditionalFile>
  17. </AdditionalFiles>
  18. <BuildDependencies>
  19. <Dependency>git</Dependency>
  20. <Dependency>ninja</Dependency>
  21. <Dependency>zstd-devel</Dependency>
  22. <Dependency>zlib-devel</Dependency>
  23. <Dependency>libxml2-devel</Dependency>
  24. <Dependency>ncurses-devel</Dependency>
  25. <Dependency>ocaml</Dependency>
  26. <Dependency>libffi-devel</Dependency>
  27. <Dependency>groff</Dependency>
  28. <Dependency>swig</Dependency>
  29. <Dependency>libedit-devel</Dependency>
  30. <Dependency versionFrom="3.18.3">cmake</Dependency>
  31. <Dependency versionFrom="3.9.7">python3-devel</Dependency>
  32. <!-- Use new plugin-api.h header file from binutils to enable LLVM gold plugin -->
  33. <!-- <Dependency>binutils</Dependency-->
  34. <!-- <Dependency>gcc</Dependency> -->
  35. <!--Dependency>llvm</Dependency>
  36. <Dependency>llvm-clang-devel</Dependency>
  37. <Dependency>lld</Dependency>
  38. <Dependency>llvm-polly</Dependency-->
  39. </BuildDependencies>
  40. <!--<AdditionalFiles>
  41. <AdditionalFile owner="root" permission="0644" target="../support-linking-ScopPassManager-against-LLVM-dylib.patch">support-linking-ScopPassManager-against-LLVM-dylib.patch</AdditionalFile>
  42. </AdditionalFiles>-->
  43. <Patches>
  44. <!-- <Patch level="2">46505b3cbfc5.patch</Patch> -->
  45. <!-- <Patch level="2">0001-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch</Patch> -->
  46. </Patches>
  47. </Source>
  48. <Package>
  49. <Name>llvm</Name>
  50. <IsA>app:console</IsA>
  51. <IsA>library</IsA>
  52. <RuntimeDependencies>
  53. <Dependency release="current">llvm-libs</Dependency>
  54. <Dependency>zlib</Dependency>
  55. <Dependency>zstd</Dependency>
  56. <Dependency>libgcc</Dependency>
  57. <Dependency>ncurses</Dependency>
  58. <Dependency>llvm-polly</Dependency>
  59. </RuntimeDependencies>
  60. <Files>
  61. <Path fileType="executable">/usr/bin</Path>
  62. <Path fileType="executable">/usr/bin/llvm-config</Path>
  63. <Path fileType="header">/usr/include/llvm-c</Path>
  64. <Path fileType="header">/usr/include/llvm/PassInfo.h</Path>
  65. <Path fileType="header">/usr/include/llvm/PassAnalysisSupport.h</Path>
  66. <Path fileType="header">/usr/include/llvm/LinkAllPasses.h</Path>
  67. <Path fileType="header">/usr/include/llvm/PassSupport.h</Path>
  68. <Path fileType="header">/usr/include/llv/usr/include/llvm/LinkAllIR.hm*</Path>
  69. <Path fileType="header">/usr/include/llvm/Pass.h</Path>
  70. <Path fileType="header">/usr/include/llvm/PassRegistry.h</Path>
  71. <Path fileType="header">/usr/include/llvm/InitializePasses.h</Path>
  72. <Path fileType="header">/usr/include/llvm/IR</Path>
  73. <Path fileType="header">/usr/include/llvm/MC</Path>
  74. <Path fileType="header">/usr/include/llvm/Linker</Path>
  75. <Path fileType="header">/usr/include/llvm/Object</Path>
  76. <Path fileType="header">/usr/include/llvm/DWARFLinkerParallel</Path>
  77. <Path fileType="header">/usr/include/llvm/DWARFLinker</Path>
  78. <Path fileType="header">/usr/include/llvm/Remarks</Path>
  79. <Path fileType="header">/usr/include/llvm/FileCheck</Path>
  80. <Path fileType="header">/usr/include/llvm/LineEditor</Path>
  81. <Path fileType="header">/usr/include/llvm/Testing</Path>
  82. <Path fileType="header">/usr/include/llvm/Option</Path>
  83. <Path fileType="header">/usr/include/llvm/InterfaceStub</Path>
  84. <Path fileType="header">/usr/include/llvm/ToolDrivers</Path>
  85. <Path fileType="header">/usr/include/llvm/ObjCopy</Path>
  86. <Path fileType="header">/usr/include/llvm/Demangle</Path>
  87. <Path fileType="header">/usr/include/llvm/FuzzMutate</Path>
  88. <Path fileType="header">/usr/include/llvm/Bitcode</Path>
  89. <Path fileType="header">/usr/include/llvm/ProfileData</Path>
  90. <Path fileType="header">/usr/include/llvm/DebugInfo</Path>
  91. <Path fileType="header">/usr/include/llvm/Passes</Path>
  92. <Path fileType="header">/usr/include/llvm/Frontend</Path>
  93. <Path fileType="header">/usr/include/llvm/WindowsResource</Path>
  94. <Path fileType="header">/usr/include/llvm/MCA</Path>
  95. <Path fileType="header">/usr/include/llvm/Target</Path>
  96. <Path fileType="header">/usr/include/llvm/Bitstream</Path>
  97. <Path fileType="header">/usr/include/llvm/ExecutionEngine</Path>
  98. <Path fileType="header">/usr/include/llvm/CodeGen</Path>
  99. <Path fileType="header">/usr/include/llvm/WindowsDriver</Path>
  100. <Path fileType="header">/usr/include/llvm/Debuginfod</Path>
  101. <Path fileType="header">/usr/include/llvm/TableGen</Path>
  102. <Path fileType="header">/usr/include/llvm/IRReader</Path>
  103. <Path fileType="header">/usr/include/llvm/LTO</Path>
  104. <Path fileType="header">/usr/include/llvm/TargetParser</Path>
  105. <Path fileType="header">/usr/include/llvm/AsmParser</Path>
  106. <Path fileType="header">/usr/include/llvm/TextAPI</Path>
  107. <Path fileType="header">/usr/include/llvm/Transforms</Path>
  108. <Path fileType="header">/usr/include/llvm/XRay</Path>
  109. <Path fileType="header">/usr/include/llvm/BinaryFormat</Path>
  110. <Path fileType="header">/usr/include/llvm/WindowsManifest</Path>
  111. <Path fileType="header">/usr/include/llvm/Support</Path>
  112. <Path fileType="header">/usr/include/llvm/DWP</Path>
  113. <Path fileType="header">/usr/include/llvm/IRPrinter</Path>
  114. <Path fileType="header">/usr/include/llvm/ObjectYAML</Path>
  115. <Path fileType="header">/usr/include/llvm/Analysis</Path>
  116. <Path fileType="header">/usr/include/llvm/ADT</Path>
  117. <Path fileType="header">/usr/include/llvm/LinkAllIR.h</Path>
  118. <Path fileType="header">/usr/include/llvm/Config/llvm-config.h</Path>
  119. <Path fileType="header">/usr/include/llvm/Config/Targets.def</Path>
  120. <Path fileType="header">/usr/include/llvm/Config/AsmPrinters.def</Path>
  121. <Path fileType="header">/usr/include/llvm/Config/TargetExegesis.def</Path>
  122. <Path fileType="header">/usr/include/llvm/Config/TargetMCAs.def</Path>
  123. <Path fileType="header">/usr/include/llvm/Config/Disassemblers.def</Path>
  124. <Path fileType="header">/usr/include/llvm/Config/AsmParsers.def</Path>
  125. <Path fileType="header">/usr/include/llvm/Config/abi-breaking.h</Path>
  126. <Path fileType="library">/usr/lib/llvm</Path>
  127. <Path fileType="library">/usr/lib</Path>
  128. <Path fileType="conf">/etc/ld.so.conf.d</Path>
  129. <Path fileType="data">/etc/llvm</Path>
  130. <Path fileType="doc">/usr/share/doc</Path>
  131. <Path fileType="data">/usr/share/vim</Path>
  132. <Path fileType="data">/usr/share/llvm/cmake</Path>
  133. <Path fileType="man">/usr/share/man</Path>
  134. </Files>
  135. <AdditionalFiles>
  136. <AdditionalFile owner="root" permission="0644" target="/etc/ld.so.conf.d/51-llvm.conf">51-llvm.conf</AdditionalFile>
  137. </AdditionalFiles>
  138. </Package>
  139. <Package>
  140. <Name>llvm-libs</Name>
  141. <IsA>library</IsA>
  142. <RuntimeDependencies>
  143. <Dependency>zlib</Dependency>
  144. <Dependency>libffi</Dependency>
  145. <Dependency>libedit</Dependency>
  146. <Dependency>libgcc</Dependency>
  147. <Dependency>ncurses</Dependency>
  148. <Dependency>libxml2</Dependency>
  149. <Dependency>llvm-polly</Dependency>
  150. </RuntimeDependencies>
  151. <Files>
  152. <Path fileType="library">/usr/lib/libLLVM*.so</Path>
  153. <Path fileType="library">/usr/lib/libLLVM*.so.18*</Path>
  154. <Path fileType="library">/usr/lib/LLVMgold.*</Path>
  155. <Path fileType="library">/usr/lib/libLTO.*</Path>
  156. <Path fileType="library">/usr/lib/libRemarks.so*</Path>
  157. <Path fileType="library">/usr/lib/bfd-plugins/LLVMgold.so</Path>
  158. <Path fileType="data">/usr/share/licenses/llvm-libs/LICENSE</Path>
  159. </Files>
  160. </Package>
  161. <Package>
  162. <Name>lldb</Name>
  163. <Summary>Next generation, high-performance debugger</Summary>
  164. <RuntimeDependencies>
  165. <Dependency release="current">llvm-libs</Dependency>
  166. <Dependency release="current">llvm-clang</Dependency>
  167. <Dependency>xz</Dependency>
  168. <Dependency>libgcc</Dependency>
  169. <Dependency>libedit</Dependency>
  170. <Dependency>libxml2</Dependency>
  171. <Dependency>ncurses</Dependency>
  172. <Dependency>python3</Dependency>
  173. <Dependency>llvm-polly</Dependency>
  174. </RuntimeDependencies>
  175. <Files>
  176. <Path fileType="executable">/usr/bin/argdumper</Path>
  177. <Path fileType="executable">/usr/bin/lldb*</Path>
  178. <Path fileType="executable">/usr/bin/liblldb*</Path>
  179. <Path fileType="library">/usr/lib/liblldb.so*</Path>
  180. <Path fileType="library">/usr/lib/liblldb*</Path>
  181. <Path fileType="library">/usr/lib/python2.7/site-packages/readline.so</Path>
  182. <Path fileType="library">/usr/lib/python3*/site-packages/lldb/*</Path>
  183. <Path fileType="library">/usr/lib/liblldbIntelFeatures.so*</Path>
  184. <Path fileType="library">/usr/lib/liblldbPluginExpressionParserClang.a</Path>
  185. <Path fileType="library">/usr/lib/liblldbPluginObjCLanguage.a</Path>
  186. </Files>
  187. </Package>
  188. <Package>
  189. <Name>lldb-devel</Name>
  190. <Summary>Development headers lldb</Summary>
  191. <RuntimeDependencies>
  192. <Dependency release="current">lldb</Dependency>
  193. </RuntimeDependencies>
  194. <Files>
  195. <Path fileType="header">/usr/include/lldb/*</Path>
  196. </Files>
  197. </Package>
  198. <Package>
  199. <Name>lld</Name>
  200. <Summary> Linker from the LLVM project</Summary>
  201. <RuntimeDependencies>
  202. <Dependency release="current">llvm-libs</Dependency>
  203. <Dependency>libgcc</Dependency>
  204. <Dependency>llvm-polly</Dependency>
  205. </RuntimeDependencies>
  206. <Files>
  207. <Path fileType="executable">/usr/bin/ld.lld</Path>
  208. <Path fileType="executable">/usr/bin/ld64.lld</Path>
  209. <Path fileType="executable">/usr/bin/lld</Path>
  210. <Path fileType="executable">/usr/bin/lld-link</Path>
  211. <Path fileType="executable">/usr/bin/wasm-ld</Path>
  212. <Path fileType="library">/usr/lib/liblldMachO2.so*</Path>
  213. <Path fileType="library">/usr/lib/liblldCOFF.*</Path>
  214. <Path fileType="library">/usr/lib/liblldCommon.*</Path>
  215. <Path fileType="library">/usr/lib/liblldCore.*</Path>
  216. <Path fileType="library">/usr/lib/liblldDriver.*</Path>
  217. <Path fileType="library">/usr/lib/liblldELF.*</Path>
  218. <Path fileType="library">/usr/lib/liblldMachO.*</Path>
  219. <Path fileType="library">/usr/lib/liblldMinGW.*</Path>
  220. <Path fileType="library">/usr/lib/liblldReaderWriter.*</Path>
  221. <Path fileType="library">/usr/lib/liblldWasm.*</Path>
  222. <Path fileType="library">/usr/lib/liblldYAML.*</Path>
  223. <Path fileType="library">/usr/lib/liblldMachO2.*</Path>
  224. <Path fileType="doc">/usr/share/doc/lld</Path>
  225. </Files>
  226. </Package>
  227. <Package>
  228. <Name>lld-devel</Name>
  229. <Summary>Development headers lld</Summary>
  230. <RuntimeDependencies>
  231. <Dependency release="current">lld</Dependency>
  232. <Dependency>libgcc</Dependency>
  233. </RuntimeDependencies>
  234. <Files>
  235. <Path fileType="header">/usr/include/lld/*</Path>
  236. <Path fileType="library">/usr/lib/cmake/lld/*</Path>
  237. </Files>
  238. </Package>
  239. <Package>
  240. <Name>llvm-clang-analyzer</Name>
  241. <IsA>app:console</IsA>
  242. <Summary>A source code analysis framework</Summary>
  243. <Description>The Clang Static Analyzer consists of both a source code analysis framework and a standalone tool that finds bugs in C and Objective-C programs.</Description>
  244. <RuntimeDependencies>
  245. <Dependency release="current">llvm-clang</Dependency>
  246. </RuntimeDependencies>
  247. <Files>
  248. <Path fileType="executable">/usr/lib/clang-analyzer</Path>
  249. <Path fileType="executable">/usr/bin/scan-*</Path>
  250. <Path fileType="data">/usr/share/scan*</Path>
  251. <Path fileType="library">/usr/share/opt-viewer</Path>
  252. <Path fileType="executable">/usr/libexec/ccc-*</Path>
  253. <Path fileType="executable">/usr/libexec/c++-*</Path>
  254. <Path fileType="executable">/usr/libexec/intercept-c++</Path>
  255. <Path fileType="executable">/usr/libexec/analyze-c++</Path>
  256. <Path fileType="executable">/usr/libexec/intercept-cc</Path>
  257. <Path fileType="executable">/usr/libexec/analyze-cc</Path>
  258. <Path fileType="man">/usr/share/man/man1/scan-build.1</Path>
  259. </Files>
  260. </Package>
  261. <Package>
  262. <Name>compiler-rt</Name>
  263. <Summary>Various runtime libraries used by Clang</Summary>
  264. <RuntimeDependencies>
  265. <Dependency>libgcc</Dependency>
  266. </RuntimeDependencies>
  267. <Files>
  268. <Path fileType="library">/usr/lib/clang/18/lib/linux/*.so</Path>
  269. <Path fileType="library">/usr/lib/clang/18/lib/i386-pc-linux-gnu/*.so</Path>
  270. <Path fileType="library">/usr/lib/clang/18/lib/i386-pc-linux-gnu/*.a</Path>
  271. <Path fileType="library">/usr/lib/clang/18/lib/x86_64-pc-linux-gnu/*.so</Path>
  272. <Path fileType="library">/usr/lib/clang/18/lib/x86_64-pc-linux-gnu/*.a</Path>
  273. </Files>
  274. </Package>
  275. <!-- <Package>
  276. <Name>llvm-unwind</Name>
  277. <Summary>LLVM unwinding library</Summary>
  278. <RuntimeDependencies>
  279. <Dependency>libgcc</Dependency>
  280. </RuntimeDependencies>
  281. <Files>
  282. <Path fileType="library">/usr/lib/libllvm-unwind*</Path>
  283. <Path fileType="library">/usr/lib/llvm-libunwind</Path>
  284. </Files>
  285. </Package> -->
  286. <Package>
  287. <Name>llvm-clang</Name>
  288. <Summary>A C language family front-end for LLVM</Summary>
  289. <Description>The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler.</Description>
  290. <RuntimeDependencies>
  291. <Dependency release="current">llvm-libs</Dependency>
  292. <Dependency>libxml2</Dependency>
  293. <Dependency>libgcc</Dependency>
  294. <Dependency>llvm-polly</Dependency>
  295. </RuntimeDependencies>
  296. <Files>
  297. <Path fileType="executable">/usr/bin/diagtool</Path>
  298. <Path fileType="executable">/usr/bin/pp-trace</Path>
  299. <Path fileType="executable">/usr/bin/modularize</Path>
  300. <Path fileType="executable">/usr/bin/find-all-symbols</Path>
  301. <Path fileType="executable">/usr/bin/git-clang*</Path>
  302. <Path fileType="executable">/usr/bin/clang*</Path>
  303. <Path fileType="executable">/usr/bin/c-index-test</Path>
  304. <Path fileType="executable">/usr/bin/tblgen</Path>
  305. <Path fileType="library">/usr/lib/libclang*</Path>
  306. <Path fileType="library">/usr/lib/clang/</Path>
  307. <Path fileType="library">/usr/lib/libfindAllSymbols.so*</Path>
  308. <Path fileType="man">/usr/share/man/man1/clang.1</Path>
  309. <!-- <Path fileType="data">/usr/lib/cmake/clang/Clang*</Path> -->
  310. <Path fileType="data">/usr/share/clang</Path>
  311. </Files>
  312. </Package>
  313. <Package>
  314. <Name>llvm-clang-32bit</Name>
  315. <Summary>A C language family front-end for LLVM</Summary>
  316. <Description>The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler.</Description>
  317. <RuntimeDependencies>
  318. <Dependency>llvm-32bit</Dependency>
  319. </RuntimeDependencies>
  320. <Files>
  321. <Path fileType="library">/usr/lib32/libclang*</Path>
  322. <!-- <Path fileType="library">/usr/lib32/clang/</Path> -->
  323. <Path fileType="library">/usr/lib32/libfindAllSymbols.so*</Path>
  324. <!-- <Path fileType="data">/usr/lib32/cmake/clang/Clang*</Path> -->
  325. </Files>
  326. </Package>
  327. <Package>
  328. <Name>llvm-clang-devel</Name>
  329. <Summary>Development headers for llvm-clang</Summary>
  330. <RuntimeDependencies>
  331. <Dependency release="current">llvm-clang</Dependency>
  332. </RuntimeDependencies>
  333. <Files>
  334. <Path fileType="header">/usr/include/clang</Path>
  335. <Path fileType="header">/usr/lib/clang/18.1.8/include</Path>
  336. <Path fileType="header">/usr/lib32/clang/18/include</Path>
  337. <Path fileType="data">/usr/lib32/cmake/clang/Clang*</Path>
  338. <Path fileType="header">/usr/lib/clang/18/include</Path>
  339. <Path fileType="data">/usr/lib/cmake/clang/Clang*</Path>
  340. <Path fileType="header">/usr/include/clang-c</Path>
  341. <Path fileType="header">/usr/include/clang-tidy</Path>
  342. </Files>
  343. </Package>
  344. <Package>
  345. <Name>llvm-mlir</Name>
  346. <Summary>MLIR is intended to be a hybrid IR which can support multiple different requirements in a unified infrastructure</Summary>
  347. <RuntimeDependencies>
  348. <Dependency release="current">llvm-libs</Dependency>
  349. <Dependency>libgcc</Dependency>
  350. <Dependency>ncurses</Dependency>
  351. <Dependency>llvm-polly</Dependency>
  352. </RuntimeDependencies>
  353. <Files>
  354. <Path fileType="executable">/usr/bin/mlir*</Path>
  355. <Path fileType="library">/usr/lib/libMLIR*</Path>
  356. <Path fileType="library">/usr/lib/libmlir*</Path>
  357. <Path fileType="header">/usr/include/mlir*</Path>
  358. <Path fileType="data">/usr/lib/cmake/mlir</Path>
  359. </Files>
  360. </Package>
  361. <Package>
  362. <Name>llvm-polly</Name>
  363. <Summary>High-level loop and data-locality optimizer and optimization infrastructure for LLVM</Summary>
  364. <RuntimeDependencies>
  365. <Dependency>libgcc</Dependency>
  366. </RuntimeDependencies>
  367. <Files>
  368. <Path fileType="library">/usr/lib/LLVMPolly.so</Path>
  369. <Path fileType="library">/usr/lib/libPolly*.so*</Path>
  370. <Path fileType="header">/usr/include/polly</Path>
  371. <Path fileType="data">/usr/lib/cmake/polly</Path>
  372. </Files>
  373. </Package>
  374. <!--Package>
  375. <Name>llvm-docs</Name>
  376. <PartOf>programming.docs</PartOf>
  377. <IsA>data:doc</IsA>
  378. <Summary>Documentation for LLVM</Summary>
  379. <Files>
  380. <Path fileType="doc">/usr/share/doc/llvm/html</Path>
  381. <Path fileType="doc">/usr/share/doc/llvm/ocamldoc</Path>
  382. </Files>
  383. </Package-->
  384. <Package>
  385. <Name>llvm-32bit</Name>
  386. <PartOf>emul32</PartOf>
  387. <Summary>32-bit shared libraries for llvm</Summary>
  388. <BuildType>emul32</BuildType>
  389. <BuildDependencies>
  390. <Dependency>zlib-32bit</Dependency>
  391. <Dependency>libffi-32bit</Dependency>
  392. <Dependency>libxml2-32bit</Dependency>
  393. <Dependency>ncurses-32bit</Dependency>
  394. <!-- <Dependency>libcxx-32bit</Dependency> -->
  395. </BuildDependencies>
  396. <RuntimeDependencies>
  397. <Dependency release="current">llvm</Dependency>
  398. <Dependency>libgcc</Dependency>
  399. <Dependency>libxml2-32bit</Dependency>
  400. <Dependency>ncurses-32bit</Dependency>
  401. <Dependency>zlib-32bit</Dependency>
  402. <Dependency>libffi-32bit</Dependency>
  403. <!-- <Dependency>libcxx-32bit</Dependency> -->
  404. </RuntimeDependencies>
  405. <Files>
  406. <Path fileType="executable">/usr/bin/llvm-config-32</Path>
  407. <Path fileType="library">/usr/lib32</Path>
  408. <Path fileType="library">/usr/include/llvm/Config/llvm-config-32.h</Path>
  409. </Files>
  410. </Package>
  411. <History>
  412. <Update release="26">
  413. <Date>2024-08-16</Date>
  414. <Version>18.1.8</Version>
  415. <Comment>Rebuild Mesa-24.2.0</Comment>
  416. <Name>Pisi Linux Community</Name>
  417. <Email>admin@pisilinux.org</Email>
  418. </Update>
  419. <Update release="25">
  420. <Date>2024-07-27</Date>
  421. <Version>18.1.8</Version>
  422. <Comment>Version bump.</Comment>
  423. <Name>Pisi Linux Community</Name>
  424. <Email>admin@pisilinux.org</Email>
  425. </Update>
  426. <Update release="24">
  427. <Date>2023-10-20</Date>
  428. <Version>16.0.6</Version>
  429. <Comment>Version bump.</Comment>
  430. <Name>Mustafa Cinasal</Name>
  431. <Email>muscnsl@gmail.com</Email>
  432. </Update>
  433. <Update release="23">
  434. <Date>2023-01-17</Date>
  435. <Version>15.0.7</Version>
  436. <Comment>Version bump.</Comment>
  437. <Name>Mustafa Cinasal</Name>
  438. <Email>muscnsl@gmail.com</Email>
  439. </Update>
  440. <Update release="22">
  441. <Date>2022-06-27</Date>
  442. <Version>14.0.6</Version>
  443. <Comment>Version bump.</Comment>
  444. <Name>Mustafa Cinasal</Name>
  445. <Email>muscnsl@gmail.com</Email>
  446. </Update>
  447. <Update release="21">
  448. <Date>2022-04-29</Date>
  449. <Version>14.0.3</Version>
  450. <Comment>Version bump.</Comment>
  451. <Name>Mustafa Cinasal</Name>
  452. <Email>muscnsl@gmail.com</Email>
  453. </Update>
  454. <Update release="20">
  455. <Date>2022-04-24</Date>
  456. <Version>13.0.1</Version>
  457. <Comment>Version bump.</Comment>
  458. <Name>Mustafa Cinasal</Name>
  459. <Email>muscnsl@gmail.com</Email>
  460. </Update>
  461. <Update release="19">
  462. <Date>2021-10-22</Date>
  463. <Version>13.0.0</Version>
  464. <Comment>Version bump.</Comment>
  465. <Name>İdris Kalp</Name>
  466. <Email>idriskalp@gmail.com</Email>
  467. </Update>
  468. <Update release="18">
  469. <Date>2021-07-10</Date>
  470. <Version>12.0.1</Version>
  471. <Comment>Version bump</Comment>
  472. <Name>İdris Kalp</Name>
  473. <Email>idriskalp@gmail.com</Email>
  474. </Update>
  475. <Update release="17">
  476. <Date>2021-07-07</Date>
  477. <Version>12.0.1</Version>
  478. <Comment>Version bump.</Comment>
  479. <Name>İdris Kalp</Name>
  480. <Email>idriskalp@gmail.com</Email>
  481. </Update>
  482. <Update release="16">
  483. <Date>2021-06-03</Date>
  484. <Version>12.0.0</Version>
  485. <Comment>Version bump.</Comment>
  486. <Name>İdris Kalp</Name>
  487. <Email>idriskalp@gmail.com</Email>
  488. </Update>
  489. <Update release="15">
  490. <Date>2021-05-15</Date>
  491. <Version>11.1.0</Version>
  492. <Comment>Version bump.</Comment>
  493. <Name>İdris Kalp</Name>
  494. <Email>idriskalp@gmail.com</Email>
  495. </Update>
  496. <Update release="14">
  497. <Date>2020-11-12</Date>
  498. <Version>11.0.0</Version>
  499. <Comment>Version bump.</Comment>
  500. <Name>İdris Kalp</Name>
  501. <Email>idriskalp@gmail.com</Email>
  502. </Update>
  503. <Update release="13">
  504. <Date>2020-09-23</Date>
  505. <Version>10.0.1</Version>
  506. <Comment>Version bump.</Comment>
  507. <Name>Mustafa Cinasal</Name>
  508. <Email>muscnsl@gmail.com</Email>
  509. </Update>
  510. <Update release="12">
  511. <Date>2020-05-04</Date>
  512. <Version>10.0.0</Version>
  513. <Comment>Rebuild.</Comment>
  514. <Name>Mustafa Cinasal</Name>
  515. <Email>muscnsl@gmail.com</Email>
  516. </Update>
  517. <Update release="11">
  518. <Date>2020-03-24</Date>
  519. <Version>10.0.0</Version>
  520. <Comment>Version bump.</Comment>
  521. <Name>Idris Kalp</Name>
  522. <Email>idriskalp@gmail.com</Email>
  523. </Update>
  524. <Update release="10">
  525. <Date>2019-05-23</Date>
  526. <Version>7.1.0</Version>
  527. <Comment>Version bump.</Comment>
  528. <Name>Mustafa Cinasal</Name>
  529. <Email>muscnsl@gmail.com</Email>
  530. </Update>
  531. <Update release="9">
  532. <Date>2018-12-18</Date>
  533. <Version>6.0.1</Version>
  534. <Comment>Version bump.</Comment>
  535. <Name>Ertuğrul Erata</Name>
  536. <Email>ertugrulerata@gmail.com</Email>
  537. </Update>
  538. <Update release="8">
  539. <Date>2018-12-15</Date>
  540. <Version>6.0.1</Version>
  541. <Comment>Version bump.</Comment>
  542. <Name>Ertuğrul Erata</Name>
  543. <Email>ertugrulerata@gmail.com</Email>
  544. </Update>
  545. <Update release="7">
  546. <Date>2018-11-23</Date>
  547. <Version>5.0.1</Version>
  548. <Comment>Version bump.</Comment>
  549. <Name>Ertuğrul Erata</Name>
  550. <Email>ertugrulerata@gmail.com</Email>
  551. </Update>
  552. <Update release="6">
  553. <Date>2018-07-25</Date>
  554. <Version>5.0.1</Version>
  555. <Comment>Version bump.</Comment>
  556. <Name>Ertuğrul Erata</Name>
  557. <Email>ertugrulerata@gmail.com</Email>
  558. </Update>
  559. <Update release="5">
  560. <Date>2017-09-04</Date>
  561. <Version>3.8.0</Version>
  562. <Comment>Rebuild.</Comment>
  563. <Name>Pisi Linux Community</Name>
  564. <Email>admin@pisilinux.org</Email>
  565. </Update>
  566. <Update release="4">
  567. <Date>2017-02-12</Date>
  568. <Version>3.8.0</Version>
  569. <Comment>Rebuild</Comment>
  570. <Name>Pisi Linux Community</Name>
  571. <Email>admin@pisilinux.org</Email>
  572. </Update>
  573. <Update release="3">
  574. <Date>2016-06-09</Date>
  575. <Version>3.8.0</Version>
  576. <Comment>Release Bump</Comment>
  577. <Name>Pisi Linux Community</Name>
  578. <Email>admin@pisilinux.org</Email>
  579. </Update>
  580. <Update release="2">
  581. <Date>2016-05-25</Date>
  582. <Version>3.8.0</Version>
  583. <Comment>Release bump</Comment>
  584. <Name>Serdar Soytetir</Name>
  585. <Email>kaptan@pisilinux.org</Email>
  586. </Update>
  587. <Update release="1">
  588. <Date>2016-04-06</Date>
  589. <Version>3.8.0</Version>
  590. <Comment>First release</Comment>
  591. <Name>Serdar Soytetir</Name>
  592. <Email>kaptan@pisilinux.org</Email>
  593. </Update>
  594. </History>
  595. </PISI>