From 3656b5cc8e401c77625bccf42f8261c34d8d9515 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-environment/dev/spack.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spack-environment/dev/spack.yaml b/spack-environment/dev/spack.yaml
index ec68fa681..a925435e2 100644
--- a/spack-environment/dev/spack.yaml
+++ b/spack-environment/dev/spack.yaml
@@ -69,6 +69,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