blob: e8e79ebd3fc8fe886e6ea05c4090a6a6d83b7b50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<?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>
|