diff options
author | Matthias Maier <tamiko@gentoo.org> | 2021-11-03 14:12:23 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2021-11-03 14:13:35 -0500 |
commit | eb880a90ca397087a353609d18c861e780b29218 (patch) | |
tree | fb0225ee59f70efd1bb8bea1a21b3abdcf9a2da6 /sci-libs/dealii | |
parent | dev-tcltk/tclreadline: proper eprefix support (diff) | |
download | gentoo-eb880a90ca397087a353609d18c861e780b29218.tar.gz gentoo-eb880a90ca397087a353609d18c861e780b29218.tar.bz2 gentoo-eb880a90ca397087a353609d18c861e780b29218.zip |
sci-libs/dealii: update dependencies
Bug: https://bugs.gentoo.org/821367
Package-Manager: Portage-3.0.24, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/dealii')
-rw-r--r-- | sci-libs/dealii/dealii-9.3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/dealii/dealii-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/dealii/dealii-9.3.1-r1.ebuild b/sci-libs/dealii/dealii-9.3.1-r1.ebuild index ef012f290e0f..d04780a09d95 100644 --- a/sci-libs/dealii/dealii-9.3.1-r1.ebuild +++ b/sci-libs/dealii/dealii-9.3.1-r1.ebuild @@ -43,7 +43,7 @@ REQUIRED_USE=" # FIXME: The opencascade-7.5.1 ebuild uses a new file system layout where # the names of the correct include and library directories are not easily # accessible. Just fix the version for the time being. -CAS_VERSION=7.5.2 +CAS_VERSION=7.5.3 RDEPEND="dev-libs/boost:= app-arch/bzip2 @@ -62,7 +62,7 @@ RDEPEND="dev-libs/boost:= >=sci-libs/metis-5 mpi? ( >=sci-libs/parmetis-4 ) ) - mpi? ( virtual/mpi ) + mpi? ( virtual/mpi[cxx] ) muparser? ( dev-cpp/muParser ) opencascade? ( ~sci-libs/opencascade-${CAS_VERSION}:= ) p4est? ( sci-libs/p4est[mpi] ) diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index f1bc0ba2589b..3b0443a7d4cc 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -43,7 +43,7 @@ REQUIRED_USE=" # FIXME: The opencascade-7.5.1 ebuild uses a new file system layout where # the names of the correct include and library directories are not easily # accessible. Just fix the version for the time being. -CAS_VERSION=7.5.2 +CAS_VERSION=7.5.3 RDEPEND="dev-libs/boost:= app-arch/bzip2 @@ -63,7 +63,7 @@ RDEPEND="dev-libs/boost:= >=sci-libs/metis-5 mpi? ( >=sci-libs/parmetis-4 ) ) - mpi? ( virtual/mpi ) + mpi? ( virtual/mpi[cxx] ) muparser? ( dev-cpp/muParser ) opencascade? ( ~sci-libs/opencascade-${CAS_VERSION}:= ) p4est? ( sci-libs/p4est[mpi] ) |