commit: 677d9e926c8f567fd846208a4af9003023290d6f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 29 11:03:26 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 29 11:03:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677d9e92
profiles/base: Default-enable sys-libs/flexiblas[openblas] Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/base/package.use b/profiles/base/package.use index 2e8dbb4db66a..d1ae84235adc 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # Michał Górny <[email protected]> (2025-10-25) -# Use FlexiBLAS by default. -sci-libs/flexiblas system-blas +# Use FlexiBLAS by default. Default-enable OpenBLAS backend for better +# performance. +sci-libs/flexiblas openblas system-blas sci-libs/lapack flexiblas deprecated lapacke virtual/blas flexiblas virtual/cblas flexiblas
