Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dealii/
Date: Mon, 02 Jan 2023 19:13:08
Message-Id: 1672686780.6c7e97a29baef1b83ee1d4722a8ead92c8a1abea.tamiko@gentoo
1 commit: 6c7e97a29baef1b83ee1d4722a8ead92c8a1abea
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 19:12:10 2023 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 19:13:00 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7e97a2
7
8 sci-libs/dealii: fix missing dependency on sci-mathematics/cgal
9
10 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
11
12 sci-libs/dealii/dealii-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild
16 index 3204e3f77632..3d175695c483 100644
17 --- a/sci-libs/dealii/dealii-9999.ebuild
18 +++ b/sci-libs/dealii/dealii-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -49,6 +49,7 @@ RDEPEND="dev-libs/boost:=
26 adolc? ( sci-libs/adolc )
27 arpack? ( sci-libs/arpack[mpi=] )
28 assimp? ( media-libs/assimp:= )
29 + cgal? ( sci-mathematics/cgal )
30 cuda? ( dev-util/nvidia-cuda-toolkit )
31 ginkgo? ( sci-libs/ginkgo )
32 gmsh? ( sci-libs/gmsh )