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: Wed, 03 Nov 2021 19:13:43
Message-Id: 1635966815.eb880a90ca397087a353609d18c861e780b29218.tamiko@gentoo
1 commit: eb880a90ca397087a353609d18c861e780b29218
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 3 19:12:23 2021 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 3 19:13:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb880a90
7
8 sci-libs/dealii: update dependencies
9
10 Bug: https://bugs.gentoo.org/821367
11 Package-Manager: Portage-3.0.24, Repoman-3.0.3
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 sci-libs/dealii/dealii-9.3.1-r1.ebuild | 4 ++--
15 sci-libs/dealii/dealii-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sci-libs/dealii/dealii-9.3.1-r1.ebuild b/sci-libs/dealii/dealii-9.3.1-r1.ebuild
19 index ef012f290e0..d04780a09d9 100644
20 --- a/sci-libs/dealii/dealii-9.3.1-r1.ebuild
21 +++ b/sci-libs/dealii/dealii-9.3.1-r1.ebuild
22 @@ -43,7 +43,7 @@ REQUIRED_USE="
23 # FIXME: The opencascade-7.5.1 ebuild uses a new file system layout where
24 # the names of the correct include and library directories are not easily
25 # accessible. Just fix the version for the time being.
26 -CAS_VERSION=7.5.2
27 +CAS_VERSION=7.5.3
28
29 RDEPEND="dev-libs/boost:=
30 app-arch/bzip2
31 @@ -62,7 +62,7 @@ RDEPEND="dev-libs/boost:=
32 >=sci-libs/metis-5
33 mpi? ( >=sci-libs/parmetis-4 )
34 )
35 - mpi? ( virtual/mpi )
36 + mpi? ( virtual/mpi[cxx] )
37 muparser? ( dev-cpp/muParser )
38 opencascade? ( ~sci-libs/opencascade-${CAS_VERSION}:= )
39 p4est? ( sci-libs/p4est[mpi] )
40
41 diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild
42 index f1bc0ba2589..3b0443a7d4c 100644
43 --- a/sci-libs/dealii/dealii-9999.ebuild
44 +++ b/sci-libs/dealii/dealii-9999.ebuild
45 @@ -43,7 +43,7 @@ REQUIRED_USE="
46 # FIXME: The opencascade-7.5.1 ebuild uses a new file system layout where
47 # the names of the correct include and library directories are not easily
48 # accessible. Just fix the version for the time being.
49 -CAS_VERSION=7.5.2
50 +CAS_VERSION=7.5.3
51
52 RDEPEND="dev-libs/boost:=
53 app-arch/bzip2
54 @@ -63,7 +63,7 @@ RDEPEND="dev-libs/boost:=
55 >=sci-libs/metis-5
56 mpi? ( >=sci-libs/parmetis-4 )
57 )
58 - mpi? ( virtual/mpi )
59 + mpi? ( virtual/mpi[cxx] )
60 muparser? ( dev-cpp/muParser )
61 opencascade? ( ~sci-libs/opencascade-${CAS_VERSION}:= )
62 p4est? ( sci-libs/p4est[mpi] )