2 Commits

Author SHA256 Message Date
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 14 additions and 58 deletions

BIN
V4.12.tar.gz LFS Normal file

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,37 +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>
- 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) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,43 +16,40 @@
#
%define lname libpolymake4_15
%define lname libpolymake4_12
Name: polymake
Version: 4.15
Version: 4.12
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/archive/V%version.tar.gz
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: perl(JSON)
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(Term::ReadLine::Gnu)
BuildRequires: perl(XML::SAX)
BuildRequires: pkgconfig(Singular)
BuildRequires: pkgconfig(cddgmp)
BuildRequires: pkgconfig(flint)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(mpfr)
BuildRequires: pkgconfig(readline) >= 5
BuildRequires: ppl-devel
BuildRequires: readline-devel >= 5
BuildRequires: sympol-devel
BuildRequires: perl(JSON)
BuildRequires: pkgconfig(libxml-2.0)
Requires: perl(JSON)
Requires: perl(Term::ReadKey)
Requires: perl(Term::ReadLine::Gnu)