From df5f2eac43b3205fb00e414ff39a542c3a86b311 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Mon, 15 Apr 2024 12:17:47 -0600 Subject: [PATCH] Use the system gloo Signed-off-by: Tom Rix --- python-torch.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-torch.spec b/python-torch.spec index da7915b..96a34f7 100644 --- a/python-torch.spec +++ b/python-torch.spec @@ -524,6 +524,7 @@ export TP_BUILD_LIBUV=OFF %if %{with gloo} export USE_GLOO=ON +export USE_SYSTEM_GLOO=ON %endif %if %{with mpi} export USE_MPI=ON