diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-11-12 18:43:10 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-11-12 18:43:10 +0000 |
commit | 923775169386687e4fbee6928747ee3639c40d70 (patch) | |
tree | 0157997926a32cab6f032fa21e1a82adefd47427 /sci-libs/lrslib/metadata.xml | |
parent | Version bump (diff) | |
download | historical-923775169386687e4fbee6928747ee3639c40d70.tar.gz historical-923775169386687e4fbee6928747ee3639c40d70.tar.bz2 historical-923775169386687e4fbee6928747ee3639c40d70.zip |
New package: sci-libs/lrslib imported from science overlay. Fixes bug #338685
Package-Manager: portage-2.1.9.24/cvs/Linux i686
Diffstat (limited to 'sci-libs/lrslib/metadata.xml')
-rw-r--r-- | sci-libs/lrslib/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-libs/lrslib/metadata.xml b/sci-libs/lrslib/metadata.xml new file mode 100644 index 000000000000..f8a5af1b110a --- /dev/null +++ b/sci-libs/lrslib/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>tomka@gentoo.org</email> + <name>Thomas Kahle</name> + </maintainer> + <herd>sci</herd> + <longdescription>lrslib is a self-contained ANSI C implementation as a callable library of the + reverse search algorithm for vertex enumeration/convex hull problems and comes with a choice of + three arithmetic packages. Input file formats are compatible with Komei Fukuda's cdd package. All + computations are done exactly in either multiple precision or fixed integer arithmetic. Output is + not stored in memory, so even problems with very large output sizes can sometimes be + solved.</longdescription> +</pkgmetadata> |