From 767d576d1df8b3041f11c86243bcf3503a6d559a Mon Sep 17 00:00:00 2001 From: "Alexander F. Lent" Date: Sat, 20 Dec 2025 21:24:48 -0500 Subject: [PATCH] Continue to support aarch64 with myself maintaining Signed-off-by: Alexander F. Lent --- python-torch.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python-torch.spec b/python-torch.spec index abacce9..640adb3 100644 --- a/python-torch.spec +++ b/python-torch.spec @@ -107,12 +107,7 @@ Source80: https://github.com/pytorch/kineto/archive/%{ki_commit}/kineto-%{ %global ox_ver 1.18.0 Source90: https://github.com/onnx/onnx/archive/refs/tags/v%{ox_ver}.tar.gz -%if 0%{?fedora} >= 45 -# drop aarch64 in 45 -%global pt_arches x86_64 -%else %global pt_arches x86_64 aarch64 -%endif ExclusiveArch: %pt_arches %global toolchain gcc %global _lto_cflags %nil