SHA256
1
0
forked from pool/givaro

Compare commits

...

3 Commits

Author SHA256 Message Date
1af63d7a1f givaro 4.2.1 2025-02-22 01:45:14 +01:00
03b8545eab givaro 4.2.1~alpha0 2024-12-09 13:55:33 +01:00
c0009e685b Add gcc14.patch 2024-08-19 23:21:03 +02:00
6 changed files with 32 additions and 35 deletions

@ -1,26 +0,0 @@
From c7744bb133496cd7ac04688f345646d505e1bf52 Mon Sep 17 00:00:00 2001
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
Date: Thu, 19 Jan 2023 09:12:22 -0500
Subject: [PATCH] Add missing #include <cstdint> for (u)int64_t
Fixes failure to compile on GCC 13.
---
src/library/poly1/givdegree.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/library/poly1/givdegree.h b/src/library/poly1/givdegree.h
index 3753a425..eb85a0dd 100644
--- a/src/library/poly1/givdegree.h
+++ b/src/library/poly1/givdegree.h
@@ -19,6 +19,8 @@
#ifndef __GIVARO_poly1degree_H
#define __GIVARO_poly1degree_H
+#include <cstdint>
+
#include <iostream>
namespace Givaro {
--
2.40.0

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:865e228812feca971dfb6e776a7bc7ac959cf63ebd52b4f05492730a46e1f189
size 969595

BIN
givaro-4.2.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

@ -3,10 +3,10 @@ Date: Thu May 23 16:16:10 UTC 2013
Delete timestamp from documentation.
Index: givaro-3.7.2/docs/Doxyfile.mod
Index: givaro-3.7.2/docs/Doxyfile.in
===================================================================
--- givaro-3.7.2.orig/docs/Doxyfile.mod
+++ givaro-3.7.2/docs/Doxyfile.mod
--- givaro-3.7.2.orig/docs/Doxyfile.in
+++ givaro-3.7.2/docs/Doxyfile.in
@@ -974,7 +974,7 @@ HTML_COLORSTYLE_GAMMA = 80
# page will contain the date and time when the page was generated. Setting
# this to NO can help when comparing the output of multiple runs.

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Feb 22 00:42:47 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.2.1
* Givaro now forces a signed representation for GF(q)
* Implemented Polynomial Middle product
* Some build fixed, including but not limited to, GCC 15
-------------------------------------------------------------------
Mon Dec 9 12:53:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to 4.2.0~alpha0
* Fix dom_power issue on 32bit machines
* Remove colors from XML output
* Force a signed representation for GFq
* Add ModularExtended to the ring and field test suites
- Delete 0001-Add-missing-include-cstdint-for-u-int64_t.patch,
gcc14.patch (merged)
-------------------------------------------------------------------
Mon Aug 19 21:14:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Add gcc14.patch
-------------------------------------------------------------------
Tue Mar 28 08:47:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

@ -1,7 +1,7 @@
#
# spec file for package givaro
#
# Copyright (c) 2023 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
@ -18,7 +18,7 @@
Name: givaro
%define lname libgivaro9
Version: 4.2.0
Version: 4.2.1
Release: 0
Summary: C++ library for arithmetic and algebraic computations
License: CECILL-B
@ -28,7 +28,6 @@ URL: https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/
#Git-Clone: https://github.com/linbox-team/givaro
Source: https://github.com/linbox-team/givaro/releases/download/v%version/%name-%version.tar.gz
Patch1: givaro-doc-no-build-time.patch
Patch2: 0001-Add-missing-include-cstdint-for-u-int64_t.patch
# Old doxygen does not properly handle symlink recursion
BuildRequires: doxygen >= 1.5.7.1
BuildRequires: fdupes