From 98bd185009dd85dda400d3729a94c4da90904ff8 Mon Sep 17 00:00:00 2001
From: Damian Alvarez <swmanage@jwlogin22.juwels>
Date: Tue, 20 Dec 2022 11:51:08 +0100
Subject: [PATCH] New packages being ignored

---
 bin/table_generator | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/bin/table_generator b/bin/table_generator
index d88e5743e..b2f5c924a 100755
--- a/bin/table_generator
+++ b/bin/table_generator
@@ -65,6 +65,17 @@ ignored_pkgs = [
     'Julia.CUDA', # Integrated in Julia
     'Julia.MPI', # Integrated in Julia
     'yaff', # Depends on an old version of h5py and it is rarely used, so let's drop it
+    # Ignoring in 2023
+    'motif', # Needed just for Grace
+    'Grace', # Deprecating as it is almost abandonware
+    'impi', # Installing just in JWC, so ignoring for everyone else
+    'iimpi', # Not installing the toolchain anymore, reusing the MPICH stack provided with ParaStationMPI
+    'intel', # Not installing the toolchain anymore, reusing the MPICH stack provided with ParaStationMPI
+    'pkg-config', # Replaced by pkgconf
+    'Mercurial', # Dropped
+    'Subversion', # Dropped
+    'Singularity-Tools', # Replaced by Apptainer-Tools
+    'GtkSourceView', # Just used by meld, which has been dropped, so dropping this too
 ]
 
 def find_eb_files(path):
-- 
GitLab