Summary
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.
Versions
v11.5.1-r4 :: 0/44 :: gentoo
- Modified
- License
- LGPL-2.1+
- Keywords
- amd64 arm64 ppc x86 ~amd64-linux ~loong ~ppc-macos ~ppc64 ~riscv ~x64-macos ~x86-linux
- USE flags
- doc threads
USE flags
General
Dependencies
dev-libs / gf2x : C/C++ routines for fast arithmetic in GF(2)[x]
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
Runtime Dependencies
dev-libs / gf2x : C/C++ routines for fast arithmetic in GF(2)[x]
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
Depending packages
sci-libs / linbox : C++ template library for integer and finite-field linear algebra
sci-mathematics / eclib : Programs for elliptic curves defined over the rational numbers
sci-mathematics / flint : Fast Library for Number Theory
sci-mathematics / giac : A free C++ Computer Algebra System library and its interfaces
sci-mathematics / singular : Computer algebra system for polynomial computations
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-libs/ntl: Stabilize 11.5.1-r4 arm64, #918174
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: drop 11.5.1-r3
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-libs/ntl: Stabilize 11.5.1-r4 ppc, #908494
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: drop 11.5.1-r1
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-libs/ntl: Stabilize 11.5.1-r4 x86, #908494
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: set NATIVE=off again.
Pong. NTL detects CPU features at build time, and needs something like CXXFLAGS="-march=native" to do it properly. But, so long as we don't try to enable anything based on the user's CPU_FLAGS_X86, it should be safe to leave NATIVE=off to avoid overriding his CXXFLAGS. Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-libs/ntl: Stabilize 11.5.1-r4 amd64, #908494
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: another AVX FFT build fix, this time on amd64.
Even on amd64, detection of the CPU features needed for AVX FFT can fail. In particular, it can fail when -march=native is absent from CXXFLAGS. Since the upstream documentation calls the AVX FFT experimental, we disable it entirely. We also bring back NATIVE=on, which should somewhat hide the CXXFLAGS issue until it can be addressed upstream. Closes: https://bugs.gentoo.org/815775 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-libs/ntl: Stabilize 11.5.1-r3 ppc, #907964
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-libs/ntl: Stabilize 11.5.1-r3 amd64, #907964
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-libs/ntl: Stabilize 11.5.1-r3 x86, #907964
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: new revision to fix the x86 build (and drop static-libs).
Bug: https://bugs.gentoo.org/815775 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
dev-libs/ntl: keyword 11.5.1-r2 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-libs/ntl: Keyword 11.5.1-r2 ppc64, #871921
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - orbea · gentoo
dev-libs/ntl: Fix build with rlibtool + remove USE
The build fails with rlibtool because the generated libtool is in the libtool-build directory. The easiest way to work around this is to symlink it in place. The bindist USE flag controls the NATIVE argument for ntl's DoConfig which enables or disables -march=native. The user should set -march flags on their own and not the build system. Bug: https://bugs.gentoo.org/780534 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25967 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: remove old ntl-11.4.4.ebuild.
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-libs/ntl: Stabilize 11.5.1-r1 ppc, #843050
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-libs/ntl: Stabilize 11.5.1-r1 x86, #843050
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-libs/ntl: Stabilize 11.5.1-r1 amd64, #843050
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-libs/ntl: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: bump the 11.5.1 (soname) subslot.
I should've bumped this with the new version. Better late than never. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: new upstream version 11.5.1.
Closes: https://bugs.gentoo.org/718892 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alex Fan · gentoo
dev-libs/ntl: keyword 11.4.4-r1 for ~riscv
Signed-off-by: Alex Fan <alex.fan.q@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: support LIBTOOL="slibtool-shared".
When using slibtool-shared, no static archives (*.a) are created. To tolerate their absence, we add an "-f" to the "rm" that tries to remove them. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Alex Fan · gentoo
dev-libs/ntl: add 11.4.4-r1
bump to EAPI 8 update bundled config.guess and config.sub automatically. Closes: https://bugs.gentoo.org/821061 Closes: https://github.com/gentoo/gentoo/pull/22822 Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: remove old "unused" ntl-11.4.3.ebuild.
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-libs/ntl: x86 stable wrt bug #821325
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-libs/ntl: amd64 stable wrt bug #821325
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-libs/ntl: Stabilize 11.4.4 ppc, #821325
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-libs/ntl: handle removing .la differently
Closes: https://bugs.gentoo.org/775884 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: new upstream version 11.4.4.
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
dev-libs/ntl: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-libs/ntl: arm64 keyworded (bug #734822)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: remove old "unused" versions.
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-libs/ntl: x86 stable wrt bug #718620
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-libs/ntl: ppc stable wrt bug #718620
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-libs/ntl: amd64 stable wrt bug #718620
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
dev-libs/ntl: new version 11.4.3.
Update to the latest version using François Bissey's ebuild from the sage-on-gentoo overlay. I've updated the LICENSE to LGPL-2.1+ per the project's homepage, and have removed the CFLAGS override since now NTL builds and passes its test suite with -O3 (if you set anything higher than that, you're on your own). I've also tried to simplify a few of the usex calls in the DoConfig process. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-libs/ntl: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Harri Nieminen · gentoo
dev-libs/ntl: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Sébastien Fabbro · gentoo
dev-libs/ntl: version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/sbraz/syncthing'
Pull Request: https://github.com/gentoo/gentoo/pull/990 - David Seifert · gentoo
dev-libs/ntl: version bump to 9.6.4
* EAPI=6 Package-Manager: portage-2.2.27 - Justin Lecher · gentoo
Revert "dev-libs/ntl: Clean old"
This reverts commit 532a9b6c9bdc1a4011d9733c679a5b67cd0fd5c1. Version still required - Justin Lecher · gentoo
dev-libs/ntl: Clean old
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Agostino Sarubbo · gentoo
dev-libs/ntl: x86 stable wrt bug #557196
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" - Agostino Sarubbo · gentoo
dev-libs/ntl: ppc stable wrt bug #557196
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" - Agostino Sarubbo · gentoo
dev-libs/ntl: amd64 stable wrt bug #557196
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" - Thomas Kahle · gentoo
dev-libs/ntl: Remove old
Package-Manager: portage-2.2.20 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed