mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
This is back from the dead after being removed for lack of perl-5.38 support. Only a month ago, upstream's opinion was that "any hacks we would try here will be in vain," but it looks like they've decided to adopt a short-term fix for perl-5.38. We bring it back, and make use of $NINJA_DEPEND while we're at it (samurai works fine). The new patch (and a short explanation from upstream) can be found on Debian bug 1042521. Bug: https://bugs.gentoo.org/909570 Closes: https://bugs.gentoo.org/917155 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
55 lines
1.7 KiB
XML
55 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci-mathematics@gentoo.org</email>
|
|
<name>Gentoo Mathematics Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="bliss">
|
|
Enable <pkg>sci-libs/bliss</pkg> interface for graph and face lattice
|
|
isomorphism computations.
|
|
</flag>
|
|
<flag name="cdd">
|
|
Enable <pkg>sci-libs/cddlib</pkg> interface for convex hull
|
|
computations (Should be kept enabled).
|
|
</flag>
|
|
<flag name="flint">
|
|
Build with "strongly recommended" support for
|
|
<pkg>sci-mathematics/flint</pkg>.
|
|
</flag>
|
|
<flag name="libpolymake">
|
|
Build the polymake library to build applications using the C++
|
|
interface.
|
|
</flag>
|
|
<flag name="lrs">
|
|
Enable <pkg>sci-libs/lrslib</pkg> interface for convex hull
|
|
computations.
|
|
</flag>
|
|
<flag name="nauty">
|
|
Build the extension for graph automorphism computations using
|
|
<pkg>sci-mathematics/nauty</pkg>.
|
|
</flag>
|
|
<flag name="normaliz">
|
|
Build the bundled extension for lattice computations using
|
|
<pkg>sci-mathematics/normaliz</pkg>.
|
|
</flag>
|
|
<flag name="ppl">
|
|
Enable <pkg>dev-libs/ppl</pkg> interface for convex hull computations.
|
|
</flag>
|
|
<flag name="singular">
|
|
Enable the interface to <pkg>sci-mathematics/singular</pkg> for
|
|
ideal related computations.
|
|
</flag>
|
|
</use>
|
|
<longdescription lang="en">
|
|
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.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">polymake/polymake</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|