SHA256
1
0
forked from pool/givaro

Compare commits

..

No commits in common. "master" and "factory" have entirely different histories.

6 changed files with 37 additions and 26 deletions

View File

@ -0,0 +1,26 @@
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

3
givaro-4.2.0.tar.gz Normal file
View File

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

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

Binary file not shown.

View File

@ -3,10 +3,10 @@ Date: Thu May 23 16:16:10 UTC 2013
Delete timestamp from documentation.
Index: givaro-3.7.2/docs/Doxyfile.in
Index: givaro-3.7.2/docs/Doxyfile.mod
===================================================================
--- givaro-3.7.2.orig/docs/Doxyfile.in
+++ givaro-3.7.2/docs/Doxyfile.in
--- givaro-3.7.2.orig/docs/Doxyfile.mod
+++ givaro-3.7.2/docs/Doxyfile.mod
@@ -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.

View File

@ -1,19 +1,3 @@
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# spec file for package givaro
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 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.1~alpha0
Version: 4.2.0
Release: 0
Summary: C++ library for arithmetic and algebraic computations
License: CECILL-B
@ -26,8 +26,9 @@ Group: Productivity/Scientific/Math
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/v4.2.1rc0/%name-4.2.1alpha0.tar.gz
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
@ -87,7 +88,7 @@ This subpackage contains the Doxygen-generated HTML documentation for
the Givaro API.
%prep
%autosetup -p1 -n %name-4.2.1alpha0
%autosetup -p1
%build
autoreconf -fi