From b139dc4f14296275810758235dffe383ffa003f1 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 1 Sep 2024 11:02:13 +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 ea305ed..a2f7907 100644 --- a/python-torch.spec +++ b/python-torch.spec @@ -235,6 +235,7 @@ Patch106: 0001-include-fmt-ranges.h-for-using-fmt-join.patch %endif BuildRequires: cmake +BuildRequires: binutils-gold BuildRequires: eigen3-devel %if %{with fbgemm} BuildRequires: asmjit-devel