a70faf2d20
- Reduce _constraints to a reasonable size, the old constraints were probably necessary pre multibuild. - Enable DYNAMIC_ARCH for aarch64, available since 0.3.4 OBS-URL: https://build.opensuse.org/request/show/684134 OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=77 |
||
---|---|---|
_constraints | ||
_multibuild | ||
.gitattributes | ||
.gitignore | ||
0001-Add-a-register-to-the-clobber-list-for-the-mul-instr.patch | ||
fix-arm64-cpuid-return.patch | ||
OpenBLAS-0.3.5.tar.gz | ||
openblas-noexecstack.patch | ||
openblas-s390.patch | ||
openblas.changes | ||
openblas.spec | ||
README.HPC.SUSE | ||
README.SUSE |
openSUSE specific packaging =========================== OpenBLAS provides optimized implementations of BLAS and LAPACK. openSUSE provides three variants: * Serial library (libopenblas_serial0) * With OpenMP support (libopenblas_openmp0) * With threading support (libopenblas_pthreads0) By defult openSUSE uses pthreads version on x86 systems and OpenMP for other architectures. On x86 systems OpenBLAS uses dynamic architectures support, so it contains all CPU-related optimizations. How to switch between the various BLAS/LAPACK implementations ============================================================= BLAS: sudo /usr/sbin/update-alternatives --config libblas.so.3 LAPACK: sudo /usr/sbin/update-alternatives --config liblapack.so.3 More information is available at: https://en.opensuse.org/openSUSE:Science_Linear_algebra_libraries