1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>fplll</Name>
- <Homepage>https://github.com/fplll/fplll</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>science.misc</PartOf>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Lattice algorithms using floating-point arithmetic.</Summary>
- <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>
- <Archive sha1sum="418c0153be2d63657a5c83b65d39552cea4f6b35" type="targz">https://github.com/fplll/fplll/archive/5.3.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>qd-devel</Dependency>
- <Dependency>gmp-devel</Dependency>
- <Dependency>mpfr-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>fplll</Name>
- <Summary>Lattice algorithms using floating-point arithmetic.</Summary>
- <RuntimeDependencies>
- <Dependency>qd</Dependency>
- <Dependency>gmp</Dependency>
- <Dependency>mpfr</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/fplll</Path>
- <Path fileType="doc">/usr/share/doc/fplll</Path>
- <Path fileType="library">/usr/lib/libfplll*</Path>
- </Files>
- </Package>
- <Package>
- <Name>fplll-devel</Name>
- <Summary>Development files for fplll</Summary>
- <RuntimeDependencies>
- <Dependency release="current">fplll</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-05-20</Date>
- <Version>5.3.2</Version>
- <Comment>First pisi release.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|