5 Commits

Author SHA256 Message Date
0901dfa214 polymake 4.14 2025-07-05 20:00:31 +02:00
d8d5e7cbb2 Add gcc15.patch 2025-06-22 22:52:33 +02:00
4d75ffd5b3 polymake 4.13 2024-09-24 16:29:00 +02:00
83d3dd6e6a Add perl.patch 2024-08-19 00:16:44 +02:00
d90b13b71a Synchronize with OBS 2024-08-19 00:04:18 +02:00
6 changed files with 8 additions and 27 deletions

View File

@@ -1,4 +0,0 @@
mtime: 1759303464
commit: aa680b1bedc4b526246492f79a1e49b1c5debeb2a30bfabbda70b8d58d2efb0d
url: https://src.opensuse.org/jengelh/polymake
revision: master

View File

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

BIN
polymake-4.14-minimal.tar.bz2 LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,16 +1,3 @@
-------------------------------------------------------------------
Wed Oct 1 07:07:49 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.15
* graph: graphviz: use PDF instead of PS
* polytope: MILP: allow non-rational coordinates
* Some bugfixes
-------------------------------------------------------------------
Thu Sep 11 20:16:25 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Specifically request pkgconfig(cddgmp) now that it exists.
-------------------------------------------------------------------
Sat Jul 5 14:22:38 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -16,16 +16,17 @@
#
%define lname libpolymake4_15
%define lname libpolymake4_14
Name: polymake
Version: 4.15
Version: 4.14
Release: 0
Summary: Application for studying combinatorics and geometry of convex polytopes
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://polymake.org/
Source: https://github.com/polymake/polymake/releases/download/V%version/polymake-%version-minimal.tar.bz2
Source: https://github.com/polymake/polymake/releases/download/V4.14/polymake-4.14-minimal.tar.bz2
Source: polymake-4.14-minimal.tar.bz2
Source9: %name-rpmlintrc
Patch2: sympol-system.patch
Patch3: perl.patch
@@ -46,7 +47,7 @@ BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(Term::ReadLine::Gnu)
BuildRequires: perl(XML::SAX)
BuildRequires: pkgconfig(Singular)
BuildRequires: pkgconfig(cddgmp)
BuildRequires: pkgconfig(cddlib)
BuildRequires: pkgconfig(flint)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(mpfr)