commit: 1edbe7444ba45ef004afc5511b4453b33aa6eaa3 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Sat Dec 27 14:19:10 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 27 14:26:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edbe744
sci-libs/adolc: add remote-id to metadata Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/adolc/metadata.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/sci-libs/adolc/metadata.xml b/sci-libs/adolc/metadata.xml index 066d2b7c17ee..f3c691c62d82 100644 --- a/sci-libs/adolc/metadata.xml +++ b/sci-libs/adolc/metadata.xml @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - The ADOLC system automatically calculates exact derivatives of a - C/C++ function. It uses C++ overloading to record arithmetic - operations, which it plays back later in various ways to calculate - the requested values. - </longdescription> - <use> - <flag name="boost">Use the boost allocator from <pkg>dev-libs/boost</pkg></flag> - <flag name="sparse">Add support for sparse matrix algebra with <pkg>sci-libs/colpack</pkg></flag> - </use> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + The ADOLC system automatically calculates exact derivatives of a C/C++ function. It uses C++ overloading to record arithmetic operations, which it plays back later in various ways to calculate the requested values. + </longdescription> + <use> + <flag name="boost">Use the boost allocator from <pkg>dev-libs/boost</pkg></flag> + <flag name="sparse">Add support for sparse matrix algebra with <pkg>sci-libs/colpack</pkg></flag> + </use> + <upstream> + <remote-id type="github">coin-or/ADOL-C</remote-id> + </upstream> </pkgmetadata>
