diff options
Diffstat (limited to 'sci-libs/coinor-utils/metadata.xml')
-rw-r--r-- | sci-libs/coinor-utils/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-libs/coinor-utils/metadata.xml b/sci-libs/coinor-utils/metadata.xml new file mode 100644 index 000000000000..652e29c64193 --- /dev/null +++ b/sci-libs/coinor-utils/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <longdescription lang="en"> + CoinUtils (Coin-or Utilities) is a collection of classes that are + generally useful to COmputational INfrastructure for Operations + Research (COIN-OR) projects. These include vector, matrix, mps file + reading classes. +</longdescription> + <use> + <flag name="glpk">Enable GNU Linear Programming Kit + <pkg>sci-mathematics/glpk</pkg> support</flag> + </use> +</pkgmetadata> |