From 3d01b2c6903d9e00c0760f6a30d9676e4fdd2776 Mon Sep 17 00:00:00 2001
From: Damian Alvarez <swmanage@jwlogin05.juwels>
Date: Thu, 20 Jan 2022 15:32:38 +0100
Subject: [PATCH] To also ignore libaec

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

diff --git a/bin/table_generator b/bin/table_generator
index 9af52e2c3..6919f9302 100755
--- a/bin/table_generator
+++ b/bin/table_generator
@@ -46,6 +46,7 @@ ignored_pkgs = [
     'basemap', # Deprecated in favour of Cartopy
     'iccifort', # Renamed to intel-compilers
     'itstool', # Renamed to ITSTool
+    'libaec', # Not used upstream in the dependencies that need it, so let's try to stay vanilla until asked for it
     'libfabric', # Not needed, since we won't install OpenMPI in JURECA booster (only place where it was relevant)
     'meld', # meld is broken (segmentation fault) and it pulls in too much packages for something not so important
     'nvptx-tools', # Integrated in GCC
-- 
GitLab