package gmp
The GNU Multiple Precision Arithmetic Library
Install
dune-project
Dependency
Authors
Maintainers
Sources
gmp-6.3.0-1.tbz
sha256=cafe5beff5f35cb4451e341e1c07a019ac7047dd280ff55410e42ccc133bb757
sha512=22e00bae49ce436b7fc9ca458bf1b9c6eece73bbe05829d76c61c22d4e215160c12c39a511253a643eda205bb41ddee83f241e72439c0058a8cf767104683d21
doc/CHANGES.html
6.3.0-1
- DragonFly BSD support (#32, requested by @mneumann, solved in #33)
- only apply patch for GCC 15 on GCC15+ (@hannesm #33)
6.3.0
- Upgrade to GMP 6.3.0 and add a patch for GCC 15 (@dinosaure, #25)
- Fix the CI (@dinosaure, #26)
6.2.1-5
- Fix the cross-compilation for
aarch64(@dinosaure, @shym, #22) - Fix the compilation on OpenBSD (@kit-ty-kate, #22)
6.2.1-4
- Build system: when used in a monorepo, do not invoke
opamto figure out the level of parallelism. Instead, usesysctlto obtain the number of cores and provide1as a default value. (@RyanGibb, #18)
6.2.1-3
- CI: test cross-compilation with ocaml-solo5 instead of ocaml-freestanding (@TheLortex, #16)
- Use sed -i -e to fix compilation on FreeBSD (@hannesm, #15)
6.2.1-2
- Fix cross-compilation (@TheLortex, #12)
- Fix MacOS build (@TheLortex, #11)
6.2.1
Initial release