From a distro point of view, a system-wide default works for most cases, but it would be nice to have a way to set a different default for certain packages in a future version.
For example, Fedora's current system-wide default, openblas-openmp, makes some scipy's tests crash randomly. A similar thing was observed for clblast. Checking with FLEXIBLAS=netlib is the safest option and solves all these problems, but it would be better to be able to set a different default altogether for these.
From a distro point of view, a system-wide default works for most cases, but it would be nice to have a way to set a different default for certain packages in a future version.
For example, Fedora's current system-wide default, openblas-openmp, makes some scipy's tests crash randomly. A similar thing was observed for clblast. Checking with
FLEXIBLAS=netlibis the safest option and solves all these problems, but it would be better to be able to set a different default altogether for these.