-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.xml
46 lines (46 loc) · 1.84 KB
/
manifest.xml
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
<package>
<description brief="A graph library (frontend) for modeling and analysis">
This library allows wrapping and extension of existing graph libraries for modeling and analysis.
It provides a unified interface for boost_graph, LEMON and SNAP and comes with a graphical interface to
create graph based GUIs.
Additionally it contains algorithms for multi-commodity min-cost flow optimization.
</description>
<author>Thomas Roehr/[email protected]</author>
<maintainer>Thomas Roehr/[email protected]</maintainer>
<license>LGPL-v2.1-or-later</license>
<url>https://git.hb.dfki.de/dfki-libraries/graph_analysis</url>
<logo>http://</logo>
<depend package="base/cmake" />
<depend package="base/types" />
<depend package="base/numeric" />
<depend package="utilmm" />
<depend package="boost" />
<depend package="external/lemon" />
<depend package="external/snap" />
<depend package="external/gexf" />
<depend package="graphviz" />
<depend package="glpk" optional="1" />
<depend package="coinor" optional="1" />
<depend package="qt4" optional="1" />
<depend package="qt5" optional="1" />
<depend package="libxml2-utils" optional="1"/>
<depend package="yaml-cpp"/>
<!-- For python extension -->
<depend package="python3" optional="1"/>
<depend package="cython3" optional="1"/>
<depend package="python3-nose" optional="1" />
<tags>needs_opt</tags>
<keywords>
<keyword>utilities</keyword>
<keyword>graph</keyword>
<keyword>optimization</keyword>
</keywords>
<stage>0</stage>
<activity>active</activity>
<classifiers>
<classifier>gui</classifier>
<classifier>algorithms</classifier>
<classifier>c++</classifier>
<classifier>rock</classifier>
</classifiers>
</package>