commit: 2c336c93ad359a403b1a441d6ff4d4c9018dcedf Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Sat Dec 27 14:10:29 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 27 14:26:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c336c93
sci-libs/adolc: mask USE=mpi Breaks with the in-tree ancient version of AdjointMPI (sys-cluster/ampi) that was snapshot in 2014. Has no upstream activity since 2017. And the snapshot resides in the dev space of a dev that was retired in 2017. Upstream allows building with MeDiPack in their git branch. Mask til we updated -9999 or there is a new release. Bug: https://bugs.gentoo.org/830093 Bug: https://bugs.gentoo.org/815007 Bug: https://bugs.gentoo.org/586746 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index c295f02595b0..52bc7089e211 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # New entries go on top. +# Paul Zander <[email protected]> (2025-12-27) +# breaks with old in-tree sys-cluster/ampi bug #586746 #830093 #815007 +sci-libs/adolc mpi + # Ionen Wolkens <[email protected]> (2025-12-24) # cargo.eclass' IUSE=debug cannot currently be easily supported by # the custom builder the package uses, mask to avoid no-op rebuilds
