Hello, Dave Love <f...@gnu.org> skribis:
> Fedora sensibly builds separately-named libraries for different flavours > <https://apps.fedoraproject.org/packages/openblas/sources/>, but I'd > argue also for threaded versions being available with the generic soname > in librray sub-directories. There's some discussion and measurements > (apologies if I've referenced it before) at > <https://loveshack.fedorapeople.org/blas-subversion.html> I like the idea of an ‘update-alternative’ kind of approach for interchangeable implementations. Unfortunately my understanding is that implementations aren’t entirely interchangeable, especially for LAPACK (not sure about BLAS), because BLIS, OpenBLAS, etc. implement slightly different subsets of netlib LAPACK, AIUI. Packages also often check for specific implementations in their configure/CMakeLists.txt rather than just for “BLAS” or “LAPACK”. FlexiBLAS, which Eric mentioned, looks interesting because it’s designed specifically for that purpose. Perhaps worth giving it a try. Besides, it would be good to have a BLAS/LAPACK policy in Guix. We should at least agree (1) on default BLAS/LAPACK implementations, (2) possibly on a naming scheme for variants based on a different implementation. For #1 we should probably favor implementations that support run-time implementation selection such as OpenBLAS (or the coming BLIS release). Thoughts? Ludo’.