From 2508009c1f33f1a5ff742b9bad321afc1d2ddc0b Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Wed, 26 Feb 2025 07:32:31 -0800 Subject: [PATCH] Remove gold linker Signed-off-by: Tom Rix --- python-torch.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-torch.spec b/python-torch.spec index 7d6d26e..6ceceea 100644 --- a/python-torch.spec +++ b/python-torch.spec @@ -105,7 +105,6 @@ ExclusiveArch: x86_64 aarch64 %global _lto_cflags %nil BuildRequires: cmake -BuildRequires: binutils-gold BuildRequires: eigen3-devel BuildRequires: flexiblas-devel BuildRequires: fmt-devel @@ -483,7 +482,6 @@ export USE_CUDA=OFF export USE_FAKELOWP=OFF export USE_FBGEMM=OFF export USE_FLASH_ATTENTION=OFF -export USE_GOLD_LINKER=ON export USE_GLOO=OFF export USE_ITT=OFF export USE_KINETO=OFF