ntl: A library for doing number theory#

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.

Website: http://www.shoup.net/ntl/

License#

  • GNU LGPLv2.1+

Upstream Contact#

Special Update/Build Instructions#

  • None

Type#

standard

Dependencies#

Version Information#

package-version.txt:

11.4.3

Equivalent System Packages#

$ conda install ntl
$ apt-cyg install libntl-devel
$ sudo apt-get install libntl-dev
$ sudo yum install ntl-devel
$ sudo pkg install math/ntl
$ sudo emerge dev-libs/ntl
$ brew install ntl
$ sudo port install ntl
$ nix-env --install ntl
$ sudo zypper install ntl-devel
$ sudo xbps-install ntl-devel

See https://repology.org/project/ntl/versions

If the system package is installed, ./configure will check if it can be used.