flint: Fast Library for Number Theory

Description

FLINT is a C library for doing number theory, maintained by William Hart.

Website: http://www.flintlib.org

License

FLINT is licensed GPL v2+.

Upstream Contact

Dependencies

  • MPIR

  • MPFR

  • NTL

Type

standard

Version Information

package-version.txt:

2.6.3

Equivalent System Packages

conda:

$ conda install flint

cygwin:

$ apt-cyg install flint

Debian/Ubuntu:

$ sudo apt-get install  flint

Fedora/Redhat/CentOS:

$ sudo yum install  flint

freebsd:

$ sudo pkg install flint

gentoo:

$ sudo emerge flint

homebrew:

$ brew install flint

nix:

$ nix-env --install flint

opensuse:

$ sudo zypper install flint

void:

$ sudo xbps-install  flint

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

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