From f60bb91b11d4f20b660377847b690b2ebd155e0f Mon Sep 17 00:00:00 2001
From: Damian Alvarez <swmanage@jwlogin05.juwels>
Date: Tue, 25 Jan 2022 17:40:37 +0100
Subject: [PATCH] To cleanup the output of the script

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

diff --git a/bin/table_generator b/bin/table_generator
index 4da544883..9447096a1 100755
--- a/bin/table_generator
+++ b/bin/table_generator
@@ -53,6 +53,7 @@ ignored_pkgs = [
     'meld', # meld is broken (segmentation fault) and it pulls in too much packages for something not so important
     'nvptx-tools', # Integrated in GCC
     'ospcommon', # Deprecated in favour of rkcommon
+    'Octave', # Installed in GCCcore, let's remove it here so it does not appear in MPI toolchains
     'parallel-netcdf', # Renamed to PnetCDF
     'scikit', # Split in multiple packages
     'unzip', # Renamed to UnZip
@@ -62,6 +63,7 @@ ignored_pkgs = [
     'HDFView', # Latest release not compatible with latest HDF5, so let's ignore it for the time being
     '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
 ]
 
 def find_eb_files(path):
-- 
GitLab