diff options
author | Matthias Maier <tamiko@gentoo.org> | 2021-12-06 14:47:49 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2021-12-06 14:52:20 -0600 |
commit | 660500a7fc2907165e187d0c2645efae09d68d0b (patch) | |
tree | 678ceae944671bd2181fa257dcc4ade73aabb176 | |
parent | app-text/libgepub: Stabilize 0.6.0 ppc, #769374 (diff) | |
download | gentoo-660500a7fc2907165e187d0c2645efae09d68d0b.tar.gz gentoo-660500a7fc2907165e187d0c2645efae09d68d0b.tar.bz2 gentoo-660500a7fc2907165e187d0c2645efae09d68d0b.zip |
sci-libs/dealii: add a blocker for boost-1.77
Boost version 1.77 has multiple unresolved issues in their geometry
package. Disallow for now until upstream has found a workaround.
Bug: https://bugs.gentoo.org/820821
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r-- | sci-libs/dealii/dealii-9.3.1-r1.ebuild | 1 | ||||
-rw-r--r-- | sci-libs/dealii/dealii-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/dealii/dealii-9.3.1-r1.ebuild b/sci-libs/dealii/dealii-9.3.1-r1.ebuild index d04780a09d95..04391b957f7f 100644 --- a/sci-libs/dealii/dealii-9.3.1-r1.ebuild +++ b/sci-libs/dealii/dealii-9.3.1-r1.ebuild @@ -46,6 +46,7 @@ REQUIRED_USE=" CAS_VERSION=7.5.3 RDEPEND="dev-libs/boost:= + !~dev-libs/boost-1.77.0 app-arch/bzip2 sys-libs/zlib dev-cpp/tbb:= diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 3b0443a7d4cc..5008b37edf9b 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -46,6 +46,7 @@ REQUIRED_USE=" CAS_VERSION=7.5.3 RDEPEND="dev-libs/boost:= + !~dev-libs/boost-1.77.0 app-arch/bzip2 sys-libs/zlib dev-cpp/cpp-taskflow |