From 76b8e54c12a1a7b3e3fc65e991a577e75612e99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 25 Oct 2025 11:42:18 +0200 Subject: [PATCH] profiles/base: Enable FlexiBLAS by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable FlexiBLAS by default for wider ~arch testing, before we stabilize it. Signed-off-by: Michał Górny 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 --- profiles/base/package.use | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index 1634ceba9945e..51a06c06022b1 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 (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 (2025-01-12) # Requires >= lua-5.3. >=dev-lua/lutok-0.6 lua_single_target_lua5-4