Skip to content
Snippets Groups Projects
barbora-changelog.md 733 KiB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000

## Wed Nov 1 01:00:03 2023 +0100
   * add Advisor/2021.4.0-GCCcore-10.3.0,2
   * add AlphaFold/2.3.1-foss-2022a,2
   * add AlphaFold/2.3.4-foss-2022a-ColabFold,2
   * add AlphaFold/2.3.4-foss-2022a-CUDA-11.7.0-ColabFold,2
   * add Amber/20.11-foss-2020b-AmberTools-21.3,2
   * add Amber/20.11-fosscuda-2020b-AmberTools-21.3,2
   * add Anaconda3/2021.05,2
   * add Anaconda3/2021.11,2
   * add Anaconda3/2022.05,2
   * add Anaconda3/2023.07-2,2
   * add ANSYS/21.2-intel-2020b,2
   * add ANSYS/21.2-intel-2020b-alamerini,2
   * add ANSYS/22.1-intel-2020b,2
   * add apptainer/1.1.5,2
   * add apptainer-wrappers/1.0,2
   * add arpack-ng/3.8.0-intel-2020b,2
   * add arpack-ng/3.8.0-intel-2022a,2
   * add ASE/3.21.1-intel-2020b,2
   * add ATK/2.36.0-GCCcore-10.3.0,2
   * add ATK/2.36.0-GCCcore-11.2.0,2
   * add ATK/2.36.0-GCCcore-9.3.0,2
   * add at-spi2-atk/2.34.2-GCCcore-9.3.0,2
   * add at-spi2-atk/2.38.0-GCCcore-10.3.0,2
   * add at-spi2-atk/2.38.0-GCCcore-11.2.0,2
   * add at-spi2-core/2.36.0-GCCcore-9.3.0,2
   * add at-spi2-core/2.40.2-GCCcore-10.3.0,2
   * add at-spi2-core/2.40.3-GCCcore-11.2.0,2
   * add Autoconf/2.69,2
   * add Autoconf/2.69-GCCcore-10.2.0,2
   * add Autoconf/2.69-GCCcore-8.2.0,2
   * add Autoconf/2.69-GCCcore-9.3.0,2
   * add Autoconf/2.71,2
   * add Autoconf/2.71-GCCcore-10.3.0,2
   * add Autoconf/2.71-GCCcore-11.2.0,2
   * add Autoconf/2.71-GCCcore-11.3.0,2
   * add Autoconf/2.71-GCCcore-12.2.0,2
   * add Autoconf/2.71-GCCcore-12.3.0,2
   * add Automake/1.16.1,2
   * add Automake/1.16.1-GCCcore-8.2.0,2
   * add Automake/1.16.1-GCCcore-9.3.0,2
   * add Automake/1.16.2-GCCcore-10.2.0,2
   * add Automake/1.16.2-GCCcore-9.3.0,2
   * add Automake/1.16.3-GCCcore-10.3.0,2
   * add Automake/1.16.4,2
   * add Automake/1.16.4-GCCcore-11.2.0,2
   * add Automake/1.16.5,2
   * add Automake/1.16.5-GCCcore-11.3.0,2
   * add Automake/1.16.5-GCCcore-12.2.0,2
   * add Automake/1.16.5-GCCcore-12.3.0,2
   * add Autotools/20180311,2
   * add Autotools/20180311-GCCcore-8.2.0,2
   * add Autotools/20180311-GCCcore-9.3.0,2
   * add Autotools/20200321-GCCcore-10.2.0,2
   * add Autotools/20200321-GCCcore-9.3.0,2
   * add Autotools/20210128-GCCcore-10.3.0,2
   * add Autotools/20210726-GCCcore-11.2.0,2
   * add Autotools/20220317,2
   * add Autotools/20220317-GCCcore-11.3.0,2
   * add Autotools/20220317-GCCcore-12.2.0,2
   * add Autotools/20220317-GCCcore-12.3.0,2
   * add Bazel/4.2.2-GCCcore-11.2.0,2
   * add Bazel/5.1.1-GCCcore-11.3.0,2
   * add BEEF/0.1.1-intel-2020a,2
   * add BEEF/0.1.1-intel-2020b,2
   * add BerkeleyGW/3.0.1-foss-2020b,2
   * add BerkeleyGW/3.0.1-foss-2021a,2
   * add binutils/2.27,2
   * add binutils/2.30,2
   * add binutils/2.31.1,2
   * add binutils/2.31.1-GCCcore-8.2.0,2
   * add binutils/2.32,2
   * add binutils/2.32-GCCcore-8.3.0,2
   * add binutils/2.34,2
   * add binutils/2.34-GCCcore-9.3.0,2
   * add binutils/2.35,2
   * add binutils/2.35-GCCcore-10.2.0,2
   * add binutils/2.36.1,2
   * add binutils/2.36.1-GCCcore-10.3.0,2
   * add binutils/2.37,2
   * add binutils/2.37-GCCcore-11.2.0,2
   * add binutils/2.38,2
   * add binutils/2.38-GCCcore-11.3.0,2
   * add binutils/2.38-GCCcore-12.1.0,2
   * add binutils/2.39,2
   * add binutils/2.39-GCCcore-12.2.0,2
   * add binutils/2.40,2
   * add binutils/2.40-GCCcore-12.3.0,2
   * add Biopython/1.79-foss-2022a,2
   * add Bison/3.0.4,2
   * add Bison/3.0.5,2
   * add Bison/3.3.2,2
   * add Bison/3.3.2-GCCcore-8.3.0,2
   * add Bison/3.5.3,2
   * add Bison/3.5.3-GCCcore-9.3.0,2
   * add Bison/3.7.1,2
   * add Bison/3.7.1-GCCcore-10.2.0,2
   * add Bison/3.7.6,2
   * add Bison/3.7.6-GCCcore-10.3.0,2
   * add Bison/3.7.6-GCCcore-11.2.0,2
   * add Bison/3.8.2,2
   * add Bison/3.8.2-GCCcore-11.3.0,2
   * add Bison/3.8.2-GCCcore-12.1.0,2
   * add Bison/3.8.2-GCCcore-12.2.0,2
   * add Bison/3.8.2-GCCcore-12.3.0,2
   * add BLAST/2.10.0-Linux_x86_64,2
   * add Blender/3.0.0-GCC-10.3.0,2
   * add Blender/3.0.1-GCC-10.3.0,2
   * add Blender/3.1.0-GCC-10.3.0,2
   * add Blender/3.2.2-GCC-10.3.0,2
   * add Blender/3.3.1-GCC-10.3.0,2
   * add Blender/3.4.0-GCC-10.3.0,2
   * add Blender/3.5.1-GCC-10.3.0,2
   * add Blender/3.6.5-GCC-10.3.0,2
   * add BLIS/0.8.1-GCC-11.2.0,2
   * add BLIS/0.9.0-GCC-11.3.0,2
   * add BLIS/0.9.0-GCC-12.2.0,2
   * add BLIS/3.0.1-GCCcore-10.2.0,2
   * add BoltzTraP2/20.7.1-intel-2020b-Python-3.8.6,2
   * add Boost/1.72.0-iimpi-2020a,2
   * add Boost/1.72.0-intel-2020a,2
   * add Boost/1.74.0-GCC-10.2.0,2
   * add Boost/1.74.0-iccifort-2020.4.304,2
   * add Boost/1.76.0-GCC-10.3.0,2
   * add Boost/1.76.0-intel-compilers-2021.2.0,2
   * add Boost/1.77.0-GCC-10.2.0-Python-3.8.6,2
   * add Boost/1.77.0-GCC-11.2.0,2
   * add Boost/1.77.0-gompi-2021a,2
   * add Boost/1.77.0-intel-compilers-2021.4.0,2
   * add Boost/1.77.0-intel-compilers-2021.4.0-Python-3.9.6,2
   * add Boost/1.79.0-GCC-11.3.0,2
   * add Boost/1.81.0-GCC-12.2.0,2
   * add Boost.MPI/1.79.0-gompi-2022a,2
   * add Brotli/1.0.9-GCCcore-10.2.0,2
   * add Brotli/1.0.9-GCCcore-10.3.0,2
   * add Brotli/1.0.9-GCCcore-11.2.0,2
   * add Brotli/1.0.9-GCCcore-11.3.0,2
   * add Brotli/1.0.9-GCCcore-12.2.0,2
   * add BWA/0.7.17-intel-2020b,2
   * add bwidget/1.9.14-GCCcore-10.2.0,2
   * add bwidget/1.9.15-GCCcore-11.3.0,2
   * add bzip2/1.0.8,2
   * add bzip2/1.0.8-GCCcore-10.2.0,2
   * add bzip2/1.0.8-GCCcore-10.3.0,2
   * add bzip2/1.0.8-GCCcore-11.2.0,2
   * add bzip2/1.0.8-GCCcore-11.3.0,2
   * add bzip2/1.0.8-GCCcore-12.2.0,2
   * add bzip2/1.0.8-GCCcore-9.3.0,2
   * add cairo/1.16.0-GCCcore-10.3.0,2
   * add cairo/1.16.0-GCCcore-11.2.0,2
   * add cairo/1.16.0-GCCcore-9.3.0,2
   * add cairo/1.17.4-GCCcore-11.3.0,2
   * add cairo/1.17.4-GCCcore-12.2.0,2
   * add CDO/2.1.1-gompi-2021a,2
   * add CentOS/7,2
   * add CGAL/4.14.3-gompi-2021a,2
   * add Check/0.15.2-GCCcore-10.2.0,2
   * add CheMPS2/1.8.9-intel-2020b,2
   * add Clang/11.0.1-GCCcore-10.2.0,2
   * add Clang/12.0.1-GCCcore-11.2.0,2
   * add CMake/3.16.2,2
   * add CMake/3.16.4-GCCcore-9.3.0,2
   * add CMake/3.18.4,2
   * add CMake/3.18.4-GCCcore-10.2.0,2
   * add CMake/3.20.1,2
   * add CMake/3.20.1-GCCcore-10.2.0,2
   * add CMake/3.20.1-GCCcore-10.3.0,2
   * add CMake/3.21.1-GCCcore-11.2.0,2
   * add CMake/3.22.1-GCCcore-11.2.0,2
   * add CMake/3.23.1-GCCcore-11.3.0,2
   * add CMake/3.24.3-GCCcore-11.3.0,2
   * add CMake/3.24.3-GCCcore-12.2.0,2
   * add CMake/3.7.2,2
   * add COMSOL/5.2.0-COM,2
   * add COMSOL/5.2.0-EDU,2
   * add CoordgenLibs/3.0.1-iimpi-2020a,2
   * add CP2K/2022.1-foss-2022a,2
   * add CP2K/8.2-foss-2020b,2
   * add cppy/1.2.1-GCCcore-11.3.0,2
   * add Cube/4.6-GCCcore-10.2.0,2
   * add CubeGUI/4.6-GCCcore-10.2.0,2
   * add CubeLib/4.6-GCCcore-10.2.0,2
   * add CubeLib/4.8-GCCcore-11.2.0,2
   * add CubeWriter/4.6-GCCcore-10.2.0,2
   * add CubeWriter/4.8-GCCcore-11.2.0,2
   * add CUDA/10.2.89,2
   * add CUDA/11.1.1-GCC-10.2.0,2
   * add CUDA/11.4.1,2
   * add CUDA/11.7.0,2
   * add CUDA/12.1.1,2
   * add CUDA/12.2.0,2
   * add CUDAcore/11.1.1,2
   * add CUDAcore/11.4.0,2
   * add CUDAcore/11.4.1,2
   * add CUDAcore/11.6.0,2
   * add cuDNN/8.2.2.26-CUDA-11.4.1,2
   * add cuDNN/8.4.1.50-CUDA-11.7.0,2
   * add cURL/7.65.3,2
   * add cURL/7.69.1-GCCcore-9.3.0,2
   * add cURL/7.72.0,2
   * add cURL/7.72.0-GCCcore-10.2.0,2
   * add cURL/7.76.0,2
   * add cURL/7.76.0-GCCcore-10.3.0,2
   * add cURL/7.78.0-GCCcore-11.2.0,2
   * add cURL/7.83.0-GCCcore-11.3.0,2
   * add cURL/7.86.0-GCCcore-12.2.0,2
   * add cURL/8.0.1-GCCcore-12.3.0,2
   * add DB/18.1.32-GCCcore-8.2.0,2
   * add DB/18.1.32-GCCcore-9.3.0,2
   * add DB/18.1.40-GCCcore-10.2.0,2
   * add DB/18.1.40-GCCcore-10.3.0,2
   * add DB/18.1.40-GCCcore-11.2.0,2
   * add DB/18.1.40-GCCcore-11.3.0,2
   * add DB/18.1.40-GCCcore-12.2.0,2
   * add DBus/1.13.12-GCCcore-9.3.0,2
   * add DBus/1.13.18-GCCcore-10.2.0,2
   * add DBus/1.13.18-GCCcore-10.3.0,2
   * add DBus/1.13.18-GCCcore-11.2.0,2
   * add DBus/1.14.0-GCCcore-11.3.0,2
   * add DBus/1.15.2-GCCcore-12.2.0,2
   * add DFTB+/21.1-intel-2020b-Python-3.8.6,2
   * add DFTB+/21.1-intel-2020b-Python-3.8.6-karolina,2
   * add DFTB+/21.2-intel-2020b,2
   * add DFTB+/22.1-intel-2020b,2
   * add DFTB+/22.1-intel-2020b-ARPACK,2
   * add DFTB+/23.1-intel-2022a,2
   * add dftd3-lib/0.9.2-GCC-10.2.0,2
   * add dftd3-lib/0.9.2-GCC-11.3.0,2
   * add dill/0.3.4-GCCcore-11.2.0,2
   * add dill/0.3.6-GCCcore-11.3.0,2
   * add DMTCP/3.0.0-GCCcore-11.3.0,2
   * add dos2unix/7.4.2,2
   * add dos2unix/7.5.0-GCCcore-12.2.0,2
   * add double-conversion/3.1.5-GCCcore-10.2.0,2
   * add double-conversion/3.1.5-GCCcore-10.3.0,2
   * add double-conversion/3.1.5-GCCcore-11.2.0,2
   * add double-conversion/3.2.0-GCCcore-11.3.0,2
   * add double-conversion/3.2.1-GCCcore-12.2.0,2
   * add Doxygen/1.8.20-GCCcore-10.2.0,2
   * add Doxygen/1.9.1-GCCcore-10.3.0,2
   * add Doxygen/1.9.4-GCCcore-11.3.0,2
   * add DualSPHysics/5.0.175-GCC-11.2.0-CUDA-11.6.0,2
   * add EasyBuild/4.5.3,2
   * add EasyBuild/4.5.4,2
   * add EasyBuild/4.5.5,2
   * add EasyBuild/4.6.0,2
   * add EasyBuild/4.6.1,2
   * add EasyBuild/4.6.2,2
   * add EasyBuild/4.7.0,2
   * add EasyBuild/4.7.1,2
   * add EasyBuild/4.8.0,2
   * add EasyBuild/4.8.1,2
   * add ecCodes/2.22.1-gompi-2021a,2
   * add Eigen/3.3.7,2
   * add Eigen/3.3.7-GCCcore-9.3.0,2
   * add Eigen/3.3.8-GCCcore-10.2.0,2
   * add Eigen/3.3.9-GCCcore-10.3.0,2
   * add Eigen/3.3.9-GCCcore-11.2.0,2
   * add Eigen/3.4.0-GCCcore-11.3.0,2
   * add Eigen/3.4.0-GCCcore-12.2.0,2
   * add elfutils/0.183-GCCcore-10.2.0,2
   * add elfutils/0.185-GCCcore-11.2.0,2
   * add Elk/6.8.4-intel-2020a,2
   * add Elk/6.8.4-intel-2020a-parallel,2
   * add ELPA/2019.11.001-intel-2020b,2
   * add ELPA/2020.11.001-foss-2020b,2
   * add ELPA/2020.11.001-intel-2020b,2
   * add ELPA/2021.05.001-foss-2021a,2
   * add ELPA/2021.05.001-intel-2021a,2
   * add ELPA/2021.11.001-intel-2022a,2
   * add ELSI/2.5.0-intel-2020b,2
   * add ELSI/2.6.4-intel-2020b,2
   * add expat/2.2.6-GCCcore-8.2.0,2
   * add expat/2.2.9,2
   * add expat/2.2.9-GCCcore-10.2.0,2
   * add expat/2.2.9-GCCcore-10.3.0,2
   * add expat/2.2.9-GCCcore-9.3.0,2
   * add expat/2.4.1-GCCcore-11.2.0,2
   * add expat/2.4.8-GCCcore-11.3.0,2
   * add expat/2.4.9-GCCcore-12.2.0,2
   * add expat/2.5.0-GCCcore-12.3.0,2
   * add Extrae/3.8.3-gompi-2021a,2
   * add FastQC/0.11.9-Java-11,2
   * add Fedora/latest,2
   * add FFmpeg/4.3.2-GCCcore-10.3.0,2
   * add FFmpeg/5.0.1-GCCcore-11.3.0,2
   * add FFmpeg/5.1.2-GCCcore-11.3.0,2
   * add FFTW/3.3.10-GCC-11.3.0,2
   * add FFTW/3.3.10-GCC-12.2.0,2
   * add FFTW/3.3.10-gompi-2021b,2
   * add FFTW/3.3.10-iimpi-2022a,2
   * add FFTW/3.3.10-NVHPC-21.9,2
   * add FFTW/3.3.10-NVHPC-23.5,2
   * add FFTW/3.3.8,2
   * add FFTW/3.3.8-gompi-2020a,2
   * add FFTW/3.3.8-gompi-2020b,2
   * add FFTW/3.3.8-gompic-2020b,2
   * add FFTW/3.3.8-intel-2020b,2
   * add FFTW/3.3.8-NVHPC-22.2,2
   * add FFTW/3.3.9-gompi-2021a,2
   * add FFTW.MPI/3.3.10-gompi-2022.05,2
   * add FFTW.MPI/3.3.10-gompi-2022a,2
   * add FFTW.MPI/3.3.10-gompi-2022b,2
   * add FFTW.MPI/3.3.10-iimpi-2022a,2
   * add FFTW.MPI/3.3.8-NVHPC-22.2,2
   * add fio/3.32-GCCcore-11.3.0,2
   * add FLAC/1.3.3-GCCcore-10.3.0,2
   * add FLAC/1.3.4-GCCcore-11.3.0,2
   * add Flask/1.1.2-GCCcore-10.2.0,2
   * add flatbuffers/2.0.7-GCCcore-11.3.0,2
   * add flatbuffers-python/2.0-GCCcore-11.3.0,2
   * add flex/2.5.39,2
   * add flex/2.6.3,2
   * add flex/2.6.4,2
   * add flex/2.6.4-GCCcore-10.2.0,2
   * add flex/2.6.4-GCCcore-10.3.0,2
   * add flex/2.6.4-GCCcore-11.2.0,2
   * add flex/2.6.4-GCCcore-11.3.0,2
   * add flex/2.6.4-GCCcore-12.1.0,2
   * add flex/2.6.4-GCCcore-12.2.0,2
   * add flex/2.6.4-GCCcore-12.3.0,2
   * add flex/2.6.4-GCCcore-8.3.0,2
   * add flex/2.6.4-GCCcore-9.3.0,2
   * add FlexiBLAS/3.0.4-GCC-10.3.0,2
   * add FlexiBLAS/3.0.4-GCC-11.2.0,2
   * add FlexiBLAS/3.2.0-GCC-11.3.0,2
   * add FlexiBLAS/3.2.1-GCC-12.2.0,2
   * add fontconfig/2.13.92-GCCcore-10.2.0,2
   * add fontconfig/2.13.92-GCCcore-9.3.0,2
   * add fontconfig/2.13.93,2
   * add fontconfig/2.13.93-GCCcore-10.3.0,2
   * add fontconfig/2.13.94-GCCcore-11.2.0,2
   * add fontconfig/2.14.0-GCCcore-11.3.0,2
   * add fontconfig/2.14.1-GCCcore-12.2.0,2
   * add Forge/21.1.3,2
   * add Forge/22.0.2,2
   * add foss/2020a,2
   * add foss/2020b,2
   * add foss/2021a,2
   * add foss/2021b,2
   * add foss/2022.05,2
   * add foss/2022a,2
   * add foss/2022b,2
   * add fosscuda/2020b,2
   * add FPM/1.15.0-Ruby-3.0.3,2
   * add freetype/2.10.1-GCCcore-9.3.0,2
   * add freetype/2.10.3-GCCcore-10.2.0,2
   * add freetype/2.10.4,2
   * add freetype/2.10.4-GCCcore-10.3.0,2
   * add freetype/2.11.0-GCCcore-11.2.0,2
   * add freetype/2.12.1-GCCcore-11.3.0,2
   * add freetype/2.12.1-GCCcore-12.2.0,2
   * add FriBidi/1.0.10-GCCcore-10.3.0,2
   * add FriBidi/1.0.10-GCCcore-11.2.0,2
   * add FriBidi/1.0.12-GCCcore-11.3.0,2
   * add FriBidi/1.0.9-GCCcore-9.3.0,2
   * add GATK/4.1.9.0-GCCcore-10.2.0-Java-11,2
   * add GATK/4.2.0.0-GCCcore-10.2.0-Java-11,2
   * add Gaussian/09-a02-CascadeLake,2
   * add Gaussian/09-CascadeLake,2
   * add Gaussian/09-d01-CascadeLake,2
   * add Gaussian/16_rev_c0-binary,2
   * add Gaussian/16_rev_c0-binary-Linda,2
   * add Gaussian/16_rev_c0-CascadeLake,2
   * add Gaussian/16_rev_c0-CascadeLake-Linda,2
   * add Gaussian/16_rev_c0-GPU-Linda,2
   * add gc/7.6.12-GCCcore-9.3.0,2
   * add GCC/10.2.0,2
   * add GCC/10.3.0,2
   * add GCC/11.2.0,2
   * add GCC/11.3.0,2
   * add GCC/12.1.0,2
   * add GCC/12.2.0,2
   * add GCC/8.3.0,2
   * add GCC/8.3.0-2.32,2
   * add GCC/9.3.0,2
   * add GCCcore/10.2.0,2
   * add GCCcore/10.3.0,2
   * add GCCcore/11.2.0,2
   * add GCCcore/11.3.0,2
   * add GCCcore/12.1.0,2
   * add GCCcore/12.2.0,2
   * add GCCcore/12.3.0,2
   * add GCCcore/8.2.0,2
   * add GCCcore/8.3.0,2
   * add GCCcore/9.3.0,2
   * add gcccuda/2020b,2
   * add GDAL/3.2.1-foss-2020b,2
   * add GDAL/3.3.0-foss-2021a,2
   * add GDAL/3.3.1-foss-2021a,2
   * add Gdk-Pixbuf/2.40.0-GCCcore-9.3.0,2
   * add Gdk-Pixbuf/2.42.6-GCCcore-10.3.0,2
   * add Gdk-Pixbuf/2.42.6-GCCcore-11.2.0,2
   * add GDRCopy/2.1-GCCcore-10.2.0-CUDA-11.1.1,2
   * add GDRCopy/2.3.1-GCCcore-12.3.0,2
   * add GDRCopy/2.3-GCCcore-11.3.0,2
   * add GDRCopy/2.3-GCCcore-12.2.0,2
   * add GDRCopy/2.3-NVHPC-21.9-CUDA-11.4.1,2
   * add GEOS/3.9.1-GCC-10.2.0,2
   * add GEOS/3.9.1-GCC-10.3.0,2
   * add gettext/0.19.4,2
   * add gettext/0.20.1,2
   * add gettext/0.20.1-GCCcore-9.3.0,2
   * add gettext/0.21.1,2
   * add gettext/0.21.1-GCCcore-12.2.0,2
   * add gettext/0.21.1-GCCcore-12.3.0,2
   * add gettext/0.21,2
   * add gettext/0.21-GCCcore-10.2.0,2
   * add gettext/0.21-GCCcore-10.3.0,2
   * add gettext/0.21-GCCcore-11.2.0,2
   * add gettext/0.21-GCCcore-11.3.0,2
   * add Ghostscript/9.54.0-GCCcore-10.3.0,2
   * add Ghostscript/9.54.0-GCCcore-11.2.0,2
   * add giflib/5.2.1-GCCcore-11.3.0,2
   * add git/2.23.0-GCCcore-9.3.0-nodocs,2
   * add git/2.28.0-GCCcore-10.2.0-nodocs,2
   * add git/2.32.0-GCCcore-10.3.0-nodocs,2
   * add git/2.33.1-GCCcore-11.2.0-nodocs,2
   * add git/2.36.0-GCCcore-11.3.0-nodocs,2
   * add git/2.38.1-GCCcore-12.2.0-nodocs,2
   * add git/2.41.0-GCCcore-12.3.0-nodocs,2
   * add GLib/2.64.1-GCCcore-9.3.0,2
   * add GLib/2.66.1-GCCcore-10.2.0,2
   * add GLib/2.68.2-GCCcore-10.3.0,2
   * add GLib/2.69.1-GCCcore-11.2.0,2
   * add GLib/2.72.1-GCCcore-11.3.0,2
   * add GLib/2.75.0-GCCcore-12.2.0,2
   * add GlobalArrays/5.7-intel-2020a,2
   * add GlobalArrays/5.8.1-intel-2022a,2
   * add GlobalArrays/5.8-intel-2020b,2
   * add GLPK/5.0-GCCcore-10.3.0,2
   * add GMP/6.2.0-GCCcore-10.2.0,2
   * add GMP/6.2.0-GCCcore-9.3.0,2
   * add GMP/6.2.1-GCCcore-10.3.0,2
   * add GMP/6.2.1-GCCcore-11.2.0,2
   * add GMP/6.2.1-GCCcore-11.3.0,2
   * add GMP/6.2.1-GCCcore-12.2.0,2
   * add gnuplot/5.2.8,2
   * add gnuplot/5.4.2-GCCcore-10.3.0,2
   * add Go/1.13.5,2
   * add Go/1.17.6,2
   * add GObject-Introspection/1.64.0-GCCcore-9.3.0-Python-3.8.2,2
   * add GObject-Introspection/1.68.0-GCCcore-10.3.0,2
   * add GObject-Introspection/1.68.0-GCCcore-11.2.0,2
   * add GObject-Introspection/1.72.0-GCCcore-11.3.0,2
   * add GObject-Introspection/1.74.0-GCCcore-12.2.0,2
   * add gompi/2020a,2
   * add gompi/2020b,2
   * add gompi/2021a,2
   * add gompi/2021b,2
   * add gompi/2022.05,2
   * add gompi/2022a,2
   * add gompi/2022b,2
   * add gompic/2020b,2
   * add gperf/3.1,2
   * add gperf/3.1-GCCcore-10.2.0,2
   * add gperf/3.1-GCCcore-10.3.0,2
   * add gperf/3.1-GCCcore-11.2.0,2
   * add gperf/3.1-GCCcore-11.3.0,2
   * add gperf/3.1-GCCcore-12.2.0,2
   * add gperf/3.1-GCCcore-9.3.0,2
   * add grace/5.1.25-gompi-2022a,2
   * add graphite2/1.3.14-GCCcore-11.2.0,2
   * add graphite2/1.3.14-GCCcore-11.3.0,2
   * add graphite2/1.3.14-GCCcore-12.2.0,2
   * add Graphviz/2.50.0-GCCcore-11.2.0,2
   * add groff/1.22.4-GCCcore-10.2.0,2
   * add groff/1.22.4-GCCcore-10.3.0,2
   * add groff/1.22.4-GCCcore-11.2.0,2
   * add groff/1.22.4-GCCcore-11.3.0,2
   * add groff/1.22.4-GCCcore-12.2.0,2
   * add groff/1.22.4-GCCcore-9.3.0,2
   * add GROMACS/2020.3-foss-2021a-PLUMED-2.7.2,2
   * add GROMACS/2021.4-fosscuda-2020b-PLUMED-2.7.3,2
   * add GROMACS/4.5.5-intel-2020b,2
   * add GSL/2.6-GCC-10.2.0,2
   * add GSL/2.6-iccifort-2020.1.217,2
   * add GSL/2.6-iccifort-2020.4.304,2
   * add GSL/2.7-GCC-10.3.0,2
   * add GSL/2.7-GCC-11.3.0,2
   * add GSL/2.7-GCCcore-12.2.0,2
   * add GST-plugins-base/1.18.4-GCC-10.3.0,2
   * add GStreamer/1.18.4-GCC-10.3.0,2
   * add GTK2/2.24.33-GCCcore-10.3.0,2
   * add GTK+/3.24.17-GCCcore-9.3.0,2
   * add GTK3/3.24.29-GCCcore-10.3.0,2
   * add GTK3/3.24.31-GCCcore-11.2.0,2
   * add GTS/0.7.6-GCCcore-11.2.0,2
   * add Guile/1.8.8-GCCcore-9.3.0,2
   * add gzip/1.10-GCCcore-10.2.0,2
   * add gzip/1.10-GCCcore-10.3.0,2
   * add gzip/1.10-GCCcore-11.2.0,2
   * add gzip/1.10-GCCcore-9.3.0,2
   * add gzip/1.12-GCCcore-11.3.0,2
   * add gzip/1.12-GCCcore-12.2.0,2
   * add h5py/3.1.0-foss-2020b,2
   * add h5py/3.1.0-intel-2020b,2
   * add h5py/3.2.1-foss-2021a,2
   * add h5py/3.7.0-foss-2022a,2
   * add HarfBuzz/2.6.4-GCCcore-9.3.0,2
   * add HarfBuzz/2.8.1-GCCcore-10.3.0,2
   * add HarfBuzz/2.8.2-GCCcore-11.2.0,2
   * add HarfBuzz/4.2.1-GCCcore-11.3.0,2
   * add HarfBuzz/5.3.1-GCCcore-12.2.0,2
   * add HDF/4.2.15-GCCcore-10.2.0,2
   * add HDF/4.2.15-GCCcore-10.3.0,2
   * add HDF5/1.10.6-intel-2020b-parallel,2
   * add HDF5/1.10.7-gompi-2020b,2
   * add HDF5/1.10.7-gompi-2021a,2
   * add HDF5/1.10.7-gompi-2021a-serial,2
   * add HDF5/1.10.7-gompic-2020b,2
   * add HDF5/1.10.7-iimpi-2020b,2
   * add HDF5/1.10.7-iimpi-2021a,2
   * add HDF5/1.10.7-iimpi-2021a-serial,2
   * add HDF5/1.12.1-gompi-2021b,2
   * add HDF5/1.12.1-gompi-2021b-serial,2
   * add HDF5/1.12.1-iimpi-2021b-serial,2
   * add HDF5/1.12.1-intel-2021b-parallel,2
   * add HDF5/1.12.1-NVHPC-21.9,2
   * add HDF5/1.12.1-NVHPC-22.2,2
   * add HDF5/1.12.2-gompi-2022a,2
   * add HDF5/1.12.2-iimpi-2022a,2
   * add HDF5/1.14.0-gompi-2022b,2
   * add help2man/1.47.12-GCCcore-9.3.0,2
   * add help2man/1.47.16-GCCcore-10.2.0,2
   * add help2man/1.47.8-GCCcore-8.3.0,2
   * add help2man/1.48.3-GCCcore-10.3.0,2
   * add help2man/1.48.3-GCCcore-11.2.0,2
   * add help2man/1.49.2-GCCcore-11.3.0,2
   * add help2man/1.49.2-GCCcore-12.1.0,2
   * add help2man/1.49.2-GCCcore-12.2.0,2
   * add help2man/1.49.3-GCCcore-12.3.0,2
   * add HH-suite/3.3.0-gompi-2022a,2
   * add HMMER/3.3.2-gompi-2022a,2
   * add htop/3.2.1,2
   * add hwloc/1.11.7-GCC-10.2.0,2
   * add hwloc/2.2.0-GCCcore-10.2.0,2
   * add hwloc/2.2.0-GCCcore-9.3.0,2
   * add hwloc/2.4.1-GCCcore-10.3.0,2
   * add hwloc/2.5.0-GCCcore-11.2.0,2
   * add hwloc/2.7.1-GCCcore-11.3.0,2
   * add hwloc/2.8.0-GCCcore-12.2.0,2
   * add HyperQueue/0.15.0,2
   * add HyperQueue/0.16.0,2
   * add hypothesis/5.41.2-GCCcore-10.2.0,2
   * add hypothesis/6.13.1-GCC-10.2.0,2
   * add hypothesis/6.13.1-GCCcore-10.3.0,2
   * add hypothesis/6.14.6-GCCcore-11.2.0,2
   * add hypothesis/6.46.7-GCCcore-11.3.0,2
   * add hypothesis/6.68.2-GCCcore-12.2.0,2
   * add Hypre/2.20.0-intel-2020b,2
   * add Hypre/2.21.0-foss-2021a,2
   * add Hypre/2.24.0-foss-2021a,2
   * add Hypre/2.27.0-foss-2022b,2
   * add icc/2019.1.144-GCC-8.2.0-2.31.1,2
   * add iccifort/2019.1.144-GCC-8.2.0-2.31.1,2
   * add iccifort/2020.1.217,2
   * add iccifort/2020.4.304,2
   * add ICU/66.1-GCCcore-9.3.0,2
   * add ICU/69.1-GCCcore-10.3.0,2
   * add ICU/69.1-GCCcore-11.2.0,2
   * add ICU/71.1-GCCcore-11.3.0,2
   * add ICU/72.1-GCCcore-12.2.0,2
   * add ifort/2019.1.144-GCC-8.2.0-2.31.1,2
   * add iimpi/2020a,2
   * add iimpi/2020b,2
   * add iimpi/2021a,2
   * add iimpi/2021b,2
   * add iimpi/2022a,2
   * add iimpi/2022b,2
   * add iimpi/2023a,2
   * add ImageMagick/7.0.11-14-GCCcore-10.3.0,2
   * add imkl/2020.1.217-iimpi-2020a,2
   * add imkl/2020.4.304-iimpi-2020b,2
   * add imkl/2021.2.0-iimpi-2021a,2
   * add imkl/2021.4.0,2
   * add imkl/2022.1.0,2
   * add imkl/2022.2.1,2
   * add imkl/2023.1.0,2
   * add imkl-FFTW/2021.4.0-iimpi-2021b,2
   * add imkl-FFTW/2022.1.0-iimpi-2022a,2
   * add imkl-FFTW/2022.2.1-iimpi-2022b,2
   * add imkl-FFTW/2023.1.0-iimpi-2023a,2
   * add impi/2018.4.274-iccifort-2019.1.144-GCC-8.2.0-2.31.1,2
   * add impi/2019.9.304-iccifort-2020.1.217,2
   * add impi/2019.9.304-iccifort-2020.4.304,2
   * add impi/2021.2.0-intel-compilers-2021.2.0,2
   * add impi/2021.4.0-intel-compilers-2021.4.0,2
   * add impi/2021.6.0-intel-compilers-2022.1.0,2
   * add impi/2021.7.1-intel-compilers-2022.2.1,2
   * add impi/2021.9.0-intel-compilers-2023.1.0,2
   * add intel/2020a,2
   * add intel/2020b,2
   * add intel/2021a,2
   * add intel/2021b,2
   * add intel/2022a,2
   * add intel/2022b,2
   * add intel/2023a,2
   * add intel-compilers/2021.2.0,2
   * add intel-compilers/2021.4.0,2
   * add intel-compilers/2022.1.0,2
   * add intel-compilers/2022.2.1,2
   * add intel-compilers/2023.1.0,2
   * add intltool/0.51.0-GCCcore-10.2.0,2
   * add intltool/0.51.0-GCCcore-10.3.0,2
   * add intltool/0.51.0-GCCcore-11.2.0,2
   * add intltool/0.51.0-GCCcore-11.3.0,2
   * add intltool/0.51.0-GCCcore-12.2.0,2
   * add intltool/0.51.0-GCCcore-9.3.0,2
   * add irodsfs/0.7.6,2
   * add JasPer/2.0.24-GCCcore-10.2.0,2
   * add JasPer/2.0.28-GCCcore-10.3.0,2
   * add JasPer/2.0.33-GCCcore-11.2.0,2
   * add JasPer/2.0.33-GCCcore-11.3.0,2
   * add JasPer/4.0.0-GCCcore-12.2.0,2
   * add Java/11.0.2,2
   * add Java/13.0.2,2
   * add Java/1.8.0_121,2
   * add Java/1.8.0_221,2
   * add jax/0.3.25-foss-2022a,2
   * add jax/0.3.25-foss-2022a-CUDA-11.7.0,2
   * add jbigkit/2.1-GCCcore-10.2.0,2
   * add jbigkit/2.1-GCCcore-10.3.0,2
   * add jbigkit/2.1-GCCcore-11.2.0,2
   * add jbigkit/2.1-GCCcore-11.3.0,2
   * add jbigkit/2.1-GCCcore-9.3.0,2
   * add jemalloc/5.2.1-GCCcore-10.2.0,2
   * add JOE/4.6,2
   * add JsonCpp/1.9.5-GCCcore-11.3.0,2
   * add Julia/1.8.3-linux-x86_64,2
   * add Julia/1.8.5-linux-x86_64,2
   * add Kalign/3.3.5-GCCcore-11.3.0,2
   * add Kerberos/1.20,2
   * add LAME/3.100-GCCcore-10.3.0,2
   * add LAME/3.100-GCCcore-11.3.0,2
   * add libarchive/3.4.3,2
   * add libarchive/3.4.3-GCCcore-10.2.0,2
   * add libarchive/3.5.1,2
   * add libarchive/3.5.1-GCCcore-10.3.0,2
   * add libarchive/3.5.1-GCCcore-11.2.0,2
   * add libarchive/3.6.1-GCCcore-11.3.0,2
   * add libarchive/3.6.1-GCCcore-12.2.0,2
   * add libcerf/1.17-GCCcore-10.3.0,2
   * add libcint/4.4.0-foss-2021a,2
   * add libdeflate/1.10-GCCcore-11.3.0,2
   * add libdrm/2.4.100-GCCcore-9.3.0,2
   * add libdrm/2.4.102-GCCcore-10.2.0,2
   * add libdrm/2.4.106-GCCcore-10.3.0,2
   * add libdrm/2.4.107-GCCcore-11.2.0,2
   * add libdrm/2.4.110-GCCcore-11.3.0,2
   * add libdrm/2.4.114-GCCcore-12.2.0,2
   * add libdwarf/20210305-GCCcore-10.3.0,2
   * add libelf/0.8.13-GCCcore-10.3.0,2
   * add libepoxy/1.5.4-GCCcore-9.3.0,2
   * add libepoxy/1.5.8-GCCcore-10.3.0,2
   * add libepoxy/1.5.8-GCCcore-11.2.0,2
   * add libevent/2.1.12-GCCcore-10.2.0,2
   * add libevent/2.1.12-GCCcore-10.3.0,2
   * add libevent/2.1.12-GCCcore-11.2.0,2
   * add libevent/2.1.12-GCCcore-11.3.0,2
   * add libevent/2.1.12-GCCcore-12.2.0,2
   * add libfabric/1.11.0-GCCcore-10.2.0,2
   * add libfabric/1.13.2-GCCcore-11.2.0,2
   * add libfabric/1.15.1-GCCcore-11.3.0,2
   * add libfabric/1.16.1-GCCcore-12.2.0,2
   * add libffi/3.3-GCCcore-10.2.0,2
   * add libffi/3.3-GCCcore-10.3.0,2
   * add libffi/3.3-GCCcore-9.3.0,2
   * add libffi/3.4.2-GCCcore-11.2.0,2
   * add libffi/3.4.2-GCCcore-11.3.0,2
   * add libffi/3.4.4-GCCcore-12.2.0,2
   * add libFLAME/5.2.0-GCCcore-10.2.0,2
   * add libgd/2.3.1,2
   * add libgd/2.3.1-GCCcore-10.3.0,2
   * add libgd/2.3.3-GCCcore-11.2.0,2
   * add libgeotiff/1.6.0-GCCcore-10.2.0,2
   * add libgeotiff/1.6.0-GCCcore-10.3.0,2
   * add libgit2/1.1.0-GCCcore-10.3.0,2
   * add libGLU/9.0.1-GCCcore-10.2.0,2
   * add libGLU/9.0.1-GCCcore-10.3.0,2
   * add libGLU/9.0.2-GCCcore-11.2.0,2
   * add libGLU/9.0.2-GCCcore-11.3.0,2
   * add libGLU/9.0.2-GCCcore-12.2.0,2
   * add libglvnd/1.2.0-GCCcore-9.3.0,2
   * add libglvnd/1.3.2-GCCcore-10.2.0,2
   * add libglvnd/1.3.3-GCCcore-10.3.0,2
   * add libglvnd/1.3.3-GCCcore-11.2.0,2
   * add libglvnd/1.4.0-GCCcore-11.3.0,2
   * add libglvnd/1.6.0-GCCcore-12.2.0,2
   * add libGridXC/0.8.5-iimpi-2020b,2
   * add libiconv/1.16-GCCcore-10.2.0,2
   * add libiconv/1.16-GCCcore-10.3.0,2
   * add libiconv/1.17-GCCcore-11.3.0,2
   * add Libint/2.6.0-GCC-10.2.0-lmax-6-cp2k,2
   * add Libint/2.6.0-iccifort-2020.4.304-lmax-6-cp2k,2
   * add Libint/2.7.2-GCC-11.3.0-lmax-6-cp2k,2
   * add libjpeg-turbo/2.0.4-GCCcore-9.3.0,2
   * add libjpeg-turbo/2.0.5-GCCcore-10.2.0,2
   * add libjpeg-turbo/2.0.6,2
   * add libjpeg-turbo/2.0.6-GCCcore-10.3.0,2
   * add libjpeg-turbo/2.0.6-GCCcore-11.2.0,2
   * add libjpeg-turbo/2.1.3-GCCcore-11.3.0,2
   * add libjpeg-turbo/2.1.4-GCCcore-12.2.0,2
   * add libmad/0.15.1b-GCCcore-11.3.0,2
   * add libmatheval/1.1.11-GCCcore-9.3.0,2
   * add libnsl/1.3.0-GCCcore-10.2.0,2
   * add libnsl/1.3.0-GCCcore-10.3.0,2
   * add libnsl/2.0.0-GCCcore-11.3.0,2
   * add libogg/1.3.4-GCCcore-10.3.0,2
   * add libogg/1.3.5-GCCcore-11.3.0,2
   * add libpciaccess/0.16-GCCcore-10.2.0,2
   * add libpciaccess/0.16-GCCcore-10.3.0,2
   * add libpciaccess/0.16-GCCcore-11.2.0,2
   * add libpciaccess/0.16-GCCcore-11.3.0,2
   * add libpciaccess/0.16-GCCcore-9.3.0,2
   * add libpciaccess/0.17-GCCcore-12.2.0,2
   * add libpng/1.5.30,2
   * add libpng/1.6.37,2
   * add libpng/1.6.37-GCCcore-10.2.0,2
   * add libpng/1.6.37-GCCcore-10.3.0,2
   * add libpng/1.6.37-GCCcore-11.2.0,2
   * add libpng/1.6.37-GCCcore-11.3.0,2
   * add libpng/1.6.37-GCCcore-9.3.0,2
   * add libpng/1.6.38-GCCcore-12.2.0,2
   * add libPSML/1.1.8-iccifort-2020.4.304,2
   * add libreadline/7.0,2
   * add libreadline/8.0-GCCcore-10.2.0,2
   * add libreadline/8.0-GCCcore-9.3.0,2
   * add libreadline/8.1.2-GCCcore-11.3.0,2
   * add libreadline/8.1-GCCcore-10.3.0,2
   * add libreadline/8.1-GCCcore-11.2.0,2
   * add libreadline/8.2-GCCcore-12.2.0,2
   * add libsndfile/1.0.31-GCCcore-10.3.0,2
   * add LibTIFF/4.1.0-GCCcore-10.2.0,2
   * add LibTIFF/4.1.0-GCCcore-9.3.0,2
   * add LibTIFF/4.2.0-GCCcore-10.3.0,2
   * add LibTIFF/4.3.0-GCCcore-11.2.0,2
   * add LibTIFF/4.3.0-GCCcore-11.3.0,2
   * add libtirpc/1.3.1-GCCcore-10.2.0,2
   * add libtirpc/1.3.2-GCCcore-10.2.0,2
   * add libtirpc/1.3.2-GCCcore-10.3.0,2
   * add libtirpc/1.3.2-GCCcore-11.3.0,2
   * add libtool/2.4.6,2
   * add libtool/2.4.6-GCCcore-10.2.0,2
   * add libtool/2.4.6-GCCcore-10.3.0,2
   * add libtool/2.4.6-GCCcore-11.2.0,2
   * add libtool/2.4.6-GCCcore-8.2.0,2
   * add libtool/2.4.6-GCCcore-9.3.0,2
   * add libtool/2.4.7,2
   * add libtool/2.4.7-GCCcore-11.3.0,2
   * add libtool/2.4.7-GCCcore-12.2.0,2
   * add libtool/2.4.7-GCCcore-12.3.0,2
   * add libunistring/0.9.10-GCCcore-9.3.0,2
   * add libunwind/1.3.1-GCCcore-9.3.0,2
   * add libunwind/1.4.0-GCCcore-10.2.0,2
   * add libunwind/1.4.0-GCCcore-10.3.0,2
   * add libunwind/1.5.0-GCCcore-11.2.0,2
   * add libunwind/1.6.2-GCCcore-11.3.0,2
   * add libunwind/1.6.2-GCCcore-12.2.0,2
   * add libvorbis/1.3.7-GCCcore-10.3.0,2
   * add libvorbis/1.3.7-GCCcore-11.3.0,2
   * add libxc/4.3.4-iccifort-2020.4.304,2
   * add libxc/4.3.4-intel-2020a,2
   * add libxc/4.3.4-intel-2020b,2
   * add libxc/5.1.3-GCC-10.2.0,2
   * add libxc/5.1.5-GCC-10.3.0,2
   * add libxc/5.1.5-intel-compilers-2021.2.0,2
   * add libxc/5.2.3-GCC-11.3.0,2
   * add libxc/5.2.3-intel-compilers-2022.1.0,2
   * add libxc/6.0.0-NVHPC-21.9,2
   * add libxml2/2.10.3-GCCcore-12.2.0,2
   * add libxml2/2.11.4-GCCcore-12.3.0,2
   * add libxml2/2.9.10-GCCcore-10.2.0,2
   * add libxml2/2.9.10-GCCcore-10.3.0,2
   * add libxml2/2.9.10-GCCcore-11.2.0,2
   * add libxml2/2.9.10-GCCcore-9.3.0,2
   * add libxml2/2.9.13-GCCcore-11.3.0,2
   * add libxslt/1.1.34-GCCcore-10.3.0,2
   * add libxslt/1.1.34-GCCcore-11.3.0,2
   * add libxsmm/1.16.1-GCC-10.2.0,2
   * add libxsmm/1.16.1-iccifort-2020.4.304,2
   * add libxsmm/1.17-GCC-11.3.0,2
   * add libyaml/0.2.5-GCCcore-11.3.0,2
   * add LicenseChecker/1.0,2
   * add Linda/9.2,2
   * add LittleCMS/2.12-GCCcore-10.3.0,2
   * add LLVM/11.0.0-GCCcore-10.2.0,2
   * add LLVM/11.1.0-GCCcore-10.3.0,2
   * add LLVM/12.0.1-GCCcore-11.2.0,2
   * add LLVM/14.0.3-GCCcore-11.3.0,2
   * add LLVM/15.0.5-GCCcore-12.2.0,2
   * add LLVM/9.0.1-GCCcore-9.3.0,2
   * add LMDB/0.9.29-GCCcore-11.3.0,2
   * add Lua/5.4.3-GCCcore-10.3.0,2
   * add lxml/4.6.3-GCCcore-10.3.0,2
   * add lxml/4.9.1-GCCcore-11.3.0,2
   * add lz4/1.9.2-GCCcore-10.2.0,2
   * add lz4/1.9.2-GCCcore-9.3.0,2
   * add lz4/1.9.3-GCCcore-10.3.0,2
   * add lz4/1.9.3-GCCcore-11.2.0,2
   * add lz4/1.9.3-GCCcore-11.3.0,2
   * add lz4/1.9.4-GCCcore-12.2.0,2
   * add M4/1.4.17,2
   * add M4/1.4.18,2
   * add M4/1.4.18-GCCcore-10.2.0,2
   * add M4/1.4.18-GCCcore-10.3.0,2
   * add M4/1.4.18-GCCcore-8.2.0,2
   * add M4/1.4.18-GCCcore-8.3.0,2
   * add M4/1.4.18-GCCcore-9.3.0,2
   * add M4/1.4.19,2
   * add M4/1.4.19-GCCcore-11.2.0,2
   * add M4/1.4.19-GCCcore-11.3.0,2
   * add M4/1.4.19-GCCcore-12.1.0,2
   * add M4/1.4.19-GCCcore-12.2.0,2
   * add M4/1.4.19-GCCcore-12.3.0,2
   * add maeparser/1.3.0-iimpi-2020a,2
   * add make/4.3-GCCcore-10.2.0,2
   * add makeinfo/6.7-GCCcore-10.2.0-minimal,2
   * add makeinfo/6.7-GCCcore-10.3.0-minimal,2
   * add makeinfo/6.7-GCCcore-9.3.0-minimal,2
   * add Mako/1.1.2-GCCcore-9.3.0,2
   * add Mako/1.1.3-GCCcore-10.2.0,2
   * add Mako/1.1.4-GCCcore-10.3.0,2
   * add Mako/1.1.4-GCCcore-11.2.0,2
   * add Mako/1.2.0-GCCcore-11.3.0,2
   * add Mako/1.2.4-GCCcore-12.2.0,2
   * add MATLAB/R2021a,2
   * add matplotlib/3.3.3-foss-2020b,2
   * add matplotlib/3.3.3-fosscuda-2020b,2
   * add matplotlib/3.3.3-intel-2020b,2
   * add matplotlib/3.5.2-foss-2022a,2
   * add Maven/3.3.9,2
   * add MCR/R2015b,2
   * add MCR/R2021a.3,2
   * add MCR/R2021b,2
   * add MCR/R2022a,2
   * add Mesa/20.0.2-GCCcore-9.3.0,2
   * add Mesa/20.2.1-GCCcore-10.2.0,2
   * add Mesa/21.1.1-GCCcore-10.3.0,2
   * add Mesa/21.1.7-GCCcore-11.2.0,2
   * add Mesa/22.0.3-GCCcore-11.3.0,2
   * add Mesa/22.2.4-GCCcore-12.2.0,2
   * add Meson/0.53.2-GCCcore-9.3.0-Python-3.8.2,2
   * add Meson/0.55.1-GCCcore-9.3.0-Python-3.8.2,2
   * add Meson/0.55.3-GCCcore-10.2.0,2
   * add Meson/0.58.0-GCCcore-10.3.0,2
   * add Meson/0.58.2-GCCcore-11.2.0,2
   * add Meson/0.62.1-GCCcore-11.3.0,2
   * add Meson/0.64.0-GCCcore-12.2.0,2
   * add METIS/5.1.0-GCCcore-10.2.0,2
   * add METIS/5.1.0-GCCcore-10.3.0,2
   * add METIS/5.1.0-GCCcore-12.2.0,2
   * add MIKE/2019_update1,2
   * add MIKE/2021_update1,2
   * add MIKE/2022,2
   * add MIKE/2023,2
   * add Molden/6.3-intel-2020a,2
   * add Molpro/mpp-2022.1.1.linux_x86_64_mpipr,2
   * add Molpro/mpp-2022.1.1.linux_x86_64_sockets,2
   * add Molpro/mpp-2022.2.2.linux_x86_64_mpipr,2
   * add Molpro/mpp-2022.2.2.linux_x86_64_sockets,2
   * add motif/2.3.8-GCCcore-11.3.0,2
   * add MPFR/4.1.0-GCCcore-10.2.0,2
   * add MPFR/4.1.0-GCCcore-10.3.0,2
   * add MPFR/4.2.0-GCCcore-12.2.0,2
   * add mpi4py/3.1.3-foss-2021a,2
   * add mpi4py/3.1.4-gompi-2022b,2
   * add mpi4pyscf/0.3.1-foss-2021a,2
   * add MUMPS/5.3.5-intel-2020b-metis,2
   * add MUMPS/5.4.0-foss-2021a-metis,2
   * add MUMPS/5.6.1-foss-2022b-metis,2
   * add nano/6.3,2
   * add nano/6.4,2
   * add nano/6.4-GCCcore-11.3.0,2
   * add nano/7.0-GCCcore-11.3.0,2
   * add nano/7.1-GCCcore-12.2.0,2
   * add NASM/2.14.02-GCCcore-9.3.0,2
   * add NASM/2.15.05,2
   * add NASM/2.15.05-GCCcore-10.2.0,2
   * add NASM/2.15.05-GCCcore-10.3.0,2
   * add NASM/2.15.05-GCCcore-11.2.0,2
   * add NASM/2.15.05-GCCcore-11.3.0,2
   * add NASM/2.15.05-GCCcore-12.2.0,2
   * add NCCL/2.12.12-GCCcore-11.3.0-CUDA-11.7.0,2
   * add NCCL/2.16.2-GCCcore-12.2.0-CUDA-12.2.0,2
   * add NCCL/2.18.3-GCCcore-12.3.0-CUDA-12.1.1,2
   * add NCCL/2.18.3-NVHPC-23.7-CUDA-12.2.0,2
   * add NCCL/2.8.3-GCCcore-10.2.0-CUDA-11.1.1,2
   * add ncurses/6.0,2
   * add ncurses/6.1,2
   * add ncurses/6.2,2
   * add ncurses/6.2-GCCcore-10.2.0,2
   * add ncurses/6.2-GCCcore-10.3.0,2
   * add ncurses/6.2-GCCcore-11.2.0,2
   * add ncurses/6.2-GCCcore-9.3.0,2
   * add ncurses/6.3,2
   * add ncurses/6.3-GCCcore-11.3.0,2
   * add ncurses/6.3-GCCcore-12.2.0,2
   * add ncurses/6.4-GCCcore-12.3.0,2
   * add netCDF/4.7.4-gompi-2020b,2
   * add netCDF/4.7.4-gompic-2020b,2
   * add netCDF/4.7.4-intel-2020b,2
   * add netCDF/4.8.0-gompi-2021a,2
   * add netCDF/4.9.0-gompi-2022a,2
   * add netCDF-Fortran/4.5.3-gompi-2020b,2
   * add netCDF-Fortran/4.5.3-gompic-2020b,2
   * add netCDF-Fortran/4.5.3-intel-2020b,2
   * add NetKet/3.3.2.post1-OpenMPI-4.1.1-CUDA-11.6.0,2
   * add nettle/3.7.2-GCCcore-10.3.0,2
   * add networkx/2.5.1-foss-2021a,2
   * add networkx/2.5-fosscuda-2020b,2
   * add networkx/2.8.4-foss-2022a,2
   * add Nextflow/21.10.6,2
   * add Ninja/1.10.0-GCCcore-9.3.0,2
   * add Ninja/1.10.1-GCCcore-10.2.0,2
   * add Ninja/1.10.2-GCCcore-10.3.0,2
   * add Ninja/1.10.2-GCCcore-11.2.0,2
   * add Ninja/1.10.2-GCCcore-11.3.0,2
   * add Ninja/1.11.1-GCCcore-12.2.0,2
   * add NLopt/2.7.0-GCCcore-10.3.0,2
   * add nodejs/14.17.0-GCCcore-10.3.0,2
   * add nodejs/16.15.1-GCCcore-11.3.0,2
   * add nodejs/18.12.1-GCCcore-12.2.0,2
   * add NSPR/4.29-GCCcore-10.2.0,2
   * add NSPR/4.30-GCCcore-10.3.0,2
   * add NSPR/4.32-GCCcore-11.2.0,2
   * add NSPR/4.34-GCCcore-11.3.0,2
   * add NSPR/4.35-GCCcore-12.2.0,2
   * add NSS/3.57-GCCcore-10.2.0,2
   * add NSS/3.65-GCCcore-10.3.0,2
   * add NSS/3.69-GCCcore-11.2.0,2
   * add NSS/3.79-GCCcore-11.3.0,2
   * add NSS/3.85-GCCcore-12.2.0,2
   * add nsync/1.25.0-GCCcore-11.3.0,2
   * add numactl/2.0.12-GCCcore-8.2.0,2
   * add numactl/2.0.13-GCCcore-10.2.0,2
   * add numactl/2.0.13-GCCcore-9.3.0,2
   * add numactl/2.0.14-GCCcore-10.3.0,2
   * add numactl/2.0.14-GCCcore-11.2.0,2
   * add numactl/2.0.14-GCCcore-11.3.0,2
   * add numactl/2.0.16,2
   * add numactl/2.0.16-GCCcore-12.2.0,2
   * add numactl/2.0.16-GCCcore-12.3.0,2
   * add NVHPC/21.11,2
   * add NVHPC/21.2,2
   * add NVHPC/21.9,2
   * add NVHPC/22.2,2
   * add NVHPC/23.1,2
   * add NVHPC/23.3,2
   * add NVHPC/23.5,2
   * add NVHPC/23.7,2
   * add nvompi/2021b,2
   * add Octave/6.4.0-intel-2020b-without-X11,2
   * add OPARI2/2.0.6-GCCcore-10.2.0,2
   * add OPARI2/2.0.7-GCCcore-11.2.0,2
   * add OpenBabel/3.1.1-iimpi-2020a-Python-3.8.2,2
   * add OpenBLAS/0.3.12-GCC-10.2.0,2
   * add OpenBLAS/0.3.15-GCC-10.3.0,2
   * add OpenBLAS/0.3.18-GCC-11.2.0,2
   * add OpenBLAS/0.3.20-GCC-11.3.0,2
   * add OpenBLAS/0.3.21-GCC-12.2.0,2
   * add OpenBLAS/0.3.9-GCC-9.3.0,2
   * add OpenFOAM/9-foss-2021a,2
   * add OpenMM/8.0.0-foss-2022a,2
   * add OpenMM/8.0.0-foss-2022a-CUDA-11.7.0,2
   * add OpenMolcas/23.06-intel-2022a,2
   * add OpenMPI/3.1.4-GCC-10.2.0,2
   * add OpenMPI/4.0.3-GCC-9.3.0,2
   * add OpenMPI/4.0.5-GCC-10.2.0,2
   * add OpenMPI/4.0.5-gcccuda-2020b,2
   * add OpenMPI/4.0.6-NVHPC-21.11-CUDA-11.4.1,2
   * add OpenMPI/4.0.6-NVHPC-21.11-CUDA-11.4.1-v2,2
   * add OpenMPI/4.0.6-NVHPC-22.2-CUDA-11.6.0,2
   * add OpenMPI/4.0.7-NVHPC-21.9-CUDA-11.4.1,2
   * add OpenMPI/4.1.1-GCC-10.2.0,2
   * add OpenMPI/4.1.1-GCC-10.2.0-Java-1.8.0_221,2
   * add OpenMPI/4.1.1-GCC-10.2.0-test,2
   * add OpenMPI/4.1.1-GCC-10.3.0,2
   * add OpenMPI/4.1.1-GCC-11.2.0,2
   * add OpenMPI/4.1.2-NVHPC-22.2-CUDA-11.6.0,2
   * add OpenMPI/4.1.2-NVHPC-22.2-CUDA-11.6.0-v2,2
   * add OpenMPI/4.1.4-GCC-11.3.0,2
   * add OpenMPI/4.1.4-GCC-11.3.0-CUDA-11.7.0,2
   * add OpenMPI/4.1.4-GCC-12.2.0,2
   * add OpenMPI/4.1.5-NVHPC-23.5,2
   * add OpenMPI/4.1.5-NVHPC-23.5-CUDA-12.2.0,2
   * add OpenSSL/1.1.1e-GCCcore-9.3.0,2
   * add OpenSSL/1.1.1h-GCCcore-10.2.0,2
   * add OpenSSL/1.1.1k-GCCcore-10.3.0,2
   * add OpenSSL/1.1,2
   * add OpenVDB/9.1.0-intel-2020b-Python-3.8.6,2
   * add ORCA/4.2.1-OpenMPI-3.1.4,2
   * add ORCA/5.0.1-OpenMPI-4.1.1,2
   * add ORCA/5.0.3-gompi-2021b,2
   * add ORCA/5.0.3-OpenMPI-4.1.1,2
   * add ORCA/5.0.3-OpenMPI-4.1.1-test,2
   * add OSU-Micro-Benchmarks/6.2-gompi-2022b,2
   * add OSU-Micro-Benchmarks/6.2-iimpi-2022b,2
   * add OTF2/2.3-GCCcore-10.2.0,2