summaryrefslogtreecommitdiff
path: root/sci-libs/coinor-clp
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-05-31 21:30:14 -0500
committerroot <root@alpha.trunkmasters.com>2026-05-31 21:30:14 -0500
commit7d009d2bc561a2df178eac5df75421e4bb4c6b62 (patch)
tree565722a7aadd75a31d89afcb22a04abea1bffb17 /sci-libs/coinor-clp
parent2c156b24300b45a66e20e90fe26d2837c2b1ea7d (diff)
downloadbaldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.gz
baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.xz
baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.zip
Adding metadata
Diffstat (limited to 'sci-libs/coinor-clp')
-rw-r--r--sci-libs/coinor-clp/metadata.xml31
1 files changed, 16 insertions, 15 deletions
diff --git a/sci-libs/coinor-clp/metadata.xml b/sci-libs/coinor-clp/metadata.xml
index 9b65be32f3d2..8a5bed6e5bac 100644
--- a/sci-libs/coinor-clp/metadata.xml
+++ b/sci-libs/coinor-clp/metadata.xml
@@ -1,29 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
Clp (Coin-OR linear programming) is an open-source linear
programming solver written in C++. It is primarily meant to be
used as a callable library, but a basic, stand-alone executable
version is also available. It is designed to find solutions of
constrained linear mathematical optimization problems.
</longdescription>
-
- <use>
- <flag name="glpk">
+ <use>
+ <flag name="glpk">
Enable GNU Linear Programming Kit
<pkg>sci-mathematics/glpk</pkg> support
</flag>
- <flag name="metis">Enable partitioning with
+ <flag name="metis">Enable partitioning with
<pkg>sci-libs/metis</pkg></flag>
- <flag name="mumps">Enable <pkg>sci-libs/mumps</pkg> support</flag>
- <flag name="sparse">
+ <flag name="mumps">Enable <pkg>sci-libs/mumps</pkg> support</flag>
+ <flag name="sparse">
Enable support for sparse matrix with <pkg>sci-libs/cholmod</pkg>
</flag>
- </use>
- <origin>liguros-repo</origin>
-</pkgmetadata> \ No newline at end of file
+ </use>
+ <upstream>
+ <remote-id type="github">coin-or/Clp</remote-id>
+ </upstream>
+</pkgmetadata>