pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qhull</Name>
  6. <Homepage>http://www.qhull.org/</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>science.misc</PartOf>
  12. <License>custom</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <Summary>A general dimension code for computing convex hulls and related structures.</Summary>
  16. <Description>Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram.</Description>
  17. <Archive sha1sum="f707f42d931eedfaf3e045602d4b15e50eb3b41f" type="targz">https://github.com/qhull/qhull/archive/2019.1.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>cmake</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <!-- Build libqhullcpp with PIC -->
  23. <Patch>qhull-pic.patch</Patch>
  24. <!-- Disable static libraries -->
  25. <Patch>qhull-no-static.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>qhull</Name>
  30. <Summary>A general dimension code for computing convex hulls and related structures.</Summary>
  31. <RuntimeDependencies>
  32. <Dependency>libgcc</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="doc">/usr/share/doc/qhull</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>qhull-devel</Name>
  43. <Summary>Development files for qhull</Summary>
  44. <RuntimeDependencies>
  45. <Dependency release="current">qhull</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="data">/usr/lib/pkgconfig</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="1">
  54. <Date>2020-05-27</Date>
  55. <Version>2019.1</Version>
  56. <Comment>First pisi release.</Comment>
  57. <Name>Blue Devil</Name>
  58. <Email>bluedevil@sctzine.com</Email>
  59. </Update>
  60. </History>
  61. </PISI>