From 0e59584c97d82c785d9e94250847f44ef76847d8e2738c217713f06a63f23454 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 30 Jan 2023 11:46:01 +0000 Subject: [PATCH] - Update to release 4.8 OBS-URL: https://build.opensuse.org/package/show/science/polymake?expand=0&rev=22 --- V4.7.tar.gz | 3 --- V4.8.tar.gz | 3 +++ polymake.changes | 10 ++++++++++ polymake.spec | 11 ++++++----- vertices-31.patch | 17 ----------------- 5 files changed, 19 insertions(+), 25 deletions(-) delete mode 100644 V4.7.tar.gz create mode 100644 V4.8.tar.gz delete mode 100644 vertices-31.patch diff --git a/V4.7.tar.gz b/V4.7.tar.gz deleted file mode 100644 index f94c046..0000000 --- a/V4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08465f61bc03a13fc18704ede488b09eea2911812cd88efb392b3bc2f299058b -size 47458115 diff --git a/V4.8.tar.gz b/V4.8.tar.gz new file mode 100644 index 0000000..92f299c --- /dev/null +++ b/V4.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6796e658e82d252d1db836ca5c48e2d63ab2ab0335168d76fae5e96529aa850c +size 47474674 diff --git a/polymake.changes b/polymake.changes index 4741299..e741159 100644 --- a/polymake.changes +++ b/polymake.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 20 23:49:39 UTC 2022 - Jan Engelhardt + +- Update to release 4.8 + * plantri: introduce interface to plantri for generation of + planar graphs. + * pluecker_ideal changed to c++ client + * add tropical median +- Drop vertices-31.patch (merged) + ------------------------------------------------------------------- Sat Nov 19 00:54:38 UTC 2022 - Jan Engelhardt diff --git a/polymake.spec b/polymake.spec index ed8f9e6..12d4f46 100644 --- a/polymake.spec +++ b/polymake.spec @@ -1,7 +1,7 @@ # # spec file for package polymake # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define lname libpolymake4_7 +%define lname libpolymake4_8 Name: polymake -Version: 4.7 +Version: 4.8 Release: 0 Summary: Application for studying combinatorics and geometry of convex polytopes License: GPL-2.0-or-later @@ -28,7 +28,6 @@ URL: https://polymake.org/ Source: https://github.com/polymake/polymake/archive/V%version.tar.gz Source9: %name-rpmlintrc Patch2: sympol-system.patch -Patch3: vertices-31.patch BuildRequires: bliss-devel BuildRequires: cddlib-devel BuildRequires: flint-devel @@ -85,7 +84,9 @@ objects, and other objects. %autosetup -p1 %build -# Not AC. +# force using system libnormaliz +rm -rf bundled/libnormaliz/external +# It's not autoconf. ./configure --prefix="%_prefix" --libdir="%_libdir" \ --libexecdir="%_libdir/%name-%version" --without-native \ --with-bliss="%_prefix" --with-sympol="%_prefix" --with-cdd="%_prefix" \ diff --git a/vertices-31.patch b/vertices-31.patch deleted file mode 100644 index 6d88820..0000000 --- a/vertices-31.patch +++ /dev/null @@ -1,17 +0,0 @@ -Resolve a build failure on ILP32. - -References: https://gist.github.com/benlorenz/76b0cc37e332943e0129e1e922a1b577 - -Index: polymake-4.7/apps/topaz/include/grass_plucker.h -=================================================================== ---- polymake-4.7.orig/apps/topaz/include/grass_plucker.h -+++ polymake-4.7/apps/topaz/include/grass_plucker.h -@@ -122,7 +122,7 @@ using CubeIndex = NamedType