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:

$ conda install  ntl

cygwin:

$ apt-cyg install libntl-devel

Debian/Ubuntu:

$ sudo apt-get install  libntl-dev

Fedora/Redhat/CentOS:

$ sudo yum install  ntl-devel

freebsd:

$ sudo pkg install math/ntl

gentoo:

$ sudo emerge dev-libs/ntl

homebrew:

$ brew install ntl

macports: install the following packages: ntl

nix:

$ nix-env --install ntl

opensuse:

$ sudo zypper install ntl-devel

void:

$ sudo xbps-install  ntl-devel

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

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