libgmp external (rhel) (#1811)

This commit is contained in:
César Sagaert
2026-02-25 09:50:27 +01:00
committed by GitHub
parent f630886348
commit 53af522c1c
+2 -4
View File
@@ -10,10 +10,8 @@ kind = "system"
"debian|ubuntu" = ["libgmp-dev"]
arch = ["gmp"]
msys2 = ["mingw-w64-x86_64-gmp"]
homebrew = ["gmp"]
macports = ["gmp"]
fedora = ["gmp-devel"]
suse = ["gmp-devel"]
"homebrew|macports" = ["gmp"]
"fedora|rhel|suse" = ["gmp-devel"]
gentoo = ["dev-libs/gmp"]
[[external]]