Skip to content
Snippets Groups Projects
barbora-changelog.md 228 KiB
Newer Older
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
## Tue Oct 8 07:46:48 2024 

   * remove Advisor/2021.4.0-GCCcore-10.3.0,2
   * remove AlphaFold/2.3.1-foss-2022a,2
   * remove AlphaFold/2.3.4-foss-2022a-ColabFold,2
   * remove AlphaFold/2.3.4-foss-2022a-CUDA-11.7.0-ColabFold,2
   * remove Amber/20.11-foss-2020b-AmberTools-21.3,2
   * remove Amber/20.11-fosscuda-2020b-AmberTools-21.3,2
   * remove Anaconda3/2021.05,2
   * remove Anaconda3/2021.11,2
   * remove Anaconda3/2022.05,2
   * remove Anaconda3/2023.07-2,2
   * remove apptainer/1.1.5,2
   * remove apptainer-wrappers/1.0,2
   * remove arpack-ng/3.8.0-intel-2020b,2
   * remove arpack-ng/3.8.0-intel-2022a,2
   * remove assimp/5.3.1-GCCcore-13.2.0,2
   * remove at-spi2-atk/2.34.2-GCCcore-9.3.0,2
   * remove at-spi2-atk/2.38.0-GCCcore-10.3.0,2
   * remove at-spi2-atk/2.38.0-GCCcore-11.2.0,2
   * remove at-spi2-core/2.36.0-GCCcore-9.3.0,2
   * remove at-spi2-core/2.40.2-GCCcore-10.3.0,2
   * remove at-spi2-core/2.40.3-GCCcore-11.2.0,2
   * 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-CUDA-11.7.0-ColabFold,2
   * add AlphaFold/2.3.4-foss-2022a-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
   * remove awscli/1.27.75-GCCcore-12.2.0-Python-3.10.8,2
   * remove Bazel/4.2.2-GCCcore-11.2.0,2
   * remove Bazel/5.1.1-GCCcore-11.3.0,2
   * add BLAST/2.10.0-Linux_x86_64,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/0.9.0-GCC-13.2.0,2
   * add BLIS/3.0.1-GCCcore-10.2.0,2
   * add BLIS/3.1-GCCcore-12.2.0-amd,2
   * add BWA/0.7.17-intel-2020b,2
   * add Bazel/4.2.2-GCCcore-11.2.0,2
   * add Bazel/5.1.1-GCCcore-11.3.0,2
   * remove binutils/2.27,2
   * remove binutils/2.30,2
   * remove binutils/2.31.1,2
   * remove binutils/2.31.1-GCCcore-8.2.0,2
   * remove binutils/2.32,2
   * remove binutils/2.32-GCCcore-8.3.0,2
   * remove binutils/2.34,2
   * remove binutils/2.34-GCCcore-9.3.0,2
   * remove binutils/2.35,2
   * remove binutils/2.35-GCCcore-10.2.0,2
   * remove binutils/2.36.1,2
   * remove binutils/2.36.1-GCCcore-10.3.0,2
   * remove binutils/2.37,2
   * remove binutils/2.37-GCCcore-11.2.0,2
   * remove binutils/2.38,2
   * remove binutils/2.38-GCCcore-11.3.0,2
   * remove binutils/2.38-GCCcore-12.1.0,2
   * remove binutils/2.39,2
   * remove binutils/2.39-GCCcore-12.2.0,2
   * remove binutils/2.40,2
   * remove binutils/2.40-GCCcore-12.3.0,2
   * remove binutils/2.40-GCCcore-13.2.0,2
   * remove binutils/2.42,2
   * remove binutils/2.42-GCCcore-13.3.0,2
   * remove BLAST/2.10.0-Linux_x86_64,2
   * remove BLIS/0.8.1-GCC-11.2.0,2
   * remove BLIS/0.9.0-GCC-11.3.0,2
   * remove BLIS/0.9.0-GCC-12.2.0,2
   * remove BLIS/0.9.0-GCC-13.2.0,2
   * remove BLIS/3.0.1-GCCcore-10.2.0,2
   * remove BLIS/3.1-GCCcore-12.2.0-amd,2
   * add Boost.MPI/1.79.0-gompi-2022a,2
   * remove Boost.MPI/1.79.0-gompi-2022a,2
   * remove BWA/0.7.17-intel-2020b,2
   * remove bwidget/1.9.14-GCCcore-10.2.0,2
   * remove bwidget/1.9.15-GCCcore-11.3.0,2
   * remove bzip2/1.0.8,2
   * remove bzip2/1.0.8-GCCcore-10.2.0,2
   * remove bzip2/1.0.8-GCCcore-10.3.0,2
   * remove bzip2/1.0.8-GCCcore-11.2.0,2
   * remove bzip2/1.0.8-GCCcore-11.3.0,2
   * remove bzip2/1.0.8-GCCcore-12.2.0,2
   * remove bzip2/1.0.8-GCCcore-12.3.0,2
   * remove bzip2/1.0.8-GCCcore-13.2.0,2
   * remove bzip2/1.0.8-GCCcore-9.3.0,2
   * remove cairo/1.16.0-GCCcore-10.2.0,2
   * remove cairo/1.16.0-GCCcore-10.3.0,2
   * remove cairo/1.16.0-GCCcore-11.2.0,2
   * remove cairo/1.16.0-GCCcore-9.3.0,2
   * remove cairo/1.17.4-GCCcore-11.3.0,2
   * remove cairo/1.17.4-GCCcore-12.2.0,2
   * remove cairo/1.18.0-GCCcore-13.2.0,2
   * remove CentOS/7,2
   * remove cffi/1.15.1-GCCcore-13.2.0,2
   * remove Check/0.15.2-GCCcore-10.2.0,2
   * remove CheMPS2/1.8.9-intel-2020b,2
   * remove Clang/11.0.1-GCCcore-10.2.0,2
   * remove Clang/12.0.1-GCCcore-11.2.0,2
   * remove CoordgenLibs/3.0.1-iimpi-2020a,2
   * remove cppy/1.2.1-GCCcore-11.3.0,2
   * remove cppy/1.2.1-GCCcore-12.3.0,2
   * remove cryptography/41.0.5-GCCcore-13.2.0,2
   * remove Cube/4.6-GCCcore-10.2.0,2
   * remove CubeGUI/4.6-GCCcore-10.2.0,2
   * remove CubeLib/4.6-GCCcore-10.2.0,2
   * remove CubeLib/4.8-GCCcore-11.2.0,2
   * remove CubeWriter/4.6-GCCcore-10.2.0,2
   * remove CubeWriter/4.8-GCCcore-11.2.0,2
   * remove cuDNN/8.2.2.26-CUDA-11.4.1,2
   * remove cuDNN/8.4.1.50-CUDA-11.7.0,2
   * remove cURL/7.65.3,2
   * remove cURL/7.69.1-GCCcore-9.3.0,2
   * remove cURL/7.72.0,2
   * remove cURL/7.72.0-GCCcore-10.2.0,2
   * remove cURL/7.76.0,2
   * remove cURL/7.76.0-GCCcore-10.3.0,2
   * remove cURL/7.78.0-GCCcore-11.2.0,2
   * remove cURL/7.83.0-GCCcore-11.3.0,2
   * remove cURL/7.86.0-GCCcore-12.2.0,2
   * remove cURL/8.0.1-GCCcore-12.3.0,2
   * remove cURL/8.3.0-GCCcore-13.2.0,2
   * add CentOS/7,2
   * add CheMPS2/1.8.9-intel-2020b,2
   * add Check/0.15.2-GCCcore-10.2.0,2
   * add Clang/11.0.1-GCCcore-10.2.0,2
   * add Clang/12.0.1-GCCcore-11.2.0,2
   * add CoordgenLibs/3.0.1-iimpi-2020a,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 DFT-D4/3.6.0-intel-2022b-Python-3.10.8,2
   * remove dftd3-lib/0.9.2-GCC-10.2.0,2
   * remove dftd3-lib/0.9.2-GCC-11.3.0,2
   * remove DFT-D4/3.6.0-intel-2022b-Python-3.10.8,2
   * remove dill/0.3.4-GCCcore-10.3.0,2
   * remove dill/0.3.4-GCCcore-11.2.0,2
   * remove dill/0.3.6-GCCcore-11.3.0,2
   * remove dos2unix/7.4.2,2
   * remove dos2unix/7.5.0-GCCcore-12.2.0,2
   * remove double-conversion/3.1.5-GCCcore-10.2.0,2
   * remove double-conversion/3.1.5-GCCcore-10.3.0,2
   * remove double-conversion/3.1.5-GCCcore-11.2.0,2
   * remove double-conversion/3.2.0-GCCcore-11.3.0,2
   * remove double-conversion/3.2.1-GCCcore-12.2.0,2
   * remove double-conversion/3.3.0-GCCcore-13.2.0,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 ELPA/2022.05.001-foss-2022b,2
   * add ELPA/2023.05.001-intel-2023a,2
   * add ELSI/2.5.0-intel-2020b,2
   * add ELSI/2.6.4-intel-2020b,2
   * remove ecCodes/2.22.1-gompi-2021a,2
   * remove elfutils/0.183-GCCcore-10.2.0,2
   * remove elfutils/0.185-GCCcore-11.2.0,2
   * remove ELPA/2019.11.001-intel-2020b,2
   * remove ELPA/2020.11.001-foss-2020b,2
   * remove ELPA/2020.11.001-intel-2020b,2
   * remove ELPA/2021.05.001-foss-2021a,2
   * remove ELPA/2021.05.001-intel-2021a,2
   * remove ELPA/2021.11.001-intel-2022a,2
   * remove ELPA/2022.05.001-foss-2022b,2
   * remove ELPA/2023.05.001-intel-2023a,2
   * remove ELSI/2.5.0-intel-2020b,2
   * remove ELSI/2.6.4-intel-2020b,2
   * remove expat/2.2.6-GCCcore-8.2.0,2
   * remove expat/2.2.9,2
   * remove expat/2.2.9-GCCcore-10.2.0,2
   * remove expat/2.2.9-GCCcore-10.3.0,2
   * remove expat/2.2.9-GCCcore-9.3.0,2
   * remove expat/2.4.1-GCCcore-11.2.0,2
   * remove expat/2.4.8-GCCcore-11.3.0,2
   * remove expat/2.4.9-GCCcore-12.2.0,2
   * remove expat/2.5.0-GCCcore-12.3.0,2
   * remove expat/2.5.0-GCCcore-13.2.0,2
   * remove FastQC/0.11.9-Java-11,2
   * remove Fedora/latest,2
   * remove FFmpeg/4.3.2-GCCcore-10.3.0,2
   * remove FFmpeg/5.0.1-GCCcore-11.3.0,2
   * remove FFmpeg/5.1.2-GCCcore-11.3.0,2
   * remove FFmpeg/6.0-GCCcore-13.2.0,2
   * remove ffnvcodec/12.1.14.0,2
   * add FFTW.MPI/3.3.10-NVHPC-24.3-CUDA-12.3.0,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-gompi-2023b,2
   * add FFTW.MPI/3.3.10-iimpi-2022a,2
   * add FFTW.MPI/3.3.8-NVHPC-22.2,2
   * remove FFTW/3.3.10-gompi-2021b,2
   * remove FFTW/3.3.10-iimpi-2022a,2
   * add FFTW/3.3.10-gompi-2021b,2
   * add FFTW/3.3.10-iimpi-2022a,2
   * add FFTW/3.3.8-NVHPC-22.2,2
   * remove FFTW/3.3.8-NVHPC-22.2,2
   * remove FFTW.MPI/3.3.10-gompi-2022.05,2
   * remove FFTW.MPI/3.3.10-gompi-2022a,2
   * remove FFTW.MPI/3.3.10-gompi-2022b,2
   * remove FFTW.MPI/3.3.10-gompi-2023b,2
   * remove FFTW.MPI/3.3.10-iimpi-2022a,2
   * remove FFTW.MPI/3.3.10-NVHPC-24.3-CUDA-12.3.0,2
   * remove FFTW.MPI/3.3.8-NVHPC-22.2,2
   * remove fio/3.32-GCCcore-11.3.0,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 FFmpeg/6.0-GCCcore-13.2.0,2
   * add FLINT/2.7.1-GCC-10.3.0,2
   * add FPM/1.15.0-Ruby-3.0.3,2
   * add FastQC/0.11.9-Java-11,2
   * add Fedora/latest,2
   * remove flatbuffers/2.0.7-GCCcore-11.3.0,2
   * remove flatbuffers-python/2.0-GCCcore-11.3.0,2
   * remove flex/2.5.39,2
   * remove flex/2.6.3,2
   * remove flex/2.6.4,2
   * remove flex/2.6.4-GCCcore-10.2.0,2
   * remove flex/2.6.4-GCCcore-10.3.0,2
   * remove flex/2.6.4-GCCcore-11.2.0,2
   * remove flex/2.6.4-GCCcore-11.3.0,2
   * remove flex/2.6.4-GCCcore-12.1.0,2
   * remove flex/2.6.4-GCCcore-12.2.0,2
   * remove flex/2.6.4-GCCcore-12.3.0,2
   * remove flex/2.6.4-GCCcore-13.2.0,2
   * remove flex/2.6.4-GCCcore-13.3.0,2
   * remove flex/2.6.4-GCCcore-8.3.0,2
   * remove flex/2.6.4-GCCcore-9.3.0,2
   * remove FLINT/2.7.1-GCC-10.3.0,2
   * remove flit/3.9.0-GCCcore-12.3.0,2
   * remove flit/3.9.0-GCCcore-13.2.0,2
   * remove fontconfig/2.13.92-GCCcore-10.2.0,2
   * remove fontconfig/2.13.92-GCCcore-9.3.0,2
   * remove fontconfig/2.13.93,2
   * remove fontconfig/2.13.93-GCCcore-10.3.0,2
   * remove fontconfig/2.13.94-GCCcore-11.2.0,2
   * remove fontconfig/2.14.0-GCCcore-11.3.0,2
   * remove fontconfig/2.14.1-GCCcore-12.2.0,2
   * remove fontconfig/2.14.2-GCCcore-13.2.0,2
   * remove foss/2020a,2
   * remove foss/2020b,2
   * remove foss/2021a,2
   * remove foss/2021b,2
   * remove foss/2022.05,2
   * remove foss/2022a,2
   * remove foss/2022b,2
   * remove foss/2023b,2
   * remove fosscuda/2020b,2
   * remove FPM/1.15.0-Ruby-3.0.3,2
   * remove freetype/2.10.1-GCCcore-9.3.0,2
   * remove freetype/2.10.3-GCCcore-10.2.0,2
   * remove freetype/2.10.4,2
   * remove freetype/2.10.4-GCCcore-10.3.0,2
   * remove freetype/2.11.0-GCCcore-11.2.0,2
   * remove freetype/2.12.1-GCCcore-11.3.0,2
   * remove freetype/2.12.1-GCCcore-12.2.0,2
   * remove freetype/2.13.2-GCCcore-13.2.0,2
   * remove Gaussian/09-a02-CascadeLake,2
   * remove Gaussian/09-CascadeLake,2
   * remove Gaussian/09-d01-CascadeLake,2
   * remove Gaussian/16_rev_c0-binary,2
   * remove Gaussian/16_rev_c0-binary-Linda,2
   * remove Gaussian/16_rev_c0-CascadeLake,2
   * remove Gaussian/16_rev_c0-CascadeLake-Linda,2
   * remove Gaussian/16_rev_c0-GPU-Linda,2
   * remove gc/7.6.12-GCCcore-9.3.0,2
   * remove gcccuda/2020b,2
   * remove Gdk-Pixbuf/2.40.0-GCCcore-9.3.0,2
   * remove Gdk-Pixbuf/2.42.6-GCCcore-10.3.0,2
   * remove Gdk-Pixbuf/2.42.6-GCCcore-11.2.0,2
   * remove GDRCopy/2.3.1-GCCcore-12.3.0,2
   * add GDRCopy/2.3.1-GCCcore-12.3.0,2
   * remove gettext/0.19.4,2
   * remove gettext/0.20.1,2
   * remove gettext/0.20.1-GCCcore-9.3.0,2
   * remove gettext/0.21.1,2
   * remove gettext/0.21.1-GCCcore-12.2.0,2
   * remove gettext/0.21.1-GCCcore-12.3.0,2
   * remove gettext/0.21,2
   * remove gettext/0.21-GCCcore-10.2.0,2
   * remove gettext/0.21-GCCcore-10.3.0,2
   * remove gettext/0.21-GCCcore-11.2.0,2
   * remove gettext/0.21-GCCcore-11.3.0,2
   * remove gettext/0.22,2
   * remove gettext/0.22-GCCcore-13.2.0,2
   * remove Ghostscript/9.54.0-GCCcore-10.3.0,2
   * remove Ghostscript/9.54.0-GCCcore-11.2.0,2
   * remove giflib/5.2.1-GCCcore-11.3.0,2
   * remove giflib/5.2.1-GCCcore-13.2.0,2
   * remove git/2.23.0-GCCcore-9.3.0-nodocs,2
   * remove git/2.28.0-GCCcore-10.2.0-nodocs,2
   * remove git/2.32.0-GCCcore-10.3.0-nodocs,2
   * remove git/2.33.1-GCCcore-11.2.0-nodocs,2
   * remove git/2.36.0-GCCcore-11.3.0-nodocs,2
   * remove git/2.38.1-GCCcore-12.2.0-nodocs,2
   * remove git/2.41.0-GCCcore-12.3.0-nodocs,2
   * remove git/2.42.0-GCCcore-13.2.0,2
   * add GLPK/5.0-GCCcore-10.3.0,2
   * remove GlobalArrays/5.7-intel-2020a,2
   * remove GlobalArrays/5.8.1-intel-2022a,2
   * remove GlobalArrays/5.8-intel-2020b,2
   * remove GLPK/5.0-GCCcore-10.3.0,2
   * remove gmpy2/2.1.0b5-GCC-10.3.0,2
   * remove gnuplot/5.2.8,2
   * remove gnuplot/5.4.2-GCCcore-10.3.0,2
   * remove Go/1.13.5,2
   * remove Go/1.17.3,2
   * remove Go/1.17.6,2
   * remove Go/1.21.6,2
   * remove gompi/2020a,2
   * remove gompi/2020b,2
   * remove gompi/2021a,2
   * remove gompi/2021b,2
   * remove gompi/2022.05,2
   * remove gompi/2022a,2
   * remove gompi/2022b,2
   * remove gompi/2023a,2
   * remove gompi/2023b,2
   * remove gompic/2020b,2
   * remove GPAW/23.9.1-intel-2022a,2
   * remove gperf/3.1,2
   * remove gperf/3.1-GCCcore-10.2.0,2
   * remove gperf/3.1-GCCcore-10.3.0,2
   * remove gperf/3.1-GCCcore-11.2.0,2
   * remove gperf/3.1-GCCcore-11.3.0,2
   * remove gperf/3.1-GCCcore-12.2.0,2
   * remove gperf/3.1-GCCcore-13.2.0,2
   * remove gperf/3.1-GCCcore-9.3.0,2
   * remove grace/5.1.25-gompi-2022a,2
   * remove graphite2/1.3.14-GCCcore-10.2.0,2
   * remove graphite2/1.3.14-GCCcore-11.2.0,2
   * remove graphite2/1.3.14-GCCcore-11.3.0,2
   * remove graphite2/1.3.14-GCCcore-12.2.0,2
   * remove graphite2/1.3.14-GCCcore-13.2.0,2
   * remove Graphviz/2.50.0-GCCcore-11.2.0,2
   * remove groff/1.22.4-GCCcore-10.2.0,2
   * remove groff/1.22.4-GCCcore-10.3.0,2
   * remove groff/1.22.4-GCCcore-11.2.0,2
   * remove groff/1.22.4-GCCcore-11.3.0,2
   * remove groff/1.22.4-GCCcore-12.2.0,2
   * remove groff/1.22.4-GCCcore-9.3.0,2
   * remove groff/1.23.0-GCCcore-13.2.0,2
   * add GPAW/23.9.1-intel-2022a,2
   * remove GTK2/2.24.33-GCCcore-10.3.0,2
   * add GTK2/2.24.33-GCCcore-10.3.0,2
   * add Gaussian/09-CascadeLake,2
   * add Gaussian/09-a02-CascadeLake,2
   * add Gaussian/09-d01-CascadeLake,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 Gaussian/16_rev_c0-binary,2
   * add Gaussian/16_rev_c0-binary-Linda,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 Ghostscript/9.54.0-GCCcore-10.3.0,2
   * add Ghostscript/9.54.0-GCCcore-11.2.0,2
   * add GlobalArrays/5.7-intel-2020a,2
   * add GlobalArrays/5.8-intel-2020b,2
   * add GlobalArrays/5.8.1-intel-2022a,2
   * add Go/1.13.5,2
   * add Go/1.17.3,2
   * add Go/1.17.6,2
   * add Go/1.21.6,2
   * add Graphviz/2.50.0-GCCcore-11.2.0,2
   * remove gzip/1.10-GCCcore-10.2.0,2
   * remove gzip/1.10-GCCcore-10.3.0,2
   * remove gzip/1.10-GCCcore-11.2.0,2
   * remove gzip/1.10-GCCcore-9.3.0,2
   * remove gzip/1.12-GCCcore-11.3.0,2
   * remove gzip/1.12-GCCcore-12.2.0,2
   * remove gzip/1.12-GCCcore-12.3.0,2
   * remove gzip/1.13-GCCcore-13.2.0,2
   * remove h5py/3.1.0-foss-2020b,2
   * remove h5py/3.1.0-intel-2020b,2
   * remove h5py/3.2.1-foss-2021a,2
   * remove h5py/3.7.0-foss-2022a,2
   * remove HarfBuzz/2.6.4-GCCcore-9.3.0,2
   * remove HarfBuzz/2.6.7-GCCcore-10.2.0,2
   * remove HarfBuzz/2.8.1-GCCcore-10.3.0,2
   * remove HarfBuzz/2.8.2-GCCcore-11.2.0,2
   * remove HarfBuzz/4.2.1-GCCcore-11.3.0,2
   * remove HarfBuzz/5.3.1-GCCcore-12.2.0,2
   * remove HarfBuzz/8.2.2-GCCcore-13.2.0,2
   * remove hatchling/1.18.0-GCCcore-12.3.0,2
   * remove hatchling/1.18.0-GCCcore-13.2.0,2
   * add HDF5/1.12.1-NVHPC-21.9,2
   * add HDF5/1.12.1-NVHPC-22.2,2
   * remove HDF5/1.12.1-NVHPC-21.9,2
   * remove HDF5/1.12.1-NVHPC-22.2,2
   * add HDF5/1.14.3-NVHPC-24.3-CUDA-12.3.0,2
   * remove HDF5/1.14.3-NVHPC-24.3-CUDA-12.3.0,2
   * remove help2man/1.47.12-GCCcore-9.3.0,2
   * remove help2man/1.47.16-GCCcore-10.2.0,2
   * remove help2man/1.47.8-GCCcore-8.3.0,2
   * remove help2man/1.48.3-GCCcore-10.3.0,2
   * remove help2man/1.48.3-GCCcore-11.2.0,2
   * remove help2man/1.49.2-GCCcore-11.3.0,2
   * remove help2man/1.49.2-GCCcore-12.1.0,2
   * remove help2man/1.49.2-GCCcore-12.2.0,2
   * remove help2man/1.49.3-GCCcore-12.3.0,2
   * remove help2man/1.49.3-GCCcore-13.2.0,2
   * remove help2man/1.49.3-GCCcore-13.3.0,2
   * remove htop/3.2.1,2
   * remove hwloc/1.11.7-GCC-10.2.0,2
   * remove hwloc/2.2.0-GCCcore-10.2.0,2
   * remove hwloc/2.2.0-GCCcore-9.3.0,2
   * remove hwloc/2.4.1-GCCcore-10.3.0,2
   * remove hwloc/2.5.0-GCCcore-11.2.0,2
   * remove hwloc/2.7.1-GCCcore-11.3.0,2
   * remove hwloc/2.8.0-GCCcore-12.2.0,2
   * remove hwloc/2.9.1-GCCcore-12.3.0,2
   * remove hwloc/2.9.2-GCCcore-13.2.0,2
   * add HarfBuzz/2.6.4-GCCcore-9.3.0,2
   * add HarfBuzz/2.6.7-GCCcore-10.2.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 HarfBuzz/8.2.2-GCCcore-13.2.0,2
   * remove hypothesis/5.41.2-GCCcore-10.2.0,2
   * remove hypothesis/6.13.1-GCC-10.2.0,2
   * remove hypothesis/6.13.1-GCCcore-10.3.0,2
   * remove hypothesis/6.14.6-GCCcore-11.2.0,2
   * remove hypothesis/6.46.7-GCCcore-11.3.0,2
   * remove hypothesis/6.68.2-GCCcore-12.2.0,2
   * remove icc/2019.1.144-GCC-8.2.0-2.31.1,2
   * remove iccifort/2019.1.144-GCC-8.2.0-2.31.1,2
   * remove iccifort/2020.1.217,2
   * remove iccifort/2020.4.304,2
   * remove ifort/2019.1.144-GCC-8.2.0-2.31.1,2
   * remove iimpi/2020a,2
   * remove iimpi/2020b,2
   * remove iimpi/2021a,2
   * remove iimpi/2021b,2
   * remove iimpi/2022.12,2
   * remove iimpi/2022a,2
   * remove iimpi/2022b,2
   * remove iimpi/2023a,2
   * remove iimpi/2023b,2
   * remove iimpi/2024a,2
   * remove ImageMagick/7.0.11-14-GCCcore-10.3.0,2
   * remove imkl/2020.1.217-iimpi-2020a,2
   * remove imkl/2020.4.304-iimpi-2020b,2
   * remove imkl/2021.2.0-iimpi-2021a,2
   * remove imkl/2021.4.0,2
   * remove imkl/2022.1.0,2
   * remove imkl/2022.2.1,2
   * remove imkl/2023.0.0,2
   * remove imkl/2023.1.0,2
   * remove imkl/2023.2.0,2
   * remove imkl/2024.2.0,2
   * remove imkl-FFTW/2021.4.0-iimpi-2021b,2
   * remove imkl-FFTW/2022.1.0-iimpi-2022a,2
   * remove imkl-FFTW/2022.2.1-iimpi-2022b,2
   * remove imkl-FFTW/2023.0.0-iimpi-2022.12,2
   * remove imkl-FFTW/2023.1.0-iimpi-2023a,2
   * remove imkl-FFTW/2023.2.0-iimpi-2023b,2
   * remove imkl-FFTW/2024.2.0-iimpi-2024a,2
   * remove impi/2018.4.274-iccifort-2019.1.144-GCC-8.2.0-2.31.1,2
   * remove impi/2019.9.304-iccifort-2020.1.217,2
   * remove impi/2019.9.304-iccifort-2020.4.304,2
   * remove impi/2021.10.0-intel-compilers-2023.2.1,2
   * remove impi/2021.13.0-intel-compilers-2024.2.0,2
   * remove impi/2021.2.0-intel-compilers-2021.2.0,2
   * remove impi/2021.4.0-intel-compilers-2021.4.0,2
   * remove impi/2021.6.0-intel-compilers-2022.1.0,2
   * remove impi/2021.7.1-intel-compilers-2022.2.1,2
   * remove impi/2021.8.0-intel-compilers-2023.0.0,2
   * remove impi/2021.9.0-intel-compilers-2023.1.0,2
   * remove intel/2020a,2
   * remove intel/2020b,2
   * remove intel/2021a,2
   * remove intel/2021b,2
   * remove intel/2022.12,2
   * remove intel/2022a,2
   * remove intel/2022b,2
   * remove intel/2023a,2
   * remove intel/2023b,2
   * remove intel/2024a,2
   * remove intel-compilers/2021.2.0,2
   * remove intel-compilers/2021.4.0,2
   * remove intel-compilers/2022.1.0,2
   * remove intel-compilers/2022.2.1,2
   * remove intel-compilers/2023.0.0,2
   * remove intel-compilers/2023.1.0,2
   * remove intel-compilers/2023.2.1,2
   * remove intel-compilers/2024.2.0,2
   * remove intltool/0.51.0-GCCcore-10.2.0,2
   * remove intltool/0.51.0-GCCcore-10.3.0,2
   * remove intltool/0.51.0-GCCcore-11.2.0,2
   * remove intltool/0.51.0-GCCcore-11.3.0,2
   * remove intltool/0.51.0-GCCcore-12.2.0,2
   * remove intltool/0.51.0-GCCcore-13.2.0,2
   * remove intltool/0.51.0-GCCcore-9.3.0,2
   * remove irodsfs/0.7.6,2
   * add ImageMagick/7.0.11-14-GCCcore-10.3.0,2
   * add JOE/4.6,2
   * add JUBE/2.4.2,2
   * add JUBE/2.6.1,2
   * remove Java/11.0.2,2
   * remove Java/13.0.2,2
   * add Java/11.0.2,2
   * add Java/13.0.2,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 LAME/3.100-GCCcore-13.2.0,2
   * add LAPACK/3.10.0-GCC-12.2.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/16.0.6-GCCcore-13.2.0,2
   * add LLVM/9.0.1-GCCcore-9.3.0,2
   * add LMDB/0.9.29-GCCcore-11.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 LibTIFF/4.6.0-GCCcore-13.2.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 LicenseChecker/1.0,2
   * add Linda/9.2,2
   * add LittleCMS/2.12-GCCcore-10.3.0,2
   * add Lua/5.4.3-GCCcore-10.3.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 M4/1.4.19-GCCcore-13.2.0,2
   * add M4/1.4.19-GCCcore-13.3.0,2
   * add MATLAB/R2021a,2
   * add MATLAB/R2023b,2
   * add MCR/R2015b,2
   * add MCR/R2021a.3,2
   * add MCR/R2021b,2
   * add MCR/R2022a,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 METIS/5.1.0-intel-2020a,2
   * add MIKE/2019_update1,2
   * add MIKE/2021_update1,2
   * add MIKE/2022,2
   * add MIKE/2023,2
   * add MIKE/2024,2
   * add MPC/1.2.1-GCCcore-10.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 MUMPS/5.2.1-intel-2020a-metis,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 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 Mako/1.2.4-GCCcore-13.2.0,2
   * add Maven/3.3.9,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 Mesa/23.1.9-GCCcore-13.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 Meson/1.1.1-GCCcore-12.3.0,2
   * add Meson/1.2.3-GCCcore-13.2.0,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 Molpro/mpp-2024.1.0.linux_x86_64_mpipr,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 NASM/2.16.01-GCCcore-13.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.21.5-GCCcore-12.2.0-CUDA-12.3.0,2
   * add NCCL/2.8.3-GCCcore-10.2.0-CUDA-11.1.1,2
   * add NLopt/2.7.0-GCCcore-10.3.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 NSPR/4.35-GCCcore-13.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 NSS/3.94-GCCcore-13.2.0,2
   * add NVHPC/21.11,2
   * add NVHPC/21.2,2
   * add NVHPC/21.9,2
   * add NVHPC/22.2,2
   * add NVHPC/22.7-CUDA-11.7.0,2
   * add NVHPC/23.1,2
   * add NVHPC/23.11,2
   * add NVHPC/23.3,2
   * add NVHPC/23.5,2
   * add NVHPC/23.7,2
   * add NVHPC/24.3-CUDA-12.3.0,2
   * add NWChem/7.2.2-intel-2022a,2
   * add NetKet/3.3.2.post1-OpenMPI-4.1.1-CUDA-11.6.0,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 Ninja/1.11.1-GCCcore-12.3.0,2
   * add Ninja/1.11.1-GCCcore-13.2.0,2
   * add OPARI2/2.0.6-GCCcore-10.2.0,2
   * add OPARI2/2.0.7-GCCcore-11.2.0,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-OpenMPI-4.1.1,2
   * add ORCA/5.0.3-OpenMPI-4.1.1-test,2
   * add ORCA/5.0.3-gompi-2021b,2
   * add ORCA/6.0.0-gompi-2023a,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
   * add OTF2/3.0.2-GCCcore-11.2.0,2
   * add OVITO/3.5.4-GCC-10.2.0-pro,2
   * add OVITO/3.7.11-GCCcore-11.3.0-pro,2
   * add Octave/6.4.0-intel-2020b-without-X11,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.24-GCC-13.2.0,2
   * add OpenBLAS/0.3.9-GCC-9.3.0,2
   * add OpenBabel/3.1.1-iimpi-2020a-Python-3.8.2,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 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.4-NVHPC-22.7-CUDA-11.7.0,2
   * add OpenMPI/4.1.5-GCC-12.3.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 OpenMPI/4.1.6-GCC-13.2.0,2
   * add OpenMPI/4.1.6-NVHPC-23.3-CUDA-12.2.0,2
   * add OpenMPI/4.1.6-NVHPC-23.5-CUDA-12.2.0,2
   * add OpenMPI/4.1.6-NVHPC-24.3-CUDA-12.3.0,2
   * add OpenMX/3.8-intel-2023a,2
   * add OpenMolcas/23.06-intel-2022a,2
   * add OpenSSL/1.1,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 OpenVDB/9.1.0-intel-2020b-Python-3.8.6,2
   * add PAPI/6.0.0-GCCcore-10.2.0,2
   * add PAPI/6.0.0.1-GCCcore-10.3.0,2
   * add PAPI/6.0.0.1-GCCcore-11.2.0,2
   * add PCRE/8.40,2
   * add PCRE/8.44-GCCcore-10.2.0,2
   * add PCRE/8.44-GCCcore-10.3.0,2
   * add PCRE/8.44-GCCcore-9.3.0,2
   * add PCRE/8.45,2
   * add PCRE/8.45-GCCcore-11.2.0,2
   * add PCRE/8.45-GCCcore-11.3.0,2
   * add PCRE2/10.35-GCCcore-10.2.0,2
   * add PCRE2/10.36-GCCcore-10.3.0,2
   * add PCRE2/10.37-GCCcore-11.2.0,2
   * add PCRE2/10.40-GCCcore-11.3.0,2
   * add PCRE2/10.40-GCCcore-12.2.0,2
   * add PCRE2/10.42-GCCcore-13.2.0,2
   * add PDT/3.25-GCCcore-10.2.0,2
   * add PDT/3.25.1-GCCcore-11.2.0,2
   * add PETSc/3.12.4-intel-2020a,2
   * add PETSc/3.14.4-intel-2020b,2
   * add PETSc/3.15.1-foss-2021a,2
   * add PETSc/3.16.2-intel-2020b,2
   * add PETSc/3.17.2-foss-2021a,2
   * add PETSc/3.19.2-foss-2022b,2
   * add PLUMED/2.6.2-foss-2020b,2
   * add PLUMED/2.6.2-intel-2020b,2
   * add PLUMED/2.7.0-fosscuda-2020b-patch,2
   * add PLUMED/2.7.2-foss-2021a,2
   * add PLUMED/2.7.3-fosscuda-2020b,2
   * add PLUMED/2.8.0-foss-2022a,2
   * add PLUMED/2.8.0-fosscuda-2020b,2
   * add PMIx/3.1.5-GCCcore-10.2.0,2
   * add PMIx/4.1.0-GCCcore-11.2.0,2
   * add PMIx/4.1.2-GCCcore-11.3.0,2
   * add PMIx/4.2.2-GCCcore-12.2.0,2
   * add PMIx/4.2.4-GCCcore-12.3.0,2
   * add PMIx/4.2.6-GCCcore-13.2.0,2
   * add PROJ/7.2.1-GCCcore-10.2.0,2
   * add PROJ/8.0.1-GCCcore-10.3.0,2
   * add PROJ_4/4.9.2,2
   * add Pango/1.44.7-GCCcore-9.3.0,2
   * add Pango/1.48.5-GCCcore-10.3.0,2
   * add Pango/1.48.8-GCCcore-11.2.0,2
   * add ParMETIS/4.0.3-gompi-2022b,2
   * add ParaView/5.9.1-foss-2021a-mpi,2
   * add Paraver/4.10.0-foss-2021a,2
   * add Particleworks/7.2.1-impi-2019.9.304,2
   * add Perl-bundle-CPAN/5.38.0-GCCcore-13.2.0,2
   * add Perl/5.28.1-GCCcore-8.2.0,2
   * add Perl/5.30.2-GCCcore-9.3.0,2
   * add Perl/5.30.2-GCCcore-9.3.0-minimal,2
   * add Perl/5.32.0-GCCcore-10.2.0,2
   * add Perl/5.32.0-GCCcore-10.2.0-minimal,2
   * add Perl/5.32.1-GCCcore-10.3.0,2
   * add Perl/5.32.1-GCCcore-10.3.0-minimal,2
   * add Perl/5.34.0-GCCcore-11.2.0,2
   * add Perl/5.34.1-GCCcore-11.3.0,2
   * add Perl/5.36.0-GCCcore-12.2.0,2
   * add Perl/5.36.1-GCCcore-12.3.0,2
   * add Perl/5.38.0-GCCcore-13.2.0,2
   * add Perl/5.38.2-GCCcore-13.3.0,2
   * add Pillow/8.0.1-GCCcore-10.2.0,2
   * add Pillow/9.1.1-GCCcore-11.3.0,2
   * add PnetCDF/1.12.2-gompi-2020b,2
   * add PnetCDF/1.12.2-gompic-2020b,2
   * add PyQt5/5.15.4-GCCcore-11.2.0,2
   * add PySCF/1.7.6-foss-2021a,2
   * add PySCF/2.0.1-foss-2021a,2
   * add PyYAML/5.4.1.1-GCCcore-12.2.0,2
   * add PyYAML/6.0-GCCcore-11.3.0,2
   * add Python-bundle-PyPI/2023.10-GCCcore-13.2.0,2
   * add Python/2.7.18-GCCcore-10.2.0,2
   * add Python/2.7.18-GCCcore-11.2.0-bare,2
   * add Python/2.7.18-GCCcore-11.3.0-bare,2
   * add Python/2.7.18-GCCcore-12.2.0-bare,2
   * add Python/2.7.18-GCCcore-9.3.0,2
   * add Python/3.10.4-GCCcore-11.3.0,2
   * add Python/3.10.4-GCCcore-11.3.0-bare,2
   * add Python/3.10.8-GCCcore-12.2.0,2
   * add Python/3.10.8-GCCcore-12.2.0-bare,2
   * add Python/3.11.3-GCCcore-12.3.0,2
   * add Python/3.11.5-GCCcore-13.2.0,2
   * add Python/3.11.5-GCCcore-13.2.0-Qiskit,2
   * add Python/3.8.2-GCCcore-9.3.0,2
   * add Python/3.8.6-GCCcore-10.2.0,2
   * add Python/3.9.5-GCCcore-10.3.0,2
   * add Python/3.9.5-GCCcore-10.3.0-bare,2
   * add Python/3.9.6-GCCcore-11.2.0,2
   * add Python/3.9.6-GCCcore-11.2.0-NetKet,2
   * add Python/3.9.6-GCCcore-11.2.0-bare,2
   * add QD/2.3.17-NVHPC-22.2,2
   * add QD/2.3.17-NVHPC-24.3-CUDA-12.3.0,2
   * add QEMU/6.2.0-GCC-10.2.0,2
   * add QMCPACK/3.13.0-intel-2020b-Python-3.8.6,2
   * add QMCPACK/3.14.0-foss-2021a-Python-3.9.5,2
   * add QMCPACK/3.14.0-foss-2021a-Python-3.9.5-complex,2
   * add QMCPACK/3.16.0-foss-2022a-Python-3.10.4,2
   * add Qhull/2020.2-GCCcore-11.3.0,2
   * add Qiskit/1.0.2-Python-3.11.5-GCCcore-13.2.0,2
   * add Qt5/5.14.2-GCCcore-10.2.0,2
   * add Qt5/5.15.2-GCCcore-10.3.0,2
   * add Qt5/5.15.2-GCCcore-11.2.0,2
   * add Qt5/5.15.5-GCCcore-11.3.0,2
   * add Qt6/6.6.3-GCCcore-13.2.0,2
   * add QtiPlot/1.0.0,2
   * add Quandl/3.6.1-foss-2021a,2
   * add QuantumESPRESSO/7.0-intel-2021a,2
   * add QuantumESPRESSO/7.1-NVHPC-21.9,2
   * add QuantumESPRESSO/7.1-intel-2022a,2
   * add QuantumESPRESSO/7.1-intel-2022a-forQMCPACK,2
   * add QuantumESPRESSO/7.1-intel-2022a-ntypx=32,2
   * add QuantumESPRESSO/7.1-intel-2022a-thermo_pw,2
   * add QuantumESPRESSO/7.1-intel-2022a-thermo_pw-GPU,2
   * add QuantumESPRESSO/7.1-intel-2022a-without-HDF5,2
   * add R/4.1.0-foss-2021a,2
   * add RapidJSON/1.1.0-GCCcore-9.3.0,2
   * add Rocky/8,2
   * add Rocky/9,2
   * add Ruby/3.0.3,2
   * add Rust/1.52.1-GCCcore-10.3.0,2
   * add Rust/1.54.0-GCCcore-11.2.0,2
   * add Rust/1.60.0-GCCcore-11.3.0,2
   * add Rust/1.65.0-GCCcore-12.2.0,2
   * add Rust/1.73.0-GCCcore-13.2.0,2
   * add SCOTCH/6.0.9-intel-2020a,2
   * add SCOTCH/6.1.0-gompi-2021a,2
   * add SCOTCH/6.1.0-iimpi-2020b,2
   * add SCOTCH/7.0.3-gompi-2022b,2
   * add SDE/9.0.0,2
   * add SDL2/2.0.14-GCCcore-10.3.0,2
   * add SDL2/2.28.5-GCCcore-13.2.0,2
   * add SIONlib/1.7.6-GCCcore-10.2.0-tools,2
   * add SIONlib/1.7.7-GCCcore-11.2.0-tools,2
   * add SLEPc/3.12.2-intel-2020a,2
   * add SQLite/3.31.1-GCCcore-9.3.0,2
   * add SQLite/3.33.0-GCCcore-10.2.0,2
   * add SQLite/3.35.4-GCCcore-10.3.0,2
   * add SQLite/3.36-GCCcore-11.2.0,2
   * add SQLite/3.38.3-GCCcore-11.3.0,2
   * add SQLite/3.39.4-GCCcore-12.2.0,2
   * add SQLite/3.42.0-GCCcore-12.3.0,2
   * add SQLite/3.43.1-GCCcore-13.2.0,2
   * add SWIG/4.0.1-GCCcore-9.3.0,2
   * add SWIG/4.0.2-GCCcore-11.2.0,2
   * add SWIG/4.0.2-GCCcore-11.3.0,2
   * add Salmon/2.1.0-intel-2020b,2
   * add ScaLAPACK/2.1.0-gompi-2020a,2
   * add ScaLAPACK/2.1.0-gompi-2020b,2
   * add ScaLAPACK/2.1.0-gompi-2021a-fb,2
   * add ScaLAPACK/2.1.0-gompi-2021b-fb,2
   * add ScaLAPACK/2.1.0-gompic-2020b,2
   * add ScaLAPACK/2.2.0-gompi-2022.05-fb,2
   * add ScaLAPACK/2.2.0-gompi-2022a-fb,2
   * add ScaLAPACK/2.2.0-gompi-2022b-fb,2
   * add ScaLAPACK/2.2.0-gompi-2023b-fb,2
   * add ScaLAPACK/3.0-NVHPC-22.2,2
   * add ScaLAPACK/3.0-NVHPC-24.3-CUDA-12.3.0,2
   * add Scalasca/2.6-gompic-2020b,2
   * add SciPy-bundle/2020.03-intel-2020b-Python-3.8.6,2
   * add SciPy-bundle/2020.11-foss-2020b,2
   * add SciPy-bundle/2020.11-fosscuda-2020b,2
   * add SciPy-bundle/2020.11-intel-2020b,2
   * add SciPy-bundle/2021.05-foss-2021a,2
   * add SciPy-bundle/2021.10-foss-2021b,2
   * add SciPy-bundle/2021.10-intel-2021b,2
   * add SciPy-bundle/2022.05-foss-2022a,2
   * add SciPy-bundle/2022.05-intel-2022a,2
   * add SciPy-bundle/2023.02-foss-2022b,2
   * add Score-P/7.0-gompic-2020b,2
   * add Score-P/8.0-iimpi-2021b,2
   * add Siesta/4.1-b5-intel-2020b,2
   * add Siesta/MaX-1.2.0,2
   * add SoX/14.4.2-GCCcore-11.3.0,2
   * add SuiteSparse/5.10.1-foss-2021a-METIS-5.1.0,2
   * add SuiteSparse/5.13.0-foss-2022b-METIS-5.1.0,2
   * add SuiteSparse/5.6.0-intel-2020a-METIS-5.1.0,2
   * add SuiteSparse/5.8.1-intel-2020b-METIS-5.1.0,2
   * add SuperLU_DIST/8.1.2-foss-2022b,2
   * add SymEngine-python/0.7.2-GCC-10.3.0,2
   * add SymEngine/0.7.0-GCC-10.3.0,2
   * add Szip/2.1.1-GCCcore-10.2.0,2
   * add Szip/2.1.1-GCCcore-10.3.0,2
   * add Szip/2.1.1-GCCcore-11.2.0,2
   * add Szip/2.1.1-GCCcore-11.3.0,2
   * add Szip/2.1.1-GCCcore-12.2.0,2
   * add Szip/2.1.1-GCCcore-13.2.0,2
   * add Szip/2.1.1-GCCcore-9.3.0,2
   * add TB2J/0.7.1.1-Python-3.8.6-GCCcore-10.2.0,2
   * add TURBOMOLE/7.4.0,2
   * add TURBOMOLE/7.4.0-mpi,2
   * add TURBOMOLE/7.4.0-smp,2
   * add TURBOMOLE/7.5.0,2
   * add TURBOMOLE/7.5.0-mpi,2
   * add TURBOMOLE/7.5.0-smp,2
   * add Tcl/8.6.10-GCCcore-10.2.0,2
   * add Tcl/8.6.10-GCCcore-9.3.0,2
   * add Tcl/8.6.11-GCCcore-10.2.0,2
   * add Tcl/8.6.11-GCCcore-10.3.0,2
   * add Tcl/8.6.11-GCCcore-11.2.0,2
   * add Tcl/8.6.12-GCCcore-11.3.0,2
   * add Tcl/8.6.12-GCCcore-12.2.0,2
   * add Tcl/8.6.13-GCCcore-12.3.0,2
   * add Tcl/8.6.13-GCCcore-13.2.0,2
   * add TensorFlow/2.11.0-foss-2022a,2
   * add TensorFlow/2.11.0-foss-2022a-CUDA-11.7.0,2
   * add Tk/8.6.10-GCCcore-10.2.0,2
   * add Tk/8.6.11-GCCcore-10.2.0,2
   * add Tk/8.6.11-GCCcore-10.3.0,2
   * add Tk/8.6.12-GCCcore-11.3.0,2
   * add Tkinter/3.10.4-GCCcore-11.3.0,2
   * add Tkinter/3.8.6-GCCcore-10.2.0,2
   * add Togl/2.0-GCCcore-10.2.0,2
   * add Togl/2.0-GCCcore-11.3.0,2
   * add TotalView/2022.1.11,2
   * add UCC-CUDA/1.0.0-GCCcore-11.3.0-CUDA-11.7.0,2
   * add UCC-CUDA/1.1.0-GCCcore-12.2.0-CUDA-12.2.0,2
   * add UCC-CUDA/1.3.0-GCCcore-12.2.0-CUDA-12.3.0,2
   * add UCC/1.0.0-GCCcore-11.3.0,2
   * add UCC/1.1.0-GCCcore-12.2.0,2
   * add UCC/1.2.0-GCCcore-12.3.0,2
   * add UCC/1.2.0-GCCcore-13.2.0,2
   * add UCC/1.3.0-GCCcore-12.2.0,2
   * add UCX-CUDA/1.12.1-GCCcore-11.3.0-CUDA-11.7.0,2
   * add UCX-CUDA/1.14.1-GCCcore-12.2.0-CUDA-12.2.0,2
   * add UCX-CUDA/1.14.1-GCCcore-12.3.0-CUDA-12.1.1,2
   * add UCX-CUDA/1.16.0-GCCcore-12.2.0-CUDA-12.3.0,2
   * add UCX/1.10.0-GCCcore-10.3.0,2
   * add UCX/1.11.2-GCC-10.2.0-CUDA-11.4.1,2
   * add UCX/1.11.2-GCC-10.2.0-CUDA-11.6.0,2
   * add UCX/1.11.2-GCCcore-11.2.0,2
   * add UCX/1.11.2-NVHPC-21.11-CUDA-11.4.1,2
   * add UCX/1.11.2-NVHPC-21.9-CUDA-11.4.1,2
   * add UCX/1.11.2-NVHPC-22.2-CUDA-11.6.0,2
   * add UCX/1.12.1-GCCcore-11.3.0,2
   * add UCX/1.13.1-GCCcore-12.2.0,2
   * add UCX/1.14.1-GCCcore-12.2.0,2
   * add UCX/1.14.1-GCCcore-12.3.0,2
   * add UCX/1.15.0-GCCcore-13.2.0,2
   * add UCX/1.16.0-GCCcore-12.2.0,2
   * add UCX/1.16.0-GCCcore-13.3.0,2
   * add UCX/1.8.0-GCCcore-9.3.0,2
   * add UCX/1.9.0-GCCcore-10.2.0,2
   * add UCX/1.9.0-GCCcore-10.2.0-CUDA-11.1.1,2
   * add UCX/1.9.0-GCCcore-8.2.0,2
   * add UCX/1.9.0-GCCcore-9.3.0,2
   * add UDUNITS/2.2.28-GCCcore-10.3.0,2
   * add Ubuntu/latest,2
   * add Ubuntu/ubuntu_blender,2
   * add UnZip/6.0-GCCcore-10.2.0,2
   * add UnZip/6.0-GCCcore-10.3.0,2
   * add UnZip/6.0-GCCcore-11.2.0,2
   * add UnZip/6.0-GCCcore-11.3.0,2
   * add UnZip/6.0-GCCcore-12.2.0,2
   * add UnZip/6.0-GCCcore-12.3.0,2
   * add UnZip/6.0-GCCcore-13.2.0,2
   * add UnZip/6.0-GCCcore-9.3.0,2
   * add VASP/5.4.4-intel-2020a,2
   * add VASP/5.4.4-intel-2020a-mkl=sequential,2
   * add VASP/6.2.1-intel-2020b-mkl=sequential,2
   * add VASP/6.3.0-intel-2021b-mkl=sequential,2
   * add VASP/6.3.1-intel-2021b,2
   * add VASP/6.3.2-NVHPC-22.2-CUDA-11.6.0,2
   * add VASP/6.4.2-intel-2022b-DFT-D4,2
   * add VASP/6.4.3-NVHPC-24.3-CUDA-12.3.0-CUDA-12.3.0,2
   * add VASP/6.4.3-intel-2022b,2
   * add VTK/9.1.0-intel-2020b-Python-3.8.6,2
   * add VTune/2022.2.0-intel-2021b,2
   * add Valgrind/3.16.1-gompi-2020b,2
   * add Valgrind/3.16.1-intel-2020b,2
   * add Vampir/10.0.2,2
   * add Vampir/9.9.0,2
   * add Vim/9.0.0950-GCCcore-11.3.0,2
   * add VirtualGL/2.6.5-GCC-10.3.0,2
   * add VirtualGL/3.0-GCC-10.2.0,2
   * add VirtualGL/3.0-GCC-11.2.0,2
   * add VisIt/2.13.3,2
   * add Wannier90/3.1.0-intel-2021b-serial,2