From 321272540b9ba1d417a1fa3f2a8e9a46962b1a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20=C3=9Acar?= Date: Fri, 23 Sep 2022 15:11:02 +0200 Subject: [PATCH] Add flexiblas to LAPACK_LIBS --- R.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R.spec b/R.spec index 2f4080d..9933531 100644 --- a/R.spec +++ b/R.spec @@ -186,7 +186,7 @@ R CMD javareconf \\ Name: R Version: %{major_version}.%{minor_version}.%{patch_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org 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 --with-system-valgrind-headers \ %if %{syslapack} - --with-lapack \ + --with-lapack="flexiblas" \ %if %{flexiblas} --with-blas="flexiblas" \ %else @@ -1287,6 +1287,9 @@ fi %{_libdir}/libRmath.a %changelog +* Fri Sep 23 2022 Iñaki Úcar - 4.1.3-2 +- Add flexiblas to LAPACK_LIBS + * Sat Mar 19 2022 Tom Callaway - 4.1.3-1 - update to 4.1.3