diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-05-07 09:49:22 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-05-08 08:20:35 -0400 |
commit | 0907d619ea7a54799a3b07b2111afea82dbf599e (patch) | |
tree | 71f5e88acbfaaf7f2319179214e2bf36eb9b70a2 /sci-libs/coinor-dylp | |
parent | sci-libs/coinor-clp: new EAPI=7 version 1.17.6. (diff) | |
download | gentoo-0907d619ea7a54799a3b07b2111afea82dbf599e.tar.gz gentoo-0907d619ea7a54799a3b07b2111afea82dbf599e.tar.bz2 gentoo-0907d619ea7a54799a3b07b2111afea82dbf599e.zip |
sci-libs/coinor-dylp: add an "<upstream>" tag to metadata.xml.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/coinor-dylp')
-rw-r--r-- | sci-libs/coinor-dylp/metadata.xml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/sci-libs/coinor-dylp/metadata.xml b/sci-libs/coinor-dylp/metadata.xml index 5faa1834a148..0766bb7d9751 100644 --- a/sci-libs/coinor-dylp/metadata.xml +++ b/sci-libs/coinor-dylp/metadata.xml @@ -1,15 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - DyLp is designed to find solutions of constrained linear mathematical - optimization problems. To this end, it is using a full implementation - of the so called dynamic simplex algorithm for linear programming. - DyLP is part of the larger COIN-OR initiative (Computational - Infrastructure for Operations Research). - </longdescription> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + DyLP is designed to find solutions of constrained linear + mathematical optimization problems. To this end, it is using a + full implementation of the so called dynamic simplex algorithm for + linear programming. DyLP is part of the larger COIN-OR initiative + (Computational Infrastructure for Operations Research). + </longdescription> + <upstream> + <remote-id type="github">coin-or/DyLP</remote-id> + </upstream> </pkgmetadata> |