2 Commits

Author SHA256 Message Date
0c4adffe80 e-antic 2.1.0 2025-05-07 01:36:55 +02:00
7485001484 Add 0001-build-fix-build-failure-with-flint-3.2.patch 2025-03-15 01:14:08 +01:00
4 changed files with 21 additions and 7 deletions

Binary file not shown.

BIN
e-antic-2.1.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 6 23:34:43 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.1.0
* Added functions renf_elem_addmul and renf_elem_submul to
compute `res += a * b` and `res -= a * b` with fewer
temporaries. In the C++ interface, these methods are called
`iaddmul` and `isubmul`.
- Delete 0001-build-fix-build-failure-with-flint-3.2.patch (merged)
-------------------------------------------------------------------
Fri Mar 14 08:52:54 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Add 0001-build-fix-build-failure-with-flint-3.2.patch
-------------------------------------------------------------------
Thu Jan 11 06:58:57 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package e-antic
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,18 @@
%define skip_python2 1
%define lname libeantic3
Name: e-antic
Version: 2.0.2
Version: 2.1.0
Release: 0
Summary: Real Embedded Algebraic Number Theory in C
License: LGPL-2.1-or-later AND LGPL-3.0-or-later
Group: Productivity/Scientific/Math
URL: https://github.com/flatsurf/e-antic
Source: https://github.com/flatsurf/e-antic/releases/download/%version/e-antic-%version.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: automake
BuildRequires: cereal-devel
BuildRequires: fdupes
BuildRequires: flint-devel >= 3
BuildRequires: pkgconfig(flint) >= 3
BuildRequires: gcc-c++
BuildRequires: gmp-devel
BuildRequires: libboost_headers-devel