Disable ATLAS on riscv64

ATLAS no longer builds on riscv64.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-03-22 12:16:23 +02:00
parent f5797f7f0c
commit 5326b50f47
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -1,5 +1,10 @@
%bcond_without system_lapack %bcond_without system_lapack
%ifnarch riscv64
%bcond_without atlas %bcond_without atlas
%else
# Disable on RISCV as ATLAS no longer builds
%bcond_with atlas
%endif
%bcond_without blis %bcond_without blis
%bcond_without openblas %bcond_without openblas
@ -20,7 +25,7 @@
Name: flexiblas Name: flexiblas
Version: %{major_version}.%{minor_version}.%{patch_version} Version: %{major_version}.%{minor_version}.%{patch_version}
Release: 2%{?dist} Release: 2.0.riscv64%{?dist}
Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends
# GPLv3 with an exception for the BLAS/LAPACK interface # GPLv3 with an exception for the BLAS/LAPACK interface
@ -420,6 +425,9 @@ make -C build64 test
%endif %endif
%changelog %changelog
* Tue Mar 22 2023 David Abdurachmanov <davidlt@rivosinc.com> - 3.3.0-2.0.riscv64
- Disable ATLAS on riscv64
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-2 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild