diff --git a/bin/gcc11ize.py b/bin/gcc11ize.py index 0861124de69e89bd5e62e74812161c647b457984..f0e063a492d36816fa78497fa732837647d5c3a9 100755 --- a/bin/gcc11ize.py +++ b/bin/gcc11ize.py @@ -16,7 +16,7 @@ releases = { 'Autotools': ['20200321', '20210726'], 'archspec': ['0.1.0', '0.1.3'], 'binutils': ['2.36.1', '2.37'], - 'Bison': ['3.7.6', '3.7.6'], + 'Bison': ['3.6.4', '3.7.6'], 'Boost': ['1.74.0', '1.78.0'], 'Boost.Python': ['1.74.0', '1.78.0'], 'cairo': ['1.17.2', '1.16.0'], @@ -29,6 +29,7 @@ releases = { 'dask': ['2.22.0', '2021.9.1'], 'DBus': ['1.12.20', '1.13.18'], 'Eigen': ['3.3.7', '3.3.9'], + 'ESMF': ['8.0.1', '8.2.0'], 'FFmpeg': ['4.3.1', '4.4.1'], 'FFTW': ['3.3.8', '3.3.10'], 'Flask': ['1.1.4', '2.0.2'], @@ -37,8 +38,11 @@ releases = { 'fontconfig': ['2.13.92', '2.13.94'], 'freetype': ['2.10.1', '2.11.0'], 'FriBidi': ['1.0.9', '1.0.10'], + 'g2lib': ['3.1.0', '3.2.0'], + 'g2clib': ['1.6.0', '1.6.3'], 'gc': ['8.0.2', '8.2.0'], 'GCC': ['10.3.0', '11.2.0'], + 'GDAL': ['3.1.2', '3.3.2'], 'gcccoremkl': ['10.3.0-2021.2.0', '11.2.0-2021.4.0'], 'gnuplot': ['5.2.8', '5.4.2'], 'Gdk-Pixbuf': ['2.40.0', '2.42.6'], @@ -71,6 +75,7 @@ releases = { 'Java': ['15', '15'], 'kim-api': ['2.1.3', '2.2.1'], 'libcroco': ['0.6.13', '0.6.13'], + 'libdap': ['3.20.6', '3.20.8'], 'libdrm': ['2.4.106', '2.4.107'], 'libepoxy': ['1.5.4', '1.5.9'], 'libffi': ['3.3', '3.4.2'], @@ -123,7 +128,8 @@ releases = { 'texinfo': ['6.7', '6.8'], 'texlive': ['20200406', '20200406'], 'tqdm': ['4.62.3', '4.62.3'], - 'uftp': ['1.4.1.eb', '1.4.2'], + 'UDUNITS': ['2.2.26', '2.2.28'], + 'uftp': ['1.4.1', '1.4.2'], 'X11': ['20200222', '20210802'], 'x264': ['20200912', '20210613'], 'XServer': ['1.20.9', '1.20.13'], diff --git a/bin/table_generator b/bin/table_generator index 9447096a1c8ead25a6077828b4d983d1a2e0be70..2faf74f051c2fcfde8eb743ab0a4fffc2477fbb8 100755 --- a/bin/table_generator +++ b/bin/table_generator @@ -51,6 +51,7 @@ ignored_pkgs = [ 'libctl', # Not compatible with latest guile, and no one has used in JUWELS or JURECA in the last months '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 + 'NCL', # NCL is basically abandonware. And does not work with GCC11 See https://github.com/NCAR/ncl/issues/64 '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