Changelog for
libcblas3-3.9.0-10.1.x86_64.rpm :
* Mon Mar 11 2024 Richard Biener
- Add Fix-testing-input.patch to remove stray \';\' in the input data for TESTING/dgebal.in now rejected with the GFortran 14 runtime.
* Thu May 04 2023 Dominique Leuenberger - Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS.
* Thu Feb 23 2023 Egbert Eich - Set -mfpmath=sse for the entire build for ix86 platforms on SLE/Leap. Since we build for x86_64, we know that sse is available. This helps to avoid effects from excess precision that can be seen in the test suite. On Factory we leave -ffloat-store for the test suite only as this option comes at a performance penalty. We may see precision related issues in the test suite with future compilers regardless.
* Wed Feb 15 2023 Egbert Eich - As a configurable option add tmglib code to the LAPACK librarly and enable TMG in LAPACKE as the header files provide its API (boo#1207989 & bsc#1087426).- Fix update-alternatives for lapacke (bsc#1207358).- Restore generic link for update-alternatives. This is usually set by the update-alternatives and it is \'%ghost\'ed but rpmlint complains.- Move update-alternatives --remove to %%postun to stop rpmlint from complaining.- Removed useless - because never executed - %%postrans scriptlets.- Added missing _%%{_arch} to update-alternative names.- rpmlint complains anyway - this time about alternative-link-missing - as it does not understand the _%%{_arch} endings: muffle with rpmlintrc.- Make arch-dependent generic names conditional.
* Fri Feb 10 2023 Stefan Brüns - Fix missing symbols for deprecated functions in LAPACK, add Restore_missing_deprecated_prototypes.patch- Add -Wl,--no-undefined when creating shared libraries, to catch missing symbols during build- Test fixes:
* Build test binaries during %build, run in %check
* Fix incorrect path for test output, to actually catch any test failures- Spec file cleanup:
* Do not rename blaslib, it is used for test binaries
* Use same commands for building lapacke as for other libs
* Remove unused FFLAGS_NOOP for test binaries
* Sun Feb 05 2023 Egbert Eich - Remove unneeded links. These will be taken care of by the update-alternatives. This will bring this package in sync with openblas.
* Thu Feb 02 2023 Richard Biener - Build deprecated functions again to avoid breaking the ABI. (boo#1207989)
* Wed Jan 25 2023 Egbert Eich - Make library links in the alternatives directory arch dependent. This avoids conflicts when both 32-bit and 64-bit versions are installed (boo#1207563).
* Tue Mar 15 2022 Egbert Eich - Consolidate dummy links for update-alternatives bringing them in sync with openblas. Add alternatives for lapacke.
* Mon Jan 03 2022 Richard Biener - Add Fix-out-of-bounds-read.patch to fix out of bound reads when user input is not validated properly. (bsc#1193562, CVE-2021-4048)
* Mon Jul 19 2021 Ismail Dönmez - Rename conflicting MIN.3 and MAX.3 manpages into lapack-{MAX,MIN}.3
* Wed Jul 14 2021 Dominique Leuenberger - Do not create the dummy files in /etc/alternatives during %install: managed by update-alternatives and packaged as ghost.
* Mon May 10 2021 Dirk Müller - stop owning directories provided by filesystem (bsc#1184786)