Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/
Date: Wed, 03 Aug 2022 23:45:04
Message-Id: 1659570109.2fa5b0c88c728cc9a32aa5e3398b61d471fe3a7f.sam@gentoo
1 commit: 2fa5b0c88c728cc9a32aa5e3398b61d471fe3a7f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 23:41:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 23:41:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa5b0c8
7
8 sci-libs/sundials: add github upstream metadata
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/sundials/metadata.xml | 41 ++++++++++++++++++++++-------------------
13 1 file changed, 22 insertions(+), 19 deletions(-)
14
15 diff --git a/sci-libs/sundials/metadata.xml b/sci-libs/sundials/metadata.xml
16 index 7e8359df0301..3a9a3b121469 100644
17 --- a/sci-libs/sundials/metadata.xml
18 +++ b/sci-libs/sundials/metadata.xml
19 @@ -1,23 +1,26 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>sci@g.o</email>
25 - <name>Gentoo Scientific Project</name>
26 - </maintainer>
27 - <longdescription lang="en">
28 - SUite of Nonlinear and DIfferential/ALgebraic equation Solvers was
29 - implemented with the goal of providing robust time integrators and
30 - nonlinear solvers that can easily be incorporated into existing
31 - simulation codes. The primary design goals were to require minimal
32 - information from the user, allow users to easily supply their own
33 - data structures underneath the solvers, and allow for easy
34 - incorporation of user-supplied linear solvers and preconditioners.
35 - </longdescription>
36 - <use>
37 - <flag name="hypre">Build with <pkg>sci-libs/hypre</pkg> conditioners</flag>
38 - <flag name="int64">Use index size of 64 rather than 32 bits</flag>
39 - <flag name="sparse">Enable support for <pkg>sci-libs/klu</pkg> sparse solver</flag>
40 - <flag name="superlumt">Build with <pkg>sci-libs/superlu_mt</pkg></flag>
41 - </use>
42 + <maintainer type="project">
43 + <email>sci@g.o</email>
44 + <name>Gentoo Scientific Project</name>
45 + </maintainer>
46 + <longdescription lang="en">
47 + SUite of Nonlinear and DIfferential/ALgebraic equation Solvers was
48 + implemented with the goal of providing robust time integrators and
49 + nonlinear solvers that can easily be incorporated into existing
50 + simulation codes. The primary design goals were to require minimal
51 + information from the user, allow users to easily supply their own
52 + data structures underneath the solvers, and allow for easy
53 + incorporation of user-supplied linear solvers and preconditioners.
54 + </longdescription>
55 + <use>
56 + <flag name="hypre">Build with <pkg>sci-libs/hypre</pkg> conditioners</flag>
57 + <flag name="int64">Use index size of 64 rather than 32 bits</flag>
58 + <flag name="sparse">Enable support for <pkg>sci-libs/klu</pkg> sparse solver</flag>
59 + <flag name="superlumt">Build with <pkg>sci-libs/superlu_mt</pkg></flag>
60 + </use>
61 + <upstream>
62 + <remote-id type="github">LLNL/sundials</remote-id>
63 + </upstream>
64 </pkgmetadata>