Compare commits
16 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 87df18b9f3 | |||
| 31a09c607e | |||
|
|
922e5df07b | ||
| 785259f147 | |||
|
|
13f8f44b0c | ||
|
|
4858be909f | ||
|
|
eab629827b | ||
| bf83bd742a | |||
| 8606cfbfad | |||
| e40a603be3 | |||
| 08a0294811 | |||
| 2c9a5ba975 | |||
| a198813762 | |||
| 73a927b4d1 | |||
| 6ab4de9808 | |||
| 49ecdc6065 |
BIN
V4.12.tar.gz
LFS
BIN
V4.12.tar.gz
LFS
Binary file not shown.
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1759303464
|
||||||
|
commit: aa680b1bedc4b526246492f79a1e49b1c5debeb2a30bfabbda70b8d58d2efb0d
|
||||||
|
url: https://src.opensuse.org/jengelh/polymake
|
||||||
|
revision: master
|
||||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c0a2ae077b4ec6871f4c27461a745b9490135c6a96a3bc4e19e9768c3ef35f76
|
||||||
|
size 256
|
||||||
BIN
polymake-4.15-minimal.tar.bz2
LFS
Normal file
BIN
polymake-4.15-minimal.tar.bz2
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Aug 18 22:05:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package polymake
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,40 +16,43 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libpolymake4_12
|
%define lname libpolymake4_15
|
||||||
Name: polymake
|
Name: polymake
|
||||||
Version: 4.12
|
Version: 4.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Application for studying combinatorics and geometry of convex polytopes
|
Summary: Application for studying combinatorics and geometry of convex polytopes
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://polymake.org/
|
URL: https://polymake.org/
|
||||||
|
|
||||||
Source: https://github.com/polymake/polymake/archive/V%version.tar.gz
|
Source: https://github.com/polymake/polymake/releases/download/V%version/polymake-%version-minimal.tar.bz2
|
||||||
Source9: %name-rpmlintrc
|
Source9: %name-rpmlintrc
|
||||||
Patch2: sympol-system.patch
|
Patch2: sympol-system.patch
|
||||||
Patch3: perl.patch
|
Patch3: perl.patch
|
||||||
BuildRequires: bliss-devel
|
BuildRequires: bliss-devel
|
||||||
BuildRequires: cddlib-devel
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flint-devel
|
|
||||||
BuildRequires: gcc-c++ >= 5
|
BuildRequires: gcc-c++ >= 5
|
||||||
BuildRequires: gmp-devel >= 4.2
|
BuildRequires: gmp-devel >= 4.2
|
||||||
BuildRequires: libSingular-devel
|
|
||||||
BuildRequires: libboost_headers-devel
|
BuildRequires: libboost_headers-devel
|
||||||
BuildRequires: libxml2-tools
|
BuildRequires: libxml2-tools
|
||||||
BuildRequires: libxslt-tools
|
BuildRequires: libxslt-tools
|
||||||
BuildRequires: lrslib-devel >= 7.1b
|
BuildRequires: lrslib-devel >= 7.1b
|
||||||
BuildRequires: memory-constraints
|
BuildRequires: memory-constraints
|
||||||
BuildRequires: mpfr-devel
|
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
BuildRequires: normaliz-devel
|
BuildRequires: normaliz-devel
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: ppl-devel
|
|
||||||
BuildRequires: readline-devel >= 5
|
|
||||||
BuildRequires: sympol-devel
|
|
||||||
BuildRequires: perl(JSON)
|
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(libxml-2.0)
|
||||||
|
BuildRequires: pkgconfig(mpfr)
|
||||||
|
BuildRequires: pkgconfig(readline) >= 5
|
||||||
|
BuildRequires: ppl-devel
|
||||||
|
BuildRequires: sympol-devel
|
||||||
Requires: perl(JSON)
|
Requires: perl(JSON)
|
||||||
Requires: perl(Term::ReadKey)
|
Requires: perl(Term::ReadKey)
|
||||||
Requires: perl(Term::ReadLine::Gnu)
|
Requires: perl(Term::ReadLine::Gnu)
|
||||||
|
|||||||
Reference in New Issue
Block a user