From 9028e14b856f03778ee32d7ea8a95d665f494f65 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Fri, 5 Jul 2024 10:20:14 -0600 Subject: [PATCH] Switch from openblas to flexiblas (rhbz#2295953) Suggested-by: Inaki Ucar Signed-off-by: Tom Rix --- 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