You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/lemon/metadata.xml

27 lines
950 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<maintainer>
<email>mmokrejs@gmail.com</email>
<name>Martin Mokrejs</name>
</maintainer>
<longdescription>
LEMON stands for Library for Efficient Modeling and Optimization in
Networks. It is a C++ template library providing efficient
implementations of common data structures and algorithms with focus
on combinatorial optimization tasks connected mainly with graphs and
networks.
</longdescription>
<use>
<flag name="coin">Enable the <pkg>coinor-clp</pkg> and
<pkg>coinor-cbc</pkg> graph algorithms</flag>
<flag name='glpk'>Enable GNU Linear Programming Kit
<pkg>sci-mathematics/glpk</pkg> support</flag>
<flag name="tools">Build additional tools</flag>
<flag name="coin">Enable the <pkg>coinor-clp</pkg> and
<pkg>coinor-cbc</pkg> graph algorithms
</flag>
</use>
</pkgmetadata>