flint: Fast Library for Number Theory#

Description#

FLINT is a C library for doing number theory, maintained by Fredrik Johansson.

Website: http://www.flintlib.org

License#

FLINT is licensed GPL v2+.

Upstream Contact#

Type#

standard

Dependencies#

Version Information#

package-version.txt:

3.0.1

Equivalent System Packages#

$ apk add flint-dev
$ conda install libflint
$ apt-cyg install libflint-devel
$ sudo apt-get install libflint-dev
$ sudo yum install flint flint-devel
$ sudo pkg install math/flint2
$ sudo emerge sci-mathematics/flint\[ntl\]
$ brew install flint
$ sudo port install flint
$ nix-env --install flint
$ sudo zypper install flint-devel
$ sudo xbps-install flintlib-devel

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

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