pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fplll</Name>
  6. <Homepage>https://github.com/fplll/fplll</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>science.misc</PartOf>
  12. <License>LGPLv2.1</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Lattice algorithms using floating-point arithmetic.</Summary>
  16. <Description>fplll contains implementations of several lattice algorithms. The implementation relies on floating-point orthogonalization, and LLL [LLL82] is central to the code, hence the name.</Description>
  17. <Archive sha1sum="418c0153be2d63657a5c83b65d39552cea4f6b35" type="targz">https://github.com/fplll/fplll/archive/5.3.2.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>qd-devel</Dependency>
  20. <Dependency>gmp-devel</Dependency>
  21. <Dependency>mpfr-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>fplll</Name>
  26. <Summary>Lattice algorithms using floating-point arithmetic.</Summary>
  27. <RuntimeDependencies>
  28. <Dependency>qd</Dependency>
  29. <Dependency>gmp</Dependency>
  30. <Dependency>mpfr</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="data">/usr/share/fplll</Path>
  35. <Path fileType="doc">/usr/share/doc/fplll</Path>
  36. <Path fileType="library">/usr/lib/libfplll*</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>fplll-devel</Name>
  41. <Summary>Development files for fplll</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">fplll</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="data">/usr/lib/pkgconfig</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="1">
  52. <Date>2020-05-20</Date>
  53. <Version>5.3.2</Version>
  54. <Comment>First pisi release.</Comment>
  55. <Name>Blue Devil</Name>
  56. <Email>bluedevil@sctzine.com</Email>
  57. </Update>
  58. </History>
  59. </PISI>