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 committed by Richard W.M. Jones
parent 3d62ceee02
commit ae43ab6b6d

View File

@ -1,5 +1,5 @@
%bcond system_lapack 1
%bcond atlas %{undefined rhel}
%bcond atlas %[%{undefined rhel} && "%{_arch}" != "riscv64"]
%bcond blis %{undefined rhel}
%bcond openblas 1