From 27fccc1801092355fdf16a4ffcbf7a58a163e335 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 23 Sep 2023 05:18:59 +0100 Subject: gentoo auto-resync : 23:09:2023 - 05:18:59 --- sci-mathematics/polymake/Manifest | 6 - .../polymake/files/polymake-4.6-perl-5.36.patch | 15 --- sci-mathematics/polymake/metadata.xml | 55 --------- sci-mathematics/polymake/polymake-4.6-r1.ebuild | 124 --------------------- sci-mathematics/polymake/polymake-4.9.ebuild | 122 -------------------- 5 files changed, 322 deletions(-) delete mode 100644 sci-mathematics/polymake/Manifest delete mode 100644 sci-mathematics/polymake/files/polymake-4.6-perl-5.36.patch delete mode 100644 sci-mathematics/polymake/metadata.xml delete mode 100644 sci-mathematics/polymake/polymake-4.6-r1.ebuild delete mode 100644 sci-mathematics/polymake/polymake-4.9.ebuild (limited to 'sci-mathematics/polymake') diff --git a/sci-mathematics/polymake/Manifest b/sci-mathematics/polymake/Manifest deleted file mode 100644 index 51d5b45cafe1..000000000000 --- a/sci-mathematics/polymake/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX polymake-4.6-perl-5.36.patch 659 BLAKE2B 4013b45b4edc79654fcfe77ffa17530ddaca8513eaf76fc338dae7fbcd1cf83f07f7b5ccaf2117051ae3f9fc951caa676b36fa06413988c271e0a5f01da28233 SHA512 0bf9f512c6b7439bf1660560d25a502f1fa16b7f0136f04f1c1c8812c1b1c5ab0ab5133e149777243985ca37e159d8a3de355b443441126328565063faa2ba8e -DIST polymake-4.6-minimal.tar.bz2 5634651 BLAKE2B 6ee24fa6e70fdf746ea298d78e21e17fe38c5837ae2d3153e53656b4b003555b06897f463220b59474eed1111135dfa61c080d08d6363391afca51011f331122 SHA512 90f04c67bf297fb1b9f5a51d1654ff12385860b1fc80278a8b47f65970f11a1e0f33ede8a839b54a12422e772c8b76302ff78cc467712a2486f6e76ce0d5ab20 -DIST polymake-4.9-minimal.tar.bz2 7287220 BLAKE2B 4a40c3177bc146c16ae7924c2911bd96a26e7eec82963dba1293db272e60a6efea59bd27575951ecbe343862c1c28ecf1f2eb5c2bd1b9b09ef475a7ef44a6b95 SHA512 5c762a59b135dbb1bbcff9a0133a17c20529dc14a5af19efc2afbc1ae773ea3834ccc6b97db130ec91d9cd7a3a20988360b1d844f70272724794ac81ab42658f -EBUILD polymake-4.6-r1.ebuild 4118 BLAKE2B ae3372df2a1921627455b2b0710c373852de9669e96649ee14f94a746c89b47cadf4ffa43a88dafb5e4735af6b6a8f113ad6ba7abebaaa9b6bc7ce2e79fe3f42 SHA512 6c09012b23951fa5cc9404c1a15b166ab400feec793f99a5978032d45182d89c314fb7d6a00d85f721b3311527e5e7fd40c46f4131b0ab5dfd2b2a1d6a4e24f6 -EBUILD polymake-4.9.ebuild 4071 BLAKE2B b57f3b18e7d6172fc6c76d7ee08f51d7792008fc1b81b9b50fae1fb3d8447cf370ea1d3042faa2380b57e4b51da5192027d2db3d4692729bd0d7afe114273c5b SHA512 277a3d25b0219cce02ccb15ca22607a5be432d8596bd76fe410ca4985d88f3e22bacc5fa3c6294e8a03058b1bd46fa9ea49ff752455cb503c032fd952e7ae173 -MISC metadata.xml 1842 BLAKE2B 1a70acb93722f43bfc306a113d71af95184a546ac8740289cf454008fa97b276822a6a8211b81c9784771087d37892a8d55904419da6c5d61cbf2fc09ab7f9ce SHA512 138067fbc3864d7258ae6f1b5aea253ded6a2477c88b9cdc0ae8495d50e1a6dfd84ffa53b69be0881d8f69f32bb1e9c2f80f5e196ec68a7f1672b6705df7df4a diff --git a/sci-mathematics/polymake/files/polymake-4.6-perl-5.36.patch b/sci-mathematics/polymake/files/polymake-4.6-perl-5.36.patch deleted file mode 100644 index 4a9d349ccb9a..000000000000 --- a/sci-mathematics/polymake/files/polymake-4.6-perl-5.36.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -up lib/core/src/perl/RefHash.xxs.orig lib/core/src/perl/RefHash.xxs ---- a/lib/core/src/perl/RefHash.xxs 2022-06-06 10:35:17.689807548 +0200 -+++ b/lib/core/src/perl/RefHash.xxs 2022-06-06 10:37:12.935663947 +0200 -@@ -71,7 +71,11 @@ SV* tmp_keysv::set(SV* keysv) - Copy(obj.keyp, HEK_KEY(hekp), sizeof(SV*), char); - HEK_LEN(hekp) = sizeof(SV*); - HEK_HASH(hekp) = U32(obj.keyl >> 4); // hash value -+#if PerlVersion < 5360 - HEK_FLAGS(hekp) = HVhek_UNSHARED; -+#else -+ HEK_FLAGS(hekp) = HVhek_NOTSHARED; -+#endif - sv.sv_any = &xpv; - sv.sv_refcnt = 1; - sv.sv_flags = SVt_PVIV | SVf_IVisUV | SVf_POK | SVp_POK | PmFlagsForHashKey; diff --git a/sci-mathematics/polymake/metadata.xml b/sci-mathematics/polymake/metadata.xml deleted file mode 100644 index 4f719f5b768e..000000000000 --- a/sci-mathematics/polymake/metadata.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - sci-mathematics@gentoo.org - Gentoo Mathematics Project - - - - Enable sci-libs/bliss interface for graph and face lattice - isomorphism computations. - - - Enable sci-libs/cddlib interface for convex hull - computations (Should be kept enabled). - - - Build with "strongly recommended" support for - sci-mathematics/flint. - - - Build the polymake library to build applications using the C++ - interface. - - - Enable sci-libs/lrslib interface for convex hull - computations. - - - Build the extension for graph automorphism computations using - sci-mathematics/nauty. - - - Build the bundled extension for lattice computations using - sci-mathematics/normaliz. - - - Enable dev-libs/ppl interface for convex hull computations. - - - Enable the interface to sci-mathematics/singular for - ideal related computations. - - - - Polymake is open source software for research in polyhedral - geometry. It deals with polytopes, polyhedra, and fans as well as - simplicial complexes, matroids, graphs, tropical hypersurfaces, and - other objects. Supported platforms include various flavors of Linux, - FreeBSD, and Mac OS. - - - polymake/polymake - - diff --git a/sci-mathematics/polymake/polymake-4.6-r1.ebuild b/sci-mathematics/polymake/polymake-4.6-r1.ebuild deleted file mode 100644 index 9034962c61e3..000000000000 --- a/sci-mathematics/polymake/polymake-4.6-r1.ebuild +++ /dev/null @@ -1,124 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic ninja-utils toolchain-funcs - -DESCRIPTION="Tool for polyhedral geometry and combinatorics" -SRC_URI="https://polymake.org/lib/exe/fetch.php/download/${P}-minimal.tar.bz2" -HOMEPAGE="https://polymake.org/" - -# polymake itself is GPL-2, but even the minimal tarball bundles a lot -# of other code. I've included everything that turns up with a -# -# find ./ -name 'LICENSE' -o -name 'COPYING' -# -# in the list below. If any of these bother you, you may want to take a -# closer look at how (or even if) the corresponding code is being used. -LICENSE="BSD GPL-2 GPL-2+ MIT WTFPL-2" -SLOT="0" -KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" -IUSE="bliss +cdd +flint +normaliz libpolymake lrs nauty ppl singular" - -REQUIRED_USE="^^ ( bliss nauty )" - -# The "configure" script isn't autotools; it basically exists just to -# exec some other perl script but using the familiar name. -BDEPEND="dev-util/ninja - dev-lang/perl" - -DEPEND=" - libpolymake? ( dev-lang/perl ) - dev-libs/boost:= - dev-libs/gmp:= - dev-libs/libxml2:2= - dev-libs/libxslt:= - dev-libs/mpfr:= - sys-libs/readline:= - bliss? ( sci-libs/bliss:=[gmp] ) - cdd? ( sci-libs/cddlib:= ) - flint? ( sci-mathematics/flint:= ) - lrs? ( >=sci-libs/lrslib-051:=[gmp] ) - nauty? ( sci-mathematics/nauty:= ) - normaliz? ( >=sci-mathematics/normaliz-3.8:= ) - ppl? ( dev-libs/ppl:= ) - singular? ( sci-mathematics/singular:= )" - -RDEPEND="${DEPEND} - dev-lang/perl - dev-perl/JSON - dev-perl/Term-ReadLine-Gnu - dev-perl/TermReadKey - dev-perl/XML-SAX - dev-perl/XML-Writer" - -# Tests observed failing after upgrade to polymake-4.5. No idea if they -# worked prior to that. Someone who actually understands polymake will -# have to get these working (at least briefly) before we re-enable them. -RESTRICT=test - -PATCHES=( "${FILESDIR}/${P}-perl-5.36.patch" ) - -src_configure() { - # Without this, the build system tries to use "the highest possible" - # optimization level and will override what's in your CXXFLAGS. - export CXXOPT="" - - tc-export CC CXX - - # We need to define BLISS_USE_GMP if bliss was built with gmp support. - # Therefore we require gmp support on bliss, so that the package - # manager can prevent rebuilds with changed gmp flag. Yes, this should - # be append-cppflags; but the build system doesn't respect CPPFLAGS. - use bliss && append-cxxflags -DBLISS_USE_GMP - - # This isn't an autotools ./configure script, so a lot of things - # don't work the way you'd expect. We disable openmp unconditionally - # because it's only supposedly only used for building the bundled - # libnormaliz (we unbundle it) and for something called to_simplex - # that I can't find anywhere in the polymake source. - ./configure --prefix="${EPREFIX}/usr" \ - --libdir="${EPREFIX}/usr/$(get_libdir)" \ - --libexecdir="${EPREFIX}/usr/$(get_libdir)/polymake" \ - $(usev !libpolymake "--without-callable") \ - --without-java \ - --without-javaview \ - --without-native \ - --without-scip \ - --without-soplex \ - --without-openmp \ - $(use_with bliss bliss "${EPREFIX}/usr") \ - $(use_with cdd cdd "${EPREFIX}/usr") \ - $(use_with flint flint "${EPREFIX}/usr") \ - $(use_with lrs lrs "${EPREFIX}/usr") \ - $(use_with nauty nauty "${EPREFIX}/usr") \ - $(use_with normaliz libnormaliz "${EPREFIX}/usr") \ - $(use_with ppl ppl "${EPREFIX}/usr") \ - $(use_with singular singular "${EPREFIX}/usr") \ - || die -} - -# There is a backwards-compatible Makefile that would call ninja for us -# in src_compile/src_install, but it doesn't handle MAKEOPTS correctly. -src_compile() { - eninja -C build/Opt -} - -src_install() { - # DESTDIR needs to find its way into the real install script, - # support/install.pl. - export DESTDIR="${D}" - eninja -C build/Opt install -} - -src_test() { - perl/polymake --script run_testcases --emacs-style \ - || die "test suite failed" -} - -pkg_postinst() { - elog "Additional features for polymake are available through external" - elog "software such as sci-mathematics/4ti2 and sci-mathematics/topcom." - elog "After installing new external software run 'polymake --reconfigure'." -} diff --git a/sci-mathematics/polymake/polymake-4.9.ebuild b/sci-mathematics/polymake/polymake-4.9.ebuild deleted file mode 100644 index 3217de2e4b3d..000000000000 --- a/sci-mathematics/polymake/polymake-4.9.ebuild +++ /dev/null @@ -1,122 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic ninja-utils toolchain-funcs - -DESCRIPTION="Tool for polyhedral geometry and combinatorics" -SRC_URI="https://polymake.org/lib/exe/fetch.php/download/${P}-minimal.tar.bz2" -HOMEPAGE="https://polymake.org/" - -# polymake itself is GPL-2, but even the minimal tarball bundles a lot -# of other code. I've included everything that turns up with a -# -# find ./ -name 'LICENSE' -o -name 'COPYING' -# -# in the list below. If any of these bother you, you may want to take a -# closer look at how (or even if) the corresponding code is being used. -LICENSE="BSD GPL-2 GPL-2+ MIT WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" -IUSE="bliss +cdd +flint +normaliz libpolymake lrs nauty ppl singular" - -REQUIRED_USE="^^ ( bliss nauty )" - -# The "configure" script isn't autotools; it basically exists just to -# exec some other perl script but using the familiar name. -BDEPEND="dev-util/ninja - dev-lang/perl" - -DEPEND=" - libpolymake? ( dev-lang/perl ) - dev-libs/boost:= - dev-libs/gmp:= - dev-libs/libxml2:2= - dev-libs/libxslt:= - dev-libs/mpfr:= - sys-libs/readline:= - bliss? ( sci-libs/bliss:=[gmp] ) - cdd? ( sci-libs/cddlib:= ) - flint? ( sci-mathematics/flint:= ) - lrs? ( >=sci-libs/lrslib-051:=[gmp] ) - nauty? ( sci-mathematics/nauty:= ) - normaliz? ( >=sci-mathematics/normaliz-3.8:= ) - ppl? ( dev-libs/ppl:= ) - singular? ( sci-mathematics/singular:= )" - -RDEPEND="${DEPEND} - dev-lang/perl - dev-perl/JSON - dev-perl/Term-ReadLine-Gnu - dev-perl/TermReadKey - dev-perl/XML-SAX - dev-perl/XML-Writer" - -# Tests observed failing after upgrade to polymake-4.5. No idea if they -# worked prior to that. Someone who actually understands polymake will -# have to get these working (at least briefly) before we re-enable them. -RESTRICT=test - -src_configure() { - # Without this, the build system tries to use "the highest possible" - # optimization level and will override what's in your CXXFLAGS. - export CXXOPT="" - - tc-export CC CXX - - # We need to define BLISS_USE_GMP if bliss was built with gmp support. - # Therefore we require gmp support on bliss, so that the package - # manager can prevent rebuilds with changed gmp flag. Yes, this should - # be append-cppflags; but the build system doesn't respect CPPFLAGS. - use bliss && append-cxxflags -DBLISS_USE_GMP - - # This isn't an autotools ./configure script, so a lot of things - # don't work the way you'd expect. We disable openmp unconditionally - # because it's only supposedly only used for building the bundled - # libnormaliz (we unbundle it) and for something called to_simplex - # that I can't find anywhere in the polymake source. - ./configure --prefix="${EPREFIX}/usr" \ - --libdir="${EPREFIX}/usr/$(get_libdir)" \ - --libexecdir="${EPREFIX}/usr/$(get_libdir)/polymake" \ - $(usev !libpolymake "--without-callable") \ - --without-java \ - --without-javaview \ - --without-native \ - --without-scip \ - --without-soplex \ - --without-openmp \ - $(use_with bliss bliss "${EPREFIX}/usr") \ - $(use_with cdd cdd "${EPREFIX}/usr") \ - $(use_with flint flint "${EPREFIX}/usr") \ - $(use_with lrs lrs "${EPREFIX}/usr") \ - $(use_with nauty nauty "${EPREFIX}/usr") \ - $(use_with normaliz libnormaliz "${EPREFIX}/usr") \ - $(use_with ppl ppl "${EPREFIX}/usr") \ - $(use_with singular singular "${EPREFIX}/usr") \ - || die -} - -# There is a backwards-compatible Makefile that would call ninja for us -# in src_compile/src_install, but it doesn't handle MAKEOPTS correctly. -src_compile() { - eninja -C build/Opt -} - -src_install() { - # DESTDIR needs to find its way into the real install script, - # support/install.pl. - export DESTDIR="${D}" - eninja -C build/Opt install -} - -src_test() { - perl/polymake --script run_testcases --emacs-style \ - || die "test suite failed" -} - -pkg_postinst() { - elog "Additional features for polymake are available through external" - elog "software such as sci-mathematics/4ti2 and sci-mathematics/topcom." - elog "After installing new external software run 'polymake --reconfigure'." -} -- cgit v1.2.3