Merge pull request #8544 from blue-devil/master

ntl and gf2x added
This commit is contained in:
Blue DeviL
2020-05-21 01:43:03 +03:00
committed by GitHub
10 changed files with 337 additions and 2 deletions
+124
View File
@@ -53769,6 +53769,74 @@ to create header files and sources from protocol files.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>ntl</Name>
<Homepage>https://www.shoup.net/ntl/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>LGPL</License>
<IsA>library</IsA>
<PartOf>science.misc</PartOf>
<Summary xml:lang="en">A Library for doing Number Theory.</Summary>
<Summary xml:lang="tr">Sayı kuramı için bir kitaplık.</Summary>
<Description xml:lang="en">NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.</Description>
<Description xml:lang="tr">ntl, sayı kuramı için bir kitaplık sunar.</Description>
<Archive type="targz" sha1sum="f4c7dc1fd448b499ef98549e8702b320ba6a7830" name="ntl-11.4.3.tar.gz">https://www.shoup.net/ntl/ntl-11.4.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
<Dependency>gf2x-devel</Dependency>
</BuildDependencies>
<SourceURI>science/misc/ntl/pspec.xml</SourceURI>
</Source>
<Package>
<Name>ntl</Name>
<Summary xml:lang="en">A Library for doing Number Theory.</Summary>
<RuntimeDependencies>
<Dependency>gmp</Dependency>
<Dependency>gf2x</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libntl*</Path>
</Files>
</Package>
<Package>
<Name>ntl-devel</Name>
<Summary xml:lang="en">Development files for ntl</Summary>
<Summary xml:lang="tr">ntl için geliştirme dosyaları</Summary>
<Description xml:lang="tr">ntl-devel, ntl için geliştirme dosyalarını içerir.</Description>
<RuntimeDependencies>
<Dependency release="1">ntl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>ntl-docs</Name>
<Summary xml:lang="en">Documentation files for ntl</Summary>
<Summary xml:lang="tr">ntl için belgelendirme dosyaları</Summary>
<Description xml:lang="tr">ntl-docs, ntl için belgelendirme dosyalarını içerir.</Description>
<RuntimeDependencies>
<Dependency release="1">ntl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-05-20</Date>
<Version>11.4.3</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>eigen3</Name>
@@ -54253,6 +54321,62 @@ to create header files and sources from protocol files.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>gf2x</Name>
<Homepage>https://gforge.inria.fr/projects/gf2x/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>GPL</License>
<License>LGPL</License>
<IsA>library</IsA>
<PartOf>science.misc</PartOf>
<Summary xml:lang="en">A library for multiplying polynomials over the binary field.</Summary>
<Summary xml:lang="tr">İkilik alan üzerinden polinom çarpması yapabilen bir C kitaplığı.</Summary>
<Description xml:lang="en">gf2x is a library for multiplying polynomials over the binary field.</Description>
<Description xml:lang="tr">gf2x, ikilik alan üzerinden polinom çarpması yapabilen bir C kitaplığı sunar.</Description>
<Archive type="targz" sha1sum="1b9c7e14031afc5488b9aa27f5501f78c90f00b4" name="gf2x-1.3.0.tar.gz">https://gforge.inria.fr/frs/download.php/file/38243/gf2x-1.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libgcc</Dependency>
</BuildDependencies>
<SourceURI>science/misc/gf2x/pspec.xml</SourceURI>
</Source>
<Package>
<Name>gf2x</Name>
<Summary xml:lang="en">A library for multiplying polynomials over the binary field.</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/gf2x</Path>
</Files>
</Package>
<Package>
<Name>gf2x-devel</Name>
<Summary xml:lang="en">Development files for g2fx</Summary>
<Summary xml:lang="tr">gf2x için geliştirme dosyaları</Summary>
<Description xml:lang="tr">gf2x-devel, gf2x için geliştirme dosyalarını içerir.</Description>
<RuntimeDependencies>
<Dependency release="1">gf2x</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>1.3.0</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>iml</Name>
+1 -1
View File
@@ -1 +1 @@
db52697849e83260f2f224d89078a6d84d7281de
8274b79d35c33749bb111341a278bcd5804687a9
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
6a780f0c452d0ccd62a69281d5edd671f11ea9c9
d5b0725202ee45c233ba0a3d266730a6bcf03bb2
+26
View File
@@ -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*")
+56
View File
@@ -0,0 +1,56 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gf2x</Name>
<Homepage>https://gforge.inria.fr/projects/gf2x/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>science.misc</PartOf>
<License>GPL</License>
<License>LGPL</License>
<IsA>library</IsA>
<Summary>A library for multiplying polynomials over the binary field.</Summary>
<Description>gf2x is a library for multiplying polynomials over the binary field.</Description>
<Archive sha1sum="1b9c7e14031afc5488b9aa27f5501f78c90f00b4" type="targz">https://gforge.inria.fr/frs/download.php/file/38243/gf2x-1.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libgcc</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gf2x</Name>
<Summary>A library for multiplying polynomials over the binary field.</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/gf2x</Path>
</Files>
</Package>
<Package>
<Name>gf2x-devel</Name>
<Summary>Development files for g2fx</Summary>
<RuntimeDependencies>
<Dependency release="current">gf2x</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>1.3.0</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gf2x</Name>
<Summary xml:lang="tr">İkilik alan üzerinden polinom çarpması yapabilen bir C kitaplığı.</Summary>
<Description xml:lang="tr">gf2x, ikilik alan üzerinden polinom çarpması yapabilen bir C kitaplığı sunar.</Description>
</Source>
<Package>
<Name>gf2x-devel</Name>
<Summary xml:lang="tr">gf2x için geliştirme dosyaları</Summary>
<Description xml:lang="tr">gf2x-devel, gf2x için geliştirme dosyalarını içerir.</Description>
</Package>
</PISI>
+28
View File
@@ -0,0 +1,28 @@
#!/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
from pisi.actionsapi import shelltools
def setup():
shelltools.cd("src")
autotools.rawConfigure("DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NATIVE=off TUNE=x86 LIBTOOL=libtool")
def build():
shelltools.cd("src")
autotools.make()
def check():
shelltools.cd("src")
autotools.make("-k check")
def install():
shelltools.cd("src")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("README")
+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ntl</Name>
<Homepage>https://www.shoup.net/ntl/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>science.misc</PartOf>
<License>LGPL</License>
<IsA>library</IsA>
<Summary>A Library for doing Number Theory.</Summary>
<Description>NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.</Description>
<Archive sha1sum="f4c7dc1fd448b499ef98549e8702b320ba6a7830" type="targz">https://www.shoup.net/ntl/ntl-11.4.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
<Dependency>gf2x-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>ntl</Name>
<Summary>A Library for doing Number Theory.</Summary>
<RuntimeDependencies>
<Dependency>gmp</Dependency>
<Dependency>gf2x</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libntl*</Path>
</Files>
</Package>
<Package>
<Name>ntl-devel</Name>
<Summary>Development files for ntl</Summary>
<RuntimeDependencies>
<Dependency release="current">ntl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>ntl-docs</Name>
<Summary>Documentation files for ntl</Summary>
<RuntimeDependencies>
<Dependency release="current">ntl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-05-20</Date>
<Version>11.4.3</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
+20
View File
@@ -0,0 +1,20 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>ntl</Name>
<Summary xml:lang="tr">Sayı kuramı için bir kitaplık.</Summary>
<Description xml:lang="tr">ntl, sayı kuramı için bir kitaplık sunar.</Description>
</Source>
<Package>
<Name>ntl-devel</Name>
<Summary xml:lang="tr">ntl için geliştirme dosyaları</Summary>
<Description xml:lang="tr">ntl-devel, ntl için geliştirme dosyalarını içerir.</Description>
</Package>
<Package>
<Name>ntl-docs</Name>
<Summary xml:lang="tr">ntl için belgelendirme dosyaları</Summary>
<Description xml:lang="tr">ntl-docs, ntl için belgelendirme dosyalarını içerir.</Description>
</Package>
</PISI>