From ae43ab6b6d603788a0fce608b33a18e25326e5ec Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 22 Mar 2023 12:16:23 +0200 Subject: [PATCH] Disable ATLAS on riscv64 ATLAS no longer builds on riscv64. Signed-off-by: David Abdurachmanov --- flexiblas.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexiblas.spec b/flexiblas.spec index 4e7da8e..b5459bd 100644 --- a/flexiblas.spec +++ b/flexiblas.spec @@ -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