From 808b3884e197bec428f4e0ffceadda40a115b2b3 Mon Sep 17 00:00:00 2001 From: Damian Alvarez <d.alvarez@fz-juelich.de> Date: Mon, 24 Jan 2022 18:07:30 +0100 Subject: [PATCH] Minor updates to the gcc11ize tool --- bin/gcc11ize.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/gcc11ize.py b/bin/gcc11ize.py index 8b8a9ad15..e191d8fdf 100755 --- a/bin/gcc11ize.py +++ b/bin/gcc11ize.py @@ -14,6 +14,7 @@ releases = { 'AT-SPI2-ATK': ['2.34.2', '2.38.0'], 'AT-SPI2-core': ['2.36.0', '2.40.3'], 'Autotools': ['20200321', '20210726'], + 'archspec': ['0.1.0', '0.1.3'], 'binutils': ['2.36.1', '2.37'], 'Bison': ['3.7.6', '3.7.6'], 'Boost': ['1.74.0', '1.78.0'], @@ -65,6 +66,7 @@ releases = { 'ispc': ['1.12.0', '1.16.1'], 'JasPer': ['2.0.19', '2.0.33'], 'Java': ['15', '15'], + 'kim-api': ['2.1.3', '2.2.1'], 'libcroco': ['0.6.13', '0.6.13'], 'libdrm': ['2.4.106', '2.4.107'], 'libepoxy': ['1.5.4', '1.5.9'], @@ -85,6 +87,7 @@ releases = { 'NASM': ['2.15.03', '2.15.05'], 'Ninja': ['1.10.0', '1.10.2'], 'NSS': ['3.51', '3.69'], + 'netCDF': ['4.7.4', '4.8.1'], 'numactl': ['2.0.13', '2.0.14'], 'OpenEXR': ['2.5.2', '3.1.1'], 'OpenGL': ['2020', '2021b'], -- GitLab