commit: 76b8e54c12a1a7b3e3fc65e991a577e75612e99e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Oct 25 09:42:18 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 25 19:37:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b8e54c
profiles/base: Enable FlexiBLAS by default Enable FlexiBLAS by default for wider ~arch testing, before we stabilize it. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Bug: https://bugs.gentoo.org/963034 Part-of: https://github.com/gentoo/gentoo/pull/44327 Closes: https://github.com/gentoo/gentoo/pull/44327 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index 1634ceba9945..51a06c06022b 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,15 @@ # Copyright 1999-2025 Gentoo Authors # 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 +sci-libs/lapack flexiblas +virtual/blas flexiblas +virtual/cblas flexiblas +virtual/lapack flexiblas +virtual/lapacke flexiblas + # Mike Gilbert <[email protected]> (2025-01-12) # Requires >= lua-5.3. >=dev-lua/lutok-0.6 lua_single_target_lua5-4
