Files
nixpkgs/pkgs/by-name/gi/givaro/skip-gmp-check.patch
Dark Steveneq 646b892680
Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
push sheeet
2025-10-09 14:15:47 +02:00

27 lines
614 B
Diff

diff --git a/macros/gmp-check.m4 b/macros/gmp-check.m4
index 72eba8c..25af64e 100644
--- a/macros/gmp-check.m4
+++ b/macros/gmp-check.m4
@@ -105,21 +105,6 @@ AC_DEFUN([GIV_CHECK_GMP], [
exit 1
])
- AC_MSG_CHECKING([whether gmp version is at least $min_gmp_release])
- AC_TRY_RUN(
- [
- #include <cstddef>
- #include <gmp.h>
- int main () {
- return (__GNU_MP_RELEASE < $min_gmp_release);
- }
- ],
- [ AC_MSG_RESULT(yes)
- ],
- [ AC_MSG_RESULT(no)
- AC_MSG_ERROR(your GMP is too old. GMP release >= $min_gmp_release needed)
- exit 1]
- )
AC_LANG_POP([C++])
AC_SUBST(GMP_CFLAGS)