From 750c047c7b4c46e761cbf0120b5fdf497c9c8dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20=C3=9Acar?= Date: Sat, 6 Jul 2024 11:23:49 +0200 Subject: [PATCH] Switch from openblas to flexiblas (rhbz#2295953) --- python-torch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-torch.spec b/python-torch.spec index 78823ba..65893dd 100644 --- a/python-torch.spec +++ b/python-torch.spec @@ -289,6 +289,7 @@ ExclusiveArch: x86_64 aarch64 BuildRequires: cmake BuildRequires: eigen3-devel +BuildRequires: flexiblas-devel BuildRequires: fmt-devel %if %{with caffe2} BuildRequires: foxi-devel @@ -315,7 +316,6 @@ BuildRequires: libomp-devel BuildRequires: openmpi-devel %endif %endif -BuildRequires: openblas-devel BuildRequires: protobuf-devel BuildRequires: sleef-devel BuildRequires: valgrind-devel