public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/
Date: Wed,  3 Aug 2022 23:45:00 +0000 (UTC)	[thread overview]
Message-ID: <1659570109.2fa5b0c88c728cc9a32aa5e3398b61d471fe3a7f.sam@gentoo> (raw)

commit:     2fa5b0c88c728cc9a32aa5e3398b61d471fe3a7f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 23:41:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 23:41:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa5b0c8

sci-libs/sundials: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/sundials/metadata.xml | 41 ++++++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 19 deletions(-)

diff --git a/sci-libs/sundials/metadata.xml b/sci-libs/sundials/metadata.xml
index 7e8359df0301..3a9a3b121469 100644
--- a/sci-libs/sundials/metadata.xml
+++ b/sci-libs/sundials/metadata.xml
@@ -1,23 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>sci@gentoo.org</email>
-    <name>Gentoo Scientific Project</name>
-  </maintainer>
-  <longdescription lang="en">
-    SUite of Nonlinear and DIfferential/ALgebraic equation Solvers was
-    implemented with the goal of providing robust time integrators and
-    nonlinear solvers that can easily be incorporated into existing
-    simulation codes. The primary design goals were to require minimal
-    information from the user, allow users to easily supply their own
-    data structures underneath the solvers, and allow for easy
-    incorporation of user-supplied linear solvers and preconditioners.
-  </longdescription>
-  <use>
-    <flag name="hypre">Build with <pkg>sci-libs/hypre</pkg> conditioners</flag>
-    <flag name="int64">Use index size of 64 rather than 32 bits</flag>
-    <flag name="sparse">Enable support for <pkg>sci-libs/klu</pkg> sparse solver</flag>
-    <flag name="superlumt">Build with <pkg>sci-libs/superlu_mt</pkg></flag>
-  </use>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Scientific Project</name>
+	</maintainer>
+	<longdescription lang="en">
+	SUite of Nonlinear and DIfferential/ALgebraic equation Solvers was
+	implemented with the goal of providing robust time integrators and
+	nonlinear solvers that can easily be incorporated into existing
+	simulation codes. The primary design goals were to require minimal
+	information from the user, allow users to easily supply their own
+	data structures underneath the solvers, and allow for easy
+	incorporation of user-supplied linear solvers and preconditioners.
+	</longdescription>
+	<use>
+		<flag name="hypre">Build with <pkg>sci-libs/hypre</pkg> conditioners</flag>
+		<flag name="int64">Use index size of 64 rather than 32 bits</flag>
+		<flag name="sparse">Enable support for <pkg>sci-libs/klu</pkg> sparse solver</flag>
+		<flag name="superlumt">Build with <pkg>sci-libs/superlu_mt</pkg></flag>
+	</use>
+	<upstream>
+		<remote-id type="github">LLNL/sundials</remote-id>
+	</upstream>
 </pkgmetadata>


             reply	other threads:[~2022-08-03 23:45 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-03 23:45 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-13  1:50 [gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/ Sam James
2024-09-20 22:28 Matthias Maier
2024-07-04 16:53 Matthias Maier
2024-03-24  6:57 Sam James
2023-03-04 13:51 Arthur Zamarin
2023-01-02 18:22 Matthias Maier
2022-07-07  6:34 Agostino Sarubbo
2022-05-17 22:12 Sam James
2022-05-14 21:30 David Seifert
2021-12-13  6:57 Agostino Sarubbo
2021-12-01  6:37 Yixun Lan
2021-10-12 22:23 Marek Szuba
2021-10-12 22:23 Marek Szuba
2021-10-04 19:35 Jakov Smolić
2021-10-04 10:09 Jakov Smolić
2021-07-16  5:27 Sam James
2021-02-27  5:16 Sam James
2020-12-12 23:31 Sam James
2020-12-12 22:20 Sam James
2020-12-07 15:27 Sam James
2020-12-07 15:27 Sam James
2020-10-09 15:23 Agostino Sarubbo
2020-06-06  0:28 Andreas Sturmlechner
2020-01-14 14:56 Agostino Sarubbo
2019-07-30 15:12 Matthias Maier
2019-07-16 13:21 Matthias Maier
2019-07-15 21:35 Matthias Maier
2018-05-16 22:57 Aaron Bauman
2018-04-24 16:19 Matthias Maier
2018-04-24 15:58 Matthias Maier
2018-03-20  4:16 Matthias Maier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1659570109.2fa5b0c88c728cc9a32aa5e3398b61d471fe3a7f.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox