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¶
flint-devel Gougle Group (http://groups.google.co.uk/group/flint-devel)
Fredrik Johansson
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
3.1.3
Equivalent System Packages¶
$ apk add flint-dev
$ conda install libflint
$ 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.