Revert inadvertent change to BLAS condition

This commit is contained in:
Iñaki Úcar 2022-11-06 11:07:20 +01:00
parent 43988b9a39
commit e7d80de40e
1 changed files with 5 additions and 2 deletions

7
R.spec
View File

@ -22,7 +22,7 @@
%global _lto_cflags %nil
%endif
%if 0%{?fedora} >= 33 || 0%{?rhel} < 9
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9
%global blaslib flexiblas
%global blasvar %{nil}
%else
@ -36,7 +36,7 @@
Name: R
Version: %{major_version}.%{minor_version}.%{patch_version}
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A language for data analysis and graphics
License: GPLv2+
@ -823,6 +823,9 @@ fi
%{_libdir}/libRmath.a
%changelog
* Sun Nov 06 2022 Iñaki Úcar <iucar@fedoraproject.org> - 4.2.2-5
- Revert inadvertent change to BLAS condition
* Sat Nov 05 2022 Iñaki Úcar <iucar@fedoraproject.org> - 4.2.2-4
- Remove FlexiBLAS workaround, now officially supported
- Re-enable tests in all platforms