Add flexiblas to LAPACK_LIBS
This commit is contained in:
parent
d8bf4ed948
commit
321272540b
7
R.spec
7
R.spec
@ -186,7 +186,7 @@ R CMD javareconf \\
|
|||||||
|
|
||||||
Name: R
|
Name: R
|
||||||
Version: %{major_version}.%{minor_version}.%{patch_version}
|
Version: %{major_version}.%{minor_version}.%{patch_version}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A language for data analysis and graphics
|
Summary: A language for data analysis and graphics
|
||||||
URL: http://www.r-project.org
|
URL: http://www.r-project.org
|
||||||
Source0: https://cran.r-project.org/src/base/R-4/R-%{version}.tar.gz
|
Source0: https://cran.r-project.org/src/base/R-4/R-%{version}.tar.gz
|
||||||
@ -715,7 +715,7 @@ sed -i '/"checking whether the BLAS is complete/i r_cv_complete_blas=yes' config
|
|||||||
%endif
|
%endif
|
||||||
--with-system-valgrind-headers \
|
--with-system-valgrind-headers \
|
||||||
%if %{syslapack}
|
%if %{syslapack}
|
||||||
--with-lapack \
|
--with-lapack="flexiblas" \
|
||||||
%if %{flexiblas}
|
%if %{flexiblas}
|
||||||
--with-blas="flexiblas" \
|
--with-blas="flexiblas" \
|
||||||
%else
|
%else
|
||||||
@ -1287,6 +1287,9 @@ fi
|
|||||||
%{_libdir}/libRmath.a
|
%{_libdir}/libRmath.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 23 2022 Iñaki Úcar <iucar@fedoraproject.org> - 4.1.3-2
|
||||||
|
- Add flexiblas to LAPACK_LIBS
|
||||||
|
|
||||||
* Sat Mar 19 2022 Tom Callaway <spot@fedoraproject.org> - 4.1.3-1
|
* Sat Mar 19 2022 Tom Callaway <spot@fedoraproject.org> - 4.1.3-1
|
||||||
- update to 4.1.3
|
- update to 4.1.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user