Skip to content

Commit f5f628f

Browse files
author
Release Manager
committed
gh-39951: support flint 3.2 in e_antic
<!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> cc @saraedum @dimpase URL: #39951 Reported by: Isuru Fernando Reviewer(s): Dima Pasechnik
2 parents b849173 + bfdf4de commit f5f628f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=3371667ee074aefdde8fc64ad60928a29a1e3578
3-
sha256=4e93801f29ba7d242285ed1461300586b50db56474e84cefe0b793f8dbf54842
2+
sha1=4eb607487d749794193fe86e9847f32a09ca6185
3+
sha256=737e2eaa6e486212bce99d945391a3b978bb696f0c0b4740791ec07e9f9fd153
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a2b47d65bcbe9d176b07208feb6aae513fc41244
1+
2dd45c9d2e4751f81e17249c10f80ebcfadaaa65
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- libeantic/srcxx/renf_elem_class.cpp 2025-03-27 16:35:20.026216756 -0500
2+
+++ libeantic/srcxx/renf_elem_class.cpp 2025-03-27 16:35:07.743757663 -0500
3+
@@ -12,6 +12,7 @@
4+
5+
#include <iostream>
6+
#include <cassert>
7+
+#include <gmp.h>
8+
#include <flint/fmpq.h>
9+
#include <cstdlib>
10+
#include <functional>
11+

0 commit comments

Comments
 (0)