diff --git a/science/misc/fplll/actions.py b/science/misc/fplll/actions.py new file mode 100644 index 0000000000..9f9a1f2b43 --- /dev/null +++ b/science/misc/fplll/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools + +def setup(): + autotools.autoreconf("-vif") + autotools.configure() + +def build(): + autotools.make() + +def check(): + autotools.make("check") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("COPYING", "README*") \ No newline at end of file diff --git a/science/misc/fplll/pspec.xml b/science/misc/fplll/pspec.xml new file mode 100644 index 0000000000..cc24e723f9 --- /dev/null +++ b/science/misc/fplll/pspec.xml @@ -0,0 +1,62 @@ + + + + + fplll + https://github.com/fplll/fplll + + Blue Devil + bluedevil@sctzine.com + + science.misc + LGPLv2.1 + library + app:console + Lattice algorithms using floating-point arithmetic. + 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. + https://github.com/fplll/fplll/archive/5.3.2.tar.gz + + qd-devel + gmp-devel + mpfr-devel + + + + + fplll + Lattice algorithms using floating-point arithmetic. + + qd + gmp + mpfr + + + /usr/bin + /usr/share/fplll + /usr/share/doc/fplll + /usr/lib/libfplll* + + + + + fplll-devel + Development files for fplll + + fplll + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-05-20 + 5.3.2 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/science/misc/fplll/translations.xml b/science/misc/fplll/translations.xml new file mode 100644 index 0000000000..06d1ce8bd0 --- /dev/null +++ b/science/misc/fplll/translations.xml @@ -0,0 +1,14 @@ + + + + fplll + Kayan-noktalı sayıları aritmetiği kullanan latis algoritmaları. + fplll, kayan-noktalı sayıları aritmetiği kullanan latis algoritmaları sunar. + + + + fplll-devel + fplll için geliştirme dosyaları + fplll-devel, fplll için geliştirme dosyalarını içerir. + + \ No newline at end of file