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-mathematics/petsc/
Date: Fri, 26 Aug 2022 10:46:59
Message-Id: 1661510788.47243fe61e032fce689e91e10cbcec6c797905b8.sam@gentoo
1 commit: 47243fe61e032fce689e91e10cbcec6c797905b8
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Thu Aug 25 21:41:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 10:46:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47243fe6
7
8 sci-mathematics/petsc: use <pkg> tags in metadata.xml
9
10 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-mathematics/petsc/metadata.xml | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-mathematics/petsc/metadata.xml b/sci-mathematics/petsc/metadata.xml
17 index f6072e8edac1..987028fd7636 100644
18 --- a/sci-mathematics/petsc/metadata.xml
19 +++ b/sci-mathematics/petsc/metadata.xml
20 @@ -10,15 +10,15 @@
21 <name>Gentoo Mathematics Project</name>
22 </maintainer>
23 <use>
24 - <flag name="afterimage">Use Afterstep image library (media-libs/libafterimage)</flag>
25 - <flag name="boost">Use boost (dev-libs/boost)</flag>
26 + <flag name="afterimage">Use Afterstep image library (<pkg>media-libs/libafterimage</pkg>)</flag>
27 + <flag name="boost">Use boost (<pkg>dev-libs/boost</pkg>)</flag>
28 <flag name="complex-scalars">Make scalars complex</flag>
29 <flag name="hypre">Use HYPRE (sci-mathematics/hypre) and for preconditioning</flag>
30 <flag name="int64">Use 64 bit indexes</flag>
31 <flag name="metis">Add support for metis (<pkg>sci-libs/parmetis</pkg>)</flag>
32 <flag name="mumps">Add support for mumps (<pkg>sci-libs/mumps</pkg>)</flag>
33 <flag name="scotch">Add support for scotch (<pkg>sci-libs/scotch</pkg>)</flag>
34 - <flag name="sparse">Use suitesparse (sci-libs/suitesparse) including cholmod (sci-libs/cholmod) for sparse factorization</flag>
35 - <flag name="superlu">Use superlu (sci-libs/superlu) for preconditioning</flag>
36 + <flag name="sparse">Use suitesparse (<pkg>sci-libs/suitesparse</pkg>) including cholmod (<pkg>sci-libs/cholmod</pkg>) for sparse factorization</flag>
37 + <flag name="superlu">Use superlu (<pkg>sci-libs/superlu</pkg>) for preconditioning</flag>
38 </use>
39 </pkgmetadata>