[packages/polylib] Rel 4

arekm arekm at pld-linux.org
Wed May 20 20:16:32 CEST 2026


commit 9bbbfc918c03c794a37911e3772640ea2ce826f1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed May 20 20:16:15 2026 +0200

    Rel 4

 polylib-implicit-decl.patch | 14 ++++++++++++++
 polylib.spec                |  4 +++-
 2 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/polylib.spec b/polylib.spec
index 9d491d8..b954911 100644
--- a/polylib.spec
+++ b/polylib.spec
@@ -6,11 +6,12 @@ Summary:	Polyhedral Library
 Summary(pl.UTF-8):	Biblioteka operacji na wielościanach
 Name:		polylib
 Version:	5.22.5
-Release:	3
+Release:	4
 License:	GPL v3+
 Group:		Libraries
 Source0:	http://icps.u-strasbg.fr/PolyLib/polylib_src/%{name}-%{version}.tar.gz
 # Source0-md5:	c0088786e0a5ae64b7cc47ad19ae4f83
+Patch0:		%{name}-implicit-decl.patch
 URL:		http://icps.u-strasbg.fr/PolyLib/
 BuildRequires:	gmp-devel >= 2.0.2
 Requires:	gmp >= 2.0.2
@@ -67,6 +68,7 @@ Dokumentacja API biblioteki PolyLib.
 
 %prep
 %setup -q
+%patch -P0 -p1
 
 %build
 %configure \
diff --git a/polylib-implicit-decl.patch b/polylib-implicit-decl.patch
new file mode 100644
index 0000000..dd5a40b
--- /dev/null
+++ b/polylib-implicit-decl.patch
@@ -0,0 +1,14 @@
+--- polylib-5.22.5/applications/testCompressParms.c.orig	2010-02-24 12:35:09.000000000 +0100
++++ polylib-5.22.5/applications/testCompressParms.c	2026-05-20 12:00:00.000000000 +0200
+@@ -45,6 +45,11 @@
+ const char *origNames[] =
+ 	{"n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"};
+
++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);
++
+ int main(int argc, char ** argv) {
+   int isOk = 0;
+   Matrix * A, * B;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/polylib.git/commitdiff/9bbbfc918c03c794a37911e3772640ea2ce826f1



More information about the pld-cvs-commit mailing list