commit: fcba0c74af529971103c0d9405eefceaf768facf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Nov 30 18:28:17 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 30 18:28:17 2025 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=fcba0c74
Revert "2025-11-28-flexiblas-migration: add news item" This reverts commit db4791331890384cb7b047440c8425c12de42cdf. Didn't mean to push this yet. Signed-off-by: Sam James <sam <AT> gentoo.org> .../2025-11-28-flexiblas-migration.en.txt | 46 ---------------------- 1 file changed, 46 deletions(-) diff --git a/2025-11-28-flexiblas-migration/2025-11-28-flexiblas-migration.en.txt b/2025-11-28-flexiblas-migration/2025-11-28-flexiblas-migration.en.txt deleted file mode 100644 index 8c22d60..0000000 --- a/2025-11-28-flexiblas-migration/2025-11-28-flexiblas-migration.en.txt +++ /dev/null @@ -1,46 +0,0 @@ -Title: FlexiBLAS migration imminent -Author: Sam James <[email protected]> -Posted: 2025-11-28 -Revision: 1 -News-Item-Format: 2.0 -Display-If-Installed: app-eselect/eselect-blas -Display-If-Installed: app-eselect/eselect-cblas -Display-If-Installed: app-eselect/eselect-lapack -Display-If-Installed: sci-libs/flexiblas -Display-If-Installed: virtual/blas -Display-If-Installed: virtual/cblas - -Gentoo is adopting FlexiBLAS (sci-libs/flexiblas) [0][1] as the primary way of -switching BLAS implementations at runtime. - -The previous eselect-based 'eselect-blas', 'eselect-cblas', and 'eselect-lapack' -approach will be phased out in favor of this because of various reliability -problems we hit. - -FlexiBLAS allows both system-wide and per-user configuration and supersedes -the functionality from the old setup. - -The defaults in profiles will change shortly for stable users. For ~arch -users, the default was changed a little while ago. - -Action required ---------------- - -Please check your configuration for any stale references to eselect-ldso: - - $ grep -rsin eselect-ldso /etc/portage - -and drop any reference to to it in make.conf USE or package.use. - -Please also deselect the relevant packages from world: - - $ emerge --deselect app-eselect/eselect-blas app-eselect/eselect-cblas - $ emerge --deselect app-eselect/eselect-lapack - -Then complete a world upgrade and depclean: - - $ emerge -a -uvDU @world - $ emerge -ac - -[0] https://public-inbox.gentoo.org/gentoo-dev/[email protected]/ -[1] https://bugs.gentoo.org/963034
