From 22d548d8860ad2996dd3cbf629035f70dd2e3644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20=C3=9Acar?= Date: Fri, 23 Apr 2021 23:26:13 +0200 Subject: [PATCH] Rebuilt for LAPACK 3.9.1 with LAPACK_API_VERSION=3.9.0 --- flexiblas.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flexiblas.spec b/flexiblas.spec index 6a826ca..53dfe8a 100644 --- a/flexiblas.spec +++ b/flexiblas.spec @@ -213,6 +213,7 @@ rm -rf contributed %cmake -B build \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ %if %{with system_lapack} + -DLAPACK_API_VERSION=3.9.0 \ -DSYS_BLAS_LIBRARY=$(pkg-config --variable=libdir blas)/libblas.a \ -DSYS_LAPACK_LIBRARY=$(pkg-config --variable=libdir lapack)/liblapack_pic.a \ %endif @@ -223,6 +224,7 @@ rm -rf contributed %cmake -B build64 \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ %if %{with system_lapack} + -DLAPACK_API_VERSION=3.9.0 \ -DSYS_BLAS_LIBRARY=$(pkg-config --variable=libdir blas)/libblas64.a \ -DSYS_LAPACK_LIBRARY=$(pkg-config --variable=libdir lapack)/liblapack_pic64.a \ %endif @@ -395,8 +397,8 @@ make -C build64 test %endif %changelog -* Sat Apr 10 2021 Iñaki Úcar 3.0.4-4 -- Rebuilt for LAPACK 3.9.1 +* Fri Apr 23 2021 Iñaki Úcar 3.0.4-4 +- Rebuilt for LAPACK 3.9.1 with LAPACK_API_VERSION=3.9.0 * Tue Jan 26 2021 Fedora Release Engineering - 3.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild