From 66c5213fb68c0d720458326bab337c98672f27b7cbc9ad13b37118eda52176f6 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 9 Feb 2023 11:14:21 +0000 Subject: [PATCH] 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 --- lapack.changes | 5 +++++ lapack.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/lapack.changes b/lapack.changes index 631a639..3118ea7 100644 --- a/lapack.changes +++ b/lapack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 2 13:16:02 UTC 2023 - Richard Biener + +- Build deprecated functions again to avoid breaking the ABI. + ------------------------------------------------------------------- Wed Jan 25 20:47:53 UTC 2023 - Egbert Eich diff --git a/lapack.spec b/lapack.spec index 0f430d5..968c860 100644 --- a/lapack.spec +++ b/lapack.spec @@ -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 \