From cfbe964236a8b5251cc26fae736280e4233f1216 Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Thu, 21 Apr 2022 13:57:55 +0200
Subject: [PATCH] gcc11 software

---
 bin/gcc11ize.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/bin/gcc11ize.py b/bin/gcc11ize.py
index 3cab84f03..19f3462b7 100755
--- a/bin/gcc11ize.py
+++ b/bin/gcc11ize.py
@@ -10,6 +10,7 @@ import argparse
 
 
 releases = {
+    'ASE':                      ['3.19.2',          '3.22.0'],
     'ATK':                      ['2.36.0',          '2.36.0'],
     'AT-SPI2-ATK':              ['2.34.2',          '2.38.0'],
     'AT-SPI2-core':             ['2.36.0',          '2.40.3'],
@@ -63,7 +64,7 @@ releases = {
     'HarfBuzz':                 ['2.6.7',           '2.8.2'],
     'HDF5':                     ['1.10.6',          '1.12.1'],
     'HTSLib':                   ['1.1.4',           '1.1.4'],
-    'h5py':                     ['2.10.0',          '3.5.0'],
+    'h5py':                     ['3.1.0',          '3.5.0'],
     'ICU':                      ['67.1',            '70.1'],
     'ImageMagick':              ['7.0.10-25',       '7.1.0.13'],
     'imkl':                     ['2021.2.0',        '2021.4.0'],
@@ -114,6 +115,7 @@ releases = {
     'pybind11':                 ['2.5.0',           '2.7.1'],
     'pyproj':                   ['2.6.1.post1',     '3.3.0'],
     'Python':                   ['3.8.5',           '3.9.6'],
+    'PyTorch':                  ['1.8.1',           '1.11'],
     'Qhull':                    ['2020.1',          '2020.2'],
     'Qt5':                      ['5.14.2',          '5.15.2'],
     'RDFlib':                   ['5.0.0',           '6.0.2'],
@@ -128,7 +130,9 @@ releases = {
     'Tcl':                      ['8.6.10',          '8.6.11'],
     'texinfo':                  ['6.7',             '6.8'],
     'texlive':                  ['20200406',        '20200406'],
+    'torchvision':              ['0.9.1',           '0.12.0'],
     'tqdm':                     ['4.62.3',          '4.62.3'],
+    'trimesh':                  ['3.8.11',          '3.9.36'],
     'UDUNITS':                  ['2.2.26',          '2.2.28'],
     'uftp':                     ['1.4.1',           '1.4.2'],
     'X11':                      ['20200222',        '20210802'],
-- 
GitLab