From 770db807f12636700fe63358724364bd459cd21f Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 7 Feb 2023 18:44:45 +0000
Subject: [PATCH] fix is actually on py-torch

---
 spack.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spack.yaml b/spack.yaml
index bf2ae5567..5ea518d37 100644
--- a/spack.yaml
+++ b/spack.yaml
@@ -60,6 +60,7 @@ spack:
     - py-scipy@1.9.3
     - py-seaborn@0.12.0
     - py-toml@0.10.2
+    - py-torch@1.13.1 cflags="-Wno-error=maybe-uninitialized -Wno-error=uninitialized -Wno-error=restrict" cxxflags="-Wno-error=maybe-uninitialized -Wno-error=uninitialized -Wno-error=restrict" # https://github.com/pytorch/FBGEMM/issues/1094
     - py-uproot@4.3.5
     - py-yapf@0.30.0
     - qt@5.15.5 +opengl
-- 
GitLab