3 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
4 changed files with 39 additions and 14 deletions

BIN
V4.12.tar.gz LFS

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Jul 5 14:22:38 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.14
* tropical: cone: refactoring and fixes for DOME, COVECTORs and
PSEUDOVERTICES
* tropical: polytope: fix vertices computation
* tropical: hypersurface: fixes for monomials and binomials
- Drop gcc15.patch (merged)
-------------------------------------------------------------------
Sun Jun 22 20:52:12 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Add gcc15.patch
-------------------------------------------------------------------
Tue Sep 24 14:28:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.13
* Support for Perl 5.40 and -std=c++20 builds
-------------------------------------------------------------------
Sun Aug 18 22:05:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package polymake
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,40 +16,44 @@
#
%define lname libpolymake4_12
%define lname libpolymake4_14
Name: polymake
Version: 4.12
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/archive/V%version.tar.gz
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
BuildRequires: bliss-devel
BuildRequires: cddlib-devel
BuildRequires: fdupes
BuildRequires: flint-devel
BuildRequires: gcc-c++ >= 5
BuildRequires: gmp-devel >= 4.2
BuildRequires: libSingular-devel
BuildRequires: libboost_headers-devel
BuildRequires: libxml2-tools
BuildRequires: libxslt-tools
BuildRequires: lrslib-devel >= 7.1b
BuildRequires: memory-constraints
BuildRequires: mpfr-devel
BuildRequires: ninja
BuildRequires: normaliz-devel
BuildRequires: perl
BuildRequires: ppl-devel
BuildRequires: readline-devel >= 5
BuildRequires: sympol-devel
BuildRequires: perl(JSON)
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(Term::ReadLine::Gnu)
BuildRequires: perl(XML::SAX)
BuildRequires: pkgconfig(Singular)
BuildRequires: pkgconfig(cddlib)
BuildRequires: pkgconfig(flint)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(mpfr)
BuildRequires: pkgconfig(readline) >= 5
BuildRequires: ppl-devel
BuildRequires: sympol-devel
Requires: perl(JSON)
Requires: perl(Term::ReadKey)
Requires: perl(Term::ReadLine::Gnu)