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@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@gentoo.org>
This commit is contained in:
Michał Górny
2025-10-25 11:42:18 +02:00
parent 7bbf7ab60a
commit 76b8e54c12

View File

@@ -1,6 +1,15 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Michał Górny <mgorny@gentoo.org> (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 <floppym@gentoo.org> (2025-01-12)
# Requires >= lua-5.3.
>=dev-lua/lutok-0.6 lua_single_target_lua5-4