Skip to Content

gmp v6.3.0

Created
Updated

The GNU Multiple Precision Arithmetic Library

# Usage

The package gmp can be imported via CMake FindPkgConfig module:

# gmp
find_package(PkgConfig REQUIRED)
pkg_check_modules(gmp REQUIRED IMPORTED_TARGET gmp)
target_link_libraries(main PkgConfig::gmp)

# gmpxx
find_package(PkgConfig REQUIRED)
pkg_check_modules(gmpxx REQUIRED IMPORTED_TARGET gmpxx)
target_link_libraries(main PkgConfig::gmpxx) 

# License

# Supported Platforms

!xbox

  • linux
  • osx
  • uwp
  • windows

    # Features

    No default features set.

    # fat

    Enable runtime selection of optimized low level routines

    Supports: !windows | mingw
    • linux
    • osx
    • uwp
    • windows
    Dependencies:

    No dependencies.

    Host Dependencies:

    No dependencies.

    # Dependencies

    No dependencies.

    # Host Dependencies

    # Dependents

    # Host Dependents

    # Contributors

    • Alexander Neumann's avatar Alexander Neumann
    • NancyLi1013's avatar NancyLi1013
    • Billy O'Neal's avatar Billy O'Neal
    • Phoebe's avatar Phoebe
    • Ilya Arzhannikov's avatar Ilya Arzhannikov
    • nicole mazzuca's avatar nicole mazzuca
    • Dawid Wróbel's avatar Dawid Wróbel
    • Jack·Boos·Yu's avatar Jack·Boos·Yu
    • Laurent Rineau's avatar Laurent Rineau
    • Evgeny Karpov's avatar Evgeny Karpov
    • Mengna Li's avatar Mengna Li
    • Thomas1664's avatar Thomas1664
    • Kai Pastor's avatar Kai Pastor
    • Lily Wang's avatar Lily Wang
    • robbert-ef's avatar robbert-ef
    • Chuck Walbourn's avatar Chuck Walbourn
    • moritz-h's avatar moritz-h

    # Changelog

    • bfe8c13 [gmp] Update to 6.3.0 (#37052)
    • 2973016 [gmp] Avoid libm for x86 msvc host (#32984)
    • f3c8c1c [gmp] update download urls (#32155)
    • 5d2a0a9 Update xbox supports expressions for failing ports with copyleft licenses (#31770)
    • 76fb3e5 [gmp] Fix building for linux x86 (#31339)
    • 7502c79 [gmp] Feature fat couldn't build on Windows (#30177)
    • ec96844 [gmp] No asm for mingw-dynamic (#29782)
    • 36fb233 [vcpkg_configure_make] Fix almost-native builds (#28760)
    • e461f6d [gmp] Cleanup, fix cross-builds, switch windows from yasm to clang (#27787)
    • ca2807e [gmp] Remove docs (#26559)
    and 16 more commits:

    # Source