mpir: Multiple precision integers and rationals (fork of GMP)¶
Description¶
Multiple Precision Integers and Rationals.
MPIR is an open source multiprecision integer library derived from version 5.0.1 of the GMP (GNU Multi Precision) project (which was licensed LGPL v2+).
License¶
LGPL V3+
Upstream Contact¶
The Google group mpir-devel
Dependencies¶
iconv
GNU patch
Special Update/Build Instructions¶
TODO:
Perhaps also modify CXXFLAGS (and/or CPPFLAGS).
We currently don’t use anything of GMP’s/MPIR’s CC setting, and matching with the current compiler (
$CC
) is perhaps suboptimal.Remove some files / directories not needed for Sage from upstream:
build.vc* directories (Microsoft Visual C build files)
3.0.0-644faf502c56f97d9accd301965fc57d6ec70868 was created by running the spkg-src script.
Type¶
standard
Version Information¶
package-version.txt:
3.0.0-644faf502c56f97d9accd301965fc57d6ec70868.p0
Equivalent System Packages¶
conda:
$ conda install mpir
freebsd:
$ sudo pkg install mpir
homebrew:
$ brew install mpir
opensuse:
$ sudo zypper install mpir
See https://repology.org/project/mpir/versions
If the system package is installed, ./configure will check whether it can be used.