diff --git a/science/misc/gf2x/actions.py b/science/misc/gf2x/actions.py new file mode 100644 index 0000000000..5ea211cdf3 --- /dev/null +++ b/science/misc/gf2x/actions.py @@ -0,0 +1,26 @@ +#!/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(): + pisitools.cflags.add("-msse2") + autotools.configure("--enable-sse2 --disable-pclmul") + + # fix unused direct dependency analysis + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def check(): + autotools.make("-k check") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("COPYING*", "README*") \ No newline at end of file diff --git a/science/misc/gf2x/pspec.xml b/science/misc/gf2x/pspec.xml new file mode 100644 index 0000000000..f3f9d894ea --- /dev/null +++ b/science/misc/gf2x/pspec.xml @@ -0,0 +1,56 @@ + + + + + gf2x + https://gforge.inria.fr/projects/gf2x/ + + Blue Devil + bluedevil@sctzine.com + + science.misc + GPL + LGPL + library + A library for multiplying polynomials over the binary field. + gf2x is a library for multiplying polynomials over the binary field. + https://gforge.inria.fr/frs/download.php/file/38243/gf2x-1.3.0.tar.gz + + libgcc + + + + + gf2x + A library for multiplying polynomials over the binary field. + + libgcc + + + /usr/lib + /usr/share/doc/gf2x + + + + + gf2x-devel + Development files for g2fx + + gf2x + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-05-20 + 1.3.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/science/misc/gf2x/translations.xml b/science/misc/gf2x/translations.xml new file mode 100644 index 0000000000..b5d18d8625 --- /dev/null +++ b/science/misc/gf2x/translations.xml @@ -0,0 +1,14 @@ + + + + gf2x + İkilik alan üzerinden polinom çarpması yapabilen bir C kitaplığı. + gf2x, ikilik alan üzerinden polinom çarpması yapabilen bir C kitaplığı sunar. + + + + gf2x-devel + gf2x için geliştirme dosyaları + gf2x-devel, gf2x için geliştirme dosyalarını içerir. + + \ No newline at end of file