Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fff42bd259 | |||
|
|
13646a9178 | ||
| d04dc9c256 | |||
|
|
cf0a2cfb96 | ||
|
|
f467a2fffe | ||
| 29e0fb96d2 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1746574615
|
||||
commit: 0c4adffe803d9f01fdb655b81544bf359a78c6041b21a4506c04310f87368f74
|
||||
url: https://src.opensuse.org/jengelh/e-antic
|
||||
revision: master
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4a42c24e8828ad2cce98dcf22a047ac71da57ab197069b4757583cf9fd320f6
|
||||
size 256
|
||||
BIN
e-antic-2.0.2.tar.gz
LFS
BIN
e-antic-2.0.2.tar.gz
LFS
Binary file not shown.
BIN
e-antic-2.1.0.tar.gz
LFS
Normal file
BIN
e-antic-2.1.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user