ab77175b25
These externals are those that already had homebrew settings. * index/li/libftdi1/libftdi1-external.toml * index/li/libgmp/libgmp-external.toml * index/li/libhidapi/libhidapi-external.toml * index/li/libsdl2/libsdl2-external.toml * index/li/libsdl2_image/libsdl2_image-external.toml * index/li/libsdl2_ttf/libsdl2_ttf-external.toml * index/li/libtcl/libtcl-external.toml * index/li/libtk/libtk-external.toml * index/li/libusb/libusb-external.toml
24 lines
667 B
TOML
24 lines
667 B
TOML
description = "The GNU Multiple Precision Arithmetic Library"
|
|
name = "libgmp"
|
|
licenses = "LGPL-3.0-only"
|
|
maintainers = ["derodat@adacore.com", "chouteau@adacore.com"]
|
|
maintainers-logins = ["pmderodat", "Fabien-Chouteau"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["libgmp-dev"]
|
|
arch = ["gmp"]
|
|
msys2 = ["mingw-w64-x86_64-gmp"]
|
|
homebrew = ["gmp"]
|
|
macports = ["gmp"]
|
|
|
|
[[external]]
|
|
kind = "version-output"
|
|
version-command = [ "pkg-config", "--modversion", "gmp" ]
|
|
version-regexp = "([\\d\\.]+)"
|
|
|
|
# pkg-config requires further steps to make packages findable by
|
|
# dependencies that Alire does not yet support
|
|
available = false
|