Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ef815df820 |
@@ -1,4 +0,0 @@
|
||||
mtime: 1757259874
|
||||
commit: bb768843fbe8fca90e65861d798f3f34c4004a9f150150b0fe6681a7a52d75fc
|
||||
url: https://src.opensuse.org/jengelh/polylib
|
||||
revision: master
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:249857e77abc911211b9bd4f0e30dd75bed82fbabe9a597a82c080b5c11082bb
|
||||
size 256
|
||||
BIN
polylib-5.22.5.tar.gz
LFS
Normal file
BIN
polylib-5.22.5.tar.gz
LFS
Normal file
Binary file not shown.
BIN
polylib-5.22.8.tar.gz
LFS
BIN
polylib-5.22.8.tar.gz
LFS
Binary file not shown.
@@ -1,11 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 7 15:41:04 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 5.22.8
|
||||
* Minor fixes and updates during the past 10 years, autotools
|
||||
update, MIT licence.
|
||||
- Delete static-decls.patch (merged)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 2 23:33:12 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
|
||||
%define lname libpolylibgmp8
|
||||
Name: polylib
|
||||
Version: 5.22.8
|
||||
Version: 5.22.5
|
||||
Release: 0
|
||||
Summary: Library for computing homotopy continuation of roots
|
||||
License: MIT
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://icps.u-strasbg.fr/polylib/
|
||||
#Git-Clone: https://github.com/vincentloechner/polylib
|
||||
Source: https://icps.u-strasbg.fr/polylib/polylib_src/%name-%version.tar.gz
|
||||
Patch1: static-decls.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ntl-devel
|
||||
BuildRequires: pkg-config
|
||||
|
||||
24
static-decls.patch
Normal file
24
static-decls.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
From: Jan Engelhardt <ej@inai.de>
|
||||
Date: 2024-11-03 00:14:45.456431711 +0100
|
||||
|
||||
./applications/testCompressParms.c:58:9: error: implicit declaration of function ‘test_Constraints_Remove_parm_eqs’; did you mean ‘Constraints_Remove_parm_eqs’? [-Wimplicit-function-declaration]
|
||||
./applications/testCompressParms.c:59:9: error: implicit declaration of function ‘test_Polyhedron_Remove_parm_eqs’; did you mean ‘Polyhedron_Remove_parm_eqs’? [-Wimplicit-function-declaration]
|
||||
./applications/testCompressParms.c:60:9: error: implicit declaration of function ‘test_Constraints_fullDimensionize’; did you mean ‘Constraints_fullDimensionize’? [-Wimplicit-function-declaration]
|
||||
---
|
||||
applications/testCompressParms.c | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
Index: polylib-5.22.5/applications/testCompressParms.c
|
||||
===================================================================
|
||||
--- polylib-5.22.5.orig/applications/testCompressParms.c
|
||||
+++ polylib-5.22.5/applications/testCompressParms.c
|
||||
@@ -41,6 +41,9 @@
|
||||
}
|
||||
|
||||
#define maxRays 200
|
||||
+int test_Constraints_Remove_parm_eqs(Matrix * A, Matrix * B);
|
||||
+int test_Polyhedron_Remove_parm_eqs(Matrix * A, Matrix * B);
|
||||
+int test_Constraints_fullDimensionize(Matrix * A, Matrix * B, unsigned int nbSamples);
|
||||
|
||||
const char *origNames[] =
|
||||
{"n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"};
|
||||
Reference in New Issue
Block a user