From 8dce5406c1057378b50aee60c38bb8713b3efede Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 29 Sep 2024 13:07:03 +0100 Subject: [PATCH] Add binutils-gold build dep We explicitly set the USE_GOLD_LINKER optoin but we don't add the binutils-gold build dep so it errors, add the dep to fix that. --- python-torch.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-torch.spec b/python-torch.spec index 133dea3..2fff2e1 100644 --- a/python-torch.spec +++ b/python-torch.spec @@ -222,6 +222,7 @@ ExclusiveArch: x86_64 aarch64 %global _lto_cflags %nil BuildRequires: cmake +BuildRequires: binutils-gold BuildRequires: eigen3-devel %if %{with fbgemm} BuildRequires: asmjit-devel