From 72ff48609a4a429b2c56b281561669761e56ac8f Mon Sep 17 00:00:00 2001
From: Fabien Chaix <chaix@ics.forth.gr>
Date: Wed, 8 Nov 2023 20:49:48 +0100
Subject: [PATCH] Add required checksum

---
 Golden_Repo/t/taz/taz-0.33-gsmpi-2022a.eb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Golden_Repo/t/taz/taz-0.33-gsmpi-2022a.eb b/Golden_Repo/t/taz/taz-0.33-gsmpi-2022a.eb
index f0cc93092..ef74a48b2 100644
--- a/Golden_Repo/t/taz/taz-0.33-gsmpi-2022a.eb
+++ b/Golden_Repo/t/taz/taz-0.33-gsmpi-2022a.eb
@@ -27,7 +27,9 @@ sources = [{
         'recursive': False, #Use flatbuffers and libscotch from the system
         'keep_git_dir': True,
     },
-}] 
+}]
+
+checksums = ['82a5c1ea1079326375e5faeba20579ddf60ccfd7']
 
 #sources = [local_taz_archive_filename]
 
-- 
GitLab