Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
03b8545eab | |||
c0009e685b |
@ -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.1alpha0.tar.gz
(Stored with Git LFS)
Normal file
BIN
givaro-4.2.1alpha0.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.
|
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.orig/docs/Doxyfile.in
|
||||||
+++ givaro-3.7.2/docs/Doxyfile.mod
|
+++ givaro-3.7.2/docs/Doxyfile.in
|
||||||
@@ -974,7 +974,7 @@ HTML_COLORSTYLE_GAMMA = 80
|
@@ -974,7 +974,7 @@ HTML_COLORSTYLE_GAMMA = 80
|
||||||
# page will contain the date and time when the page was generated. Setting
|
# 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.
|
# this to NO can help when comparing the output of multiple runs.
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Mar 28 08:47:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package givaro
|
# spec file for package givaro
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: givaro
|
Name: givaro
|
||||||
%define lname libgivaro9
|
%define lname libgivaro9
|
||||||
Version: 4.2.0
|
Version: 4.2.1~alpha0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ library for arithmetic and algebraic computations
|
Summary: C++ library for arithmetic and algebraic computations
|
||||||
License: CECILL-B
|
License: CECILL-B
|
||||||
@ -26,9 +26,8 @@ Group: Productivity/Scientific/Math
|
|||||||
URL: https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/
|
URL: https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/
|
||||||
|
|
||||||
#Git-Clone: https://github.com/linbox-team/givaro
|
#Git-Clone: https://github.com/linbox-team/givaro
|
||||||
Source: https://github.com/linbox-team/givaro/releases/download/v%version/%name-%version.tar.gz
|
Source: https://github.com/linbox-team/givaro/releases/download/v4.2.1rc0/%name-4.2.1alpha0.tar.gz
|
||||||
Patch1: givaro-doc-no-build-time.patch
|
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
|
# Old doxygen does not properly handle symlink recursion
|
||||||
BuildRequires: doxygen >= 1.5.7.1
|
BuildRequires: doxygen >= 1.5.7.1
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -88,7 +87,7 @@ This subpackage contains the Doxygen-generated HTML documentation for
|
|||||||
the Givaro API.
|
the Givaro API.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n %name-4.2.1alpha0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user