Revert inadvertent change to BLAS condition
This commit is contained in:
parent
43988b9a39
commit
e7d80de40e
7
R.spec
7
R.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user