Accepting request 1063951 from home:rguenther:branches:science

- Build deprecated functions again to avoid breaking the ABI.

OBS-URL: https://build.opensuse.org/request/show/1063951
OBS-URL: https://build.opensuse.org/package/show/science/lapack?expand=0&rev=31
This commit is contained in:
Egbert Eich 2023-02-09 11:14:21 +00:00 committed by Git OBS Bridge
parent 08841abb26
commit 66c5213fb6
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 2 13:16:02 UTC 2023 - Richard Biener <rguenther@suse.com>
- Build deprecated functions again to avoid breaking the ABI.
-------------------------------------------------------------------
Wed Jan 25 20:47:53 UTC 2023 - Egbert Eich <eich@suse.com>

View File

@ -222,6 +222,8 @@ case "$RPM_ARCH" in
esac
export PRECFLAGS
cp make.inc.example make.inc
# for ABI compatibility we need to build the deprecated interfaces
echo 'BUILD_DEPRECATED = Yes' >> make.inc
make cleanlib %{?_smp_mflags}
make %{?_smp_mflags} blaslib \