Don't use --as-needed link option

Related: rhbz#2044859
This commit is contained in:
Matej Mužila 2022-02-28 13:18:11 +01:00
parent 99dc4d4335
commit e0ca82d8e2

View File

@ -2,6 +2,7 @@
%bcond_without atlas
%bcond_without blis
%bcond_without openblas
%undefine _ld_as_needed
%if %{with openblas}
%global default_backend openblas-openmp
@ -16,7 +17,7 @@
Name: flexiblas
Version: %{major_version}.%{minor_version}.%{patch_version}
Release: 7%{?dist}
Release: 8%{?dist}
Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends
# GPLv3 with an exception for the BLAS/LAPACK interface
@ -399,6 +400,10 @@ make -C build64 test
%endif
%changelog
* Mon Feb 28 2022 Matej Mužila <mmuzila@redhat.com> - 3.0.4-8
- Don't use --as-needed link option
Related: rhbz#2044859
* Wed Feb 23 2022 Matej Mužila <mmuzila@redhat.com> - 3.0.4-7
- Add gating.yaml
Related: rhbz#2044859