diff --git a/docs/version-specific/easyblocks.md b/docs/version-specific/easyblocks.md index ec75eaa7d7..f485c35d35 100644 --- a/docs/version-specific/easyblocks.md +++ b/docs/version-specific/easyblocks.md @@ -31,16 +31,19 @@ - EB_MATLAB - EB_MCR - EB_MotionCor2 - - EB_NVHPC - EB_optiSLang - EB_ORCA - EB_Stata - EB_Tornado + - NvidiaBase + - EB_NVHPC + - EB_nvidia_minus_compilers - Rpm - Bundle - BuildEnv - CrayToolchain - EB_Clang_minus_AOMP + - EB_gnupg_minus_bundle - EB_OpenSSL_wrapper - JuliaBundle - PerlBundle @@ -55,6 +58,7 @@ - CMakeMakeCp - EB_DualSPHysics - CMakeNinja + - EB_pocl - CMakePythonPackage - EB_pybind11 - EB_Amber @@ -67,6 +71,7 @@ - EB_GATE - EB_Geant4 - EB_GROMACS + - EB_Kokkos - EB_LAMMPS - EB_Libint - EB_LLVM @@ -269,7 +274,9 @@ - EB_VTune - MesonNinja - CMakeNinja + - EB_pocl - EB_Mesa + - EB_QEMU - EB_scipy - ModuleRC - PackedBinary @@ -286,11 +293,13 @@ - EB_MATLAB - EB_MCR - EB_MotionCor2 - - EB_NVHPC - EB_optiSLang - EB_ORCA - EB_Stata - EB_Tornado + - NvidiaBase + - EB_NVHPC + - EB_nvidia_minus_compilers - SCons - EB_Xmipp - Waf diff --git a/docs/version-specific/easyconfig-parameters.md b/docs/version-specific/easyconfig-parameters.md index df30582993..bb5b093647 100644 --- a/docs/version-specific/easyconfig-parameters.md +++ b/docs/version-specific/easyconfig-parameters.md @@ -113,7 +113,7 @@ ------------------------|----------------------------------------------------------------------------------------------------------|-----------------|-------------------- `exts_classmap` |Map of extension name to class for handling build and installation. |`{}` |`exts_class_map` `exts_default_options` |List of default options for extensions |`{}` |`exts_default_opts` -`exts_defaultclass` |List of module for and name of the default extension class |`None` |`exts_default_class` +`exts_defaultclass` |Name of default easyblock for extensions |`None` |`exts_default_class` `exts_download_dep_fail`|Fail if downloaded dependencies are detected for extensions |`False` | `exts_filter` |Extension filter details: template for cmd and input to cmd (templates for ext_name, ext_version and src).|`None` | `exts_list` |List with extensions added to the base installation |`[]` | diff --git a/docs/version-specific/easyconfig-templates.md b/docs/version-specific/easyconfig-templates.md index c0930a18e0..6760b61868 100644 --- a/docs/version-specific/easyconfig-templates.md +++ b/docs/version-specific/easyconfig-templates.md @@ -2,15 +2,18 @@ ## Template names/values derived from easyconfig instance -Template name |Template value ----------------------------|----------------------------- -``%(module_name)s`` |Module name -``%(nameletter)s`` |First letter of software name -``%(toolchain_name)s`` |Toolchain name -``%(toolchain_version)s`` |Toolchain version -``%(version_major_minor)s``|Major.Minor version -``%(version_major)s`` |Major version -``%(version_minor)s`` |Minor version +Template name |Template value +---------------------------------|----------------------------- +``%(module_name)s`` |Module name +``%(nameletter)s`` |First letter of software name +``%(toolchain_name)s`` |Toolchain name +``%(toolchain_version)s`` |Toolchain version +``%(version_major_minor_patch)s``|Major.Minor.Patch version +``%(version_major_minor)s`` |Major.Minor version +``%(version_major)s`` |Major version +``%(version_minor_patch)s`` |Minor.Patch version +``%(version_minor)s`` |Minor version +``%(version_patch)s`` |Patch version ## Template names/values for (short) software versions @@ -69,6 +72,7 @@ Template name |Template value ``%(amdgcn_cc_semicolon_sep)s`` |Semicolon-separated list of AMDGCN capabilities ``%(cuda_compute_capabilities)s`` |Comma-separated list of CUDA compute capabilities, as specified via --cuda-compute-capabilities configuration option or via cuda_compute_capabilities easyconfig parameter ``%(cuda_cc_cmake)s`` |List of CUDA compute capabilities suitable for use with $CUDAARCHS in CMake 3.18+ +``%(cuda_cc_nvhpc)s`` |List of CUDA compute capabilities suitable for use with -gpu option in NVHPC compilers ``%(cuda_cc_space_sep)s`` |Space-separated list of CUDA compute capabilities ``%(cuda_cc_space_sep_no_period)s``|Space-separated list of CUDA compute capabilities, without periods (e.g. '80 90'). ``%(cuda_cc_semicolon_sep)s`` |Semicolon-separated list of CUDA compute capabilities @@ -113,28 +117,52 @@ Constant |Template description ``SHLIB_EXT`` |extension for shared libraries |``dylib`` ``SOURCE_TAR_GZ`` |Source .tar.gz bundle |``%(name)s-%(version)s.tar.gz`` ``SOURCELOWER_TAR_GZ`` |Source .tar.gz bundle with lowercase name |``%(namelower)s-%(version)s.tar.gz`` +``VERSION_TAR_GZ`` |Source filename .tar.gz common at GitHub |``%(version)s.tar.gz`` +``V_VERSION_TAR_GZ`` |Source filename v.tar.gz common at GitHub |``v%(version)s.tar.gz`` ``SOURCE_TAR_XZ`` |Source .tar.xz bundle |``%(name)s-%(version)s.tar.xz`` ``SOURCELOWER_TAR_XZ`` |Source .tar.xz bundle with lowercase name |``%(namelower)s-%(version)s.tar.xz`` +``VERSION_TAR_XZ`` |Source filename .tar.xz common at GitHub |``%(version)s.tar.xz`` +``V_VERSION_TAR_XZ`` |Source filename v.tar.xz common at GitHub |``v%(version)s.tar.xz`` ``SOURCE_TAR_BZ2`` |Source .tar.bz2 bundle |``%(name)s-%(version)s.tar.bz2`` ``SOURCELOWER_TAR_BZ2`` |Source .tar.bz2 bundle with lowercase name |``%(namelower)s-%(version)s.tar.bz2`` +``VERSION_TAR_BZ2`` |Source filename .tar.bz2 common at GitHub |``%(version)s.tar.bz2`` +``V_VERSION_TAR_BZ2`` |Source filename v.tar.bz2 common at GitHub |``v%(version)s.tar.bz2`` ``SOURCE_TGZ`` |Source .tgz bundle |``%(name)s-%(version)s.tgz`` ``SOURCELOWER_TGZ`` |Source .tgz bundle with lowercase name |``%(namelower)s-%(version)s.tgz`` +``VERSION_TGZ`` |Source filename .tgz common at GitHub |``%(version)s.tgz`` +``V_VERSION_TGZ`` |Source filename v.tgz common at GitHub |``v%(version)s.tgz`` ``SOURCE_TXZ`` |Source .txz bundle |``%(name)s-%(version)s.txz`` ``SOURCELOWER_TXZ`` |Source .txz bundle with lowercase name |``%(namelower)s-%(version)s.txz`` +``VERSION_TXZ`` |Source filename .txz common at GitHub |``%(version)s.txz`` +``V_VERSION_TXZ`` |Source filename v.txz common at GitHub |``v%(version)s.txz`` ``SOURCE_TBZ2`` |Source .tbz2 bundle |``%(name)s-%(version)s.tbz2`` ``SOURCELOWER_TBZ2`` |Source .tbz2 bundle with lowercase name |``%(namelower)s-%(version)s.tbz2`` +``VERSION_TBZ2`` |Source filename .tbz2 common at GitHub |``%(version)s.tbz2`` +``V_VERSION_TBZ2`` |Source filename v.tbz2 common at GitHub |``v%(version)s.tbz2`` ``SOURCE_TB2`` |Source .tb2 bundle |``%(name)s-%(version)s.tb2`` ``SOURCELOWER_TB2`` |Source .tb2 bundle with lowercase name |``%(namelower)s-%(version)s.tb2`` +``VERSION_TB2`` |Source filename .tb2 common at GitHub |``%(version)s.tb2`` +``V_VERSION_TB2`` |Source filename v.tb2 common at GitHub |``v%(version)s.tb2`` ``SOURCE_GTGZ`` |Source .gtgz bundle |``%(name)s-%(version)s.gtgz`` ``SOURCELOWER_GTGZ`` |Source .gtgz bundle with lowercase name |``%(namelower)s-%(version)s.gtgz`` +``VERSION_GTGZ`` |Source filename .gtgz common at GitHub |``%(version)s.gtgz`` +``V_VERSION_GTGZ`` |Source filename v.gtgz common at GitHub |``v%(version)s.gtgz`` ``SOURCE_ZIP`` |Source .zip bundle |``%(name)s-%(version)s.zip`` ``SOURCELOWER_ZIP`` |Source .zip bundle with lowercase name |``%(namelower)s-%(version)s.zip`` +``VERSION_ZIP`` |Source filename .zip common at GitHub |``%(version)s.zip`` +``V_VERSION_ZIP`` |Source filename v.zip common at GitHub |``v%(version)s.zip`` ``SOURCE_TAR`` |Source .tar bundle |``%(name)s-%(version)s.tar`` ``SOURCELOWER_TAR`` |Source .tar bundle with lowercase name |``%(namelower)s-%(version)s.tar`` +``VERSION_TAR`` |Source filename .tar common at GitHub |``%(version)s.tar`` +``V_VERSION_TAR`` |Source filename v.tar common at GitHub |``v%(version)s.tar`` ``SOURCE_XZ`` |Source .xz bundle |``%(name)s-%(version)s.xz`` ``SOURCELOWER_XZ`` |Source .xz bundle with lowercase name |``%(namelower)s-%(version)s.xz`` +``VERSION_XZ`` |Source filename .xz common at GitHub |``%(version)s.xz`` +``V_VERSION_XZ`` |Source filename v.xz common at GitHub |``v%(version)s.xz`` ``SOURCE_TAR_Z`` |Source .tar.Z bundle |``%(name)s-%(version)s.tar.Z`` ``SOURCELOWER_TAR_Z`` |Source .tar.Z bundle with lowercase name |``%(namelower)s-%(version)s.tar.Z`` +``VERSION_TAR_Z`` |Source filename .tar.Z common at GitHub |``%(version)s.tar.Z`` +``V_VERSION_TAR_Z`` |Source filename v.tar.Z common at GitHub |``v%(version)s.tar.Z`` ``SOURCE_WHL`` |Generic (non-compiled) Python 2 & Python 3 wheel package |``%(name)s-%(version)s-py2.py3-none-any.whl`` ``SOURCELOWER_WHL`` |Generic (non-compiled) Python 2 & Python 3 wheel package with lowercase name |``%(namelower)s-%(version)s-py2.py3-none-any.whl`` ``SOURCE_PY2_WHL`` |Generic (non-compiled) Python 2 wheel package |``%(name)s-%(version)s-py2-none-any.whl`` diff --git a/docs/version-specific/eb-help.md b/docs/version-specific/eb-help.md index f30584aa47..0e779539dc 100644 --- a/docs/version-specific/eb-help.md +++ b/docs/version-specific/eb-help.md @@ -137,7 +137,7 @@ Option flag |Option description ## GitHub integration options Option flag |Option description --------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------- +-------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------ ``--add-pr-labels=PR#`` |Try to add labels to PR based on files changed (type ) ``--check-contrib`` |Runs checks to see whether the given easyconfigs are ready to be contributed back (default: False) ``--check-github`` |Check status of GitHub integration, and report back (default: False) @@ -155,6 +155,7 @@ Option flag |Option description ``--include-easyblocks-from-commit=commit_SHA`` |Include easyblocks from specified commit (type str) ``--include-easyblocks-from-pr=PR#`` |Include easyblocks from specified PR (type comma-separated list) ``--install-github-token`` |Install GitHub token (requires --github-user) (default: False) +``--keep-going`` |Continue installation of remaining software after a failed installation. Implied by --dump-test-report and --upload-test-report (default: False) ``--list-prs=STATE,ORDER,DIRECTION`` |List pull requests (type ; default: open,created,desc) ``--merge-pr=PR#`` |Merge pull request (type ) ``--new-branch-github`` |Create new branch in GitHub in preparation for a PR (default: False) diff --git a/docs/version-specific/generic-easyblocks.md b/docs/version-specific/generic-easyblocks.md index 906921835e..4e3f52eba1 100644 --- a/docs/version-specific/generic-easyblocks.md +++ b/docs/version-specific/generic-easyblocks.md @@ -6,7 +6,7 @@ # Overview of generic easyblocks {: #generic_easyblocks } -[BinariesTarball](#binariestarball) - [Binary](#binary) - [BuildEnv](#buildenv) - [Bundle](#bundle) - [CMakeMake](#cmakemake) - [CMakeMakeCp](#cmakemakecp) - [CMakeNinja](#cmakeninja) - [CMakePythonPackage](#cmakepythonpackage) - [Cargo](#cargo) - [CargoPythonBundle](#cargopythonbundle) - [CargoPythonPackage](#cargopythonpackage) - [CmdCp](#cmdcp) - [Conda](#conda) - [ConfigureMake](#configuremake) - [ConfigureMakePythonPackage](#configuremakepythonpackage) - [CrayToolchain](#craytoolchain) - [Dataset](#dataset) - [FortranPythonPackage](#fortranpythonpackage) - [GoPackage](#gopackage) - [IntelBase](#intelbase) - [JAR](#jar) - [JuliaBundle](#juliabundle) - [JuliaPackage](#juliapackage) - [MakeCp](#makecp) - [MesonNinja](#mesonninja) - [ModuleRC](#modulerc) - [OCamlPackage](#ocamlpackage) - [OctavePackage](#octavepackage) - [PackedBinary](#packedbinary) - [PerlBundle](#perlbundle) - [PerlModule](#perlmodule) - [PythonBundle](#pythonbundle) - [PythonPackage](#pythonpackage) - [RPackage](#rpackage) - [Rpm](#rpm) - [RubyGem](#rubygem) - [SCons](#scons) - [SystemCompiler](#systemcompiler) - [SystemCompilerGCC](#systemcompilergcc) - [SystemMPI](#systemmpi) - [Tarball](#tarball) - [Toolchain](#toolchain) - [VSCPythonPackage](#vscpythonpackage) - [VersionIndependentPythonPackage](#versionindependentpythonpackage) - [Waf](#waf) +[BinariesTarball](#binariestarball) - [Binary](#binary) - [BuildEnv](#buildenv) - [Bundle](#bundle) - [CMakeMake](#cmakemake) - [CMakeMakeCp](#cmakemakecp) - [CMakeNinja](#cmakeninja) - [CMakePythonPackage](#cmakepythonpackage) - [Cargo](#cargo) - [CargoPythonBundle](#cargopythonbundle) - [CargoPythonPackage](#cargopythonpackage) - [CmdCp](#cmdcp) - [Conda](#conda) - [ConfigureMake](#configuremake) - [ConfigureMakePythonPackage](#configuremakepythonpackage) - [CrayToolchain](#craytoolchain) - [Dataset](#dataset) - [FortranPythonPackage](#fortranpythonpackage) - [GoPackage](#gopackage) - [IntelBase](#intelbase) - [JAR](#jar) - [JuliaBundle](#juliabundle) - [JuliaPackage](#juliapackage) - [MakeCp](#makecp) - [MesonNinja](#mesonninja) - [ModuleRC](#modulerc) - [NvidiaBase](#nvidiabase) - [OCamlPackage](#ocamlpackage) - [OctavePackage](#octavepackage) - [PackedBinary](#packedbinary) - [PerlBundle](#perlbundle) - [PerlModule](#perlmodule) - [PythonBundle](#pythonbundle) - [PythonPackage](#pythonpackage) - [RPackage](#rpackage) - [Rpm](#rpm) - [RubyGem](#rubygem) - [SCons](#scons) - [SystemCompiler](#systemcompiler) - [SystemCompilerGCC](#systemcompilergcc) - [SystemMPI](#systemmpi) - [Tarball](#tarball) - [Toolchain](#toolchain) - [VSCPythonPackage](#vscpythonpackage) - [VersionIndependentPythonPackage](#versionindependentpythonpackage) - [Waf](#waf) ## ``BinariesTarball`` @@ -15,6 +15,7 @@ Support for installing a tarball of binaries + ### Extra easyconfig parameters specific to ``BinariesTarball`` easyblock easyconfig parameter|description |default value @@ -25,10 +26,6 @@ easyconfig parameter|description ### Customised steps in ``BinariesTarball`` easyblock -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - * ``install_step`` - Install by copying unzipped binaries to 'bin' subdir of installation dir, and fixing permissions. @@ -40,6 +37,7 @@ easyconfig parameter|description Support for installing software that comes in binary form. Just copy the sources to the install dir, or use the specified install command. + ### Extra easyconfig parameters specific to ``Binary`` easyblock easyconfig parameter|description |default value @@ -93,26 +91,24 @@ moduleclass = 'bio' Build environment of toolchain: only generate module file + ### Extra easyconfig parameters specific to ``BuildEnv`` easyblock -easyconfig parameter |description |default value --------------------------------|--------------------------------------------------------------------------------------------------------|------------- -``altroot`` |Software name of dependency to use to define $EBROOT for this bundle |``None`` -``altversion`` |Software name of dependency to use to define $EBVERSION for this bundle |``None`` -``components`` |List of components to install: tuples w/ name, version and easyblock to use |``()`` -``default_component_specs`` |Default specs to use for every component |``{}`` -``default_easyblock`` |Default easyblock to use for components |``None`` -``python_executable`` |Python executable to use for the wrappers (use None to use path to Python executable used by EasyBuild).|``"python3"`` -``sanity_check_all_components``|Enable sanity checks for all components |``False`` -``sanity_check_components`` |List of components for which to run sanity checks |``[]`` +easyconfig parameter |description |default value +-------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|------------- +``altroot`` |Software name of dependency to use to define $EBROOT for this bundle |``None`` +``altversion`` |Software name of dependency to use to define $EBVERSION for this bundle |``None`` +``build_env_vars`` |Export environment variables related to compilers, compilation flags, optimisations, math libraries, etc. (overwriting any existing values).|``True`` +``components`` |List of components to install: tuples w/ name, version and easyblock to use |``()`` +``default_component_specs`` |Default specs to use for every component |``{}`` +``default_easyblock`` |Default easyblock to use for components |``None`` +``python_executable`` |Python executable to use for the wrappers (use None to use path to Python executable used by EasyBuild). |``"python3"`` +``sanity_check_all_components``|Enable sanity checks for all components |``False`` +``sanity_check_components`` |List of components for which to run sanity checks |``[]`` ### Customised steps in ``BuildEnv`` easyblock -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - -* ``install_step`` - Custom install step for buildenv: copy RPATH wrapper scripts to install dir, if desired +* ``install_step`` - Custom install step for buildenv: copy RPATH wrapper scripts to install dir (if they exist) ## ``Bundle`` @@ -122,6 +118,7 @@ easyconfig parameter |description Bundle of modules: only generate module files, nothing to build/install + ### Extra easyconfig parameters specific to ``Bundle`` easyblock easyconfig parameter |description |default value @@ -200,11 +197,19 @@ easyconfig parameter |description ### Customised steps in ``CMakeMake`` easyblock -* ``build_step`` - The type of the None singleton. +* ``configure_step`` - Configure build using 'cmake' + + :param srcdir: custom source directory to use (if None, use 'srcdir' easyconfig parameter, or start dir) + :param builddir: custom build directory to use (if None, 'easybuild_obj' in build directory will be used) + :param fail_on_error: raise error if cmake command failed with non-zero exit code (enabled by default) + :param return_full_cmd_result: return full result of running cmake command (not just the output) -* ``configure_step`` - Configure build using cmake +* ``install_step`` - Configure build using 'cmake' -* ``install_step`` - Configure build using cmake + :param srcdir: custom source directory to use (if None, use 'srcdir' easyconfig parameter, or start dir) + :param builddir: custom build directory to use (if None, 'easybuild_obj' in build directory will be used) + :param fail_on_error: raise error if cmake command failed with non-zero exit code (enabled by default) + :param return_full_cmd_result: return full result of running cmake command (not just the output) ### Example easyconfig for ``CMakeMake`` easyblock @@ -251,6 +256,7 @@ Software configured with CMake but without 'make install' step We use the default CMakeMake implementation, and use install_step from MakeCp. + ### Extra easyconfig parameters specific to ``CMakeMakeCp`` easyblock easyconfig parameter |description |default value @@ -281,8 +287,6 @@ easyconfig parameter |description ### Customised steps in ``CMakeMakeCp`` easyblock -* ``build_step`` - The type of the None singleton. - * ``configure_step`` - Configure build using CMake * ``install_step`` - Install by copying specified files and directories. @@ -342,6 +346,7 @@ and then put the Python package in lib/pythonX.Y/site-packages. We use the default CMake implementation, and use make_module_extra from PythonPackage to generate a module file which sets the PYTHONPATH. + ### Extra easyconfig parameters specific to ``CMakePythonPackage`` easyblock easyconfig parameter |description |default value @@ -370,6 +375,7 @@ easyconfig parameter |description ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` +``pip_no_build_isolation`` |Use --no-build-isolation with pip install |``True`` ``pip_no_index`` |Pass --no-index to pip to disable connecting to PyPi entirely which also disables the pip version check. Enabled by default when pip_ignore_installed=True |``None`` ``pip_verbose`` |Pass --verbose to 'pip install' (if pip is used). Enabled by default if the EB option --debug is used. |``None`` ``prefix_opt`` |Prefix command line option for configure script ('--prefix=' if None) |``None`` @@ -395,8 +401,6 @@ easyconfig parameter |description ### Customised steps in ``CMakePythonPackage`` easyblock -* ``build_step`` - The type of the None singleton. - * ``configure_step`` - Main configuration using cmake * ``install_step`` - Main configuration using cmake @@ -437,6 +441,7 @@ Builds just like PythonBundle with setup for Rust and crates from Cargo easybloc The cargo init step will set up the environment variables for rustc and vendor sources but all the build steps are triggered like normal. + ### Extra easyconfig parameters specific to ``CargoPythonBundle`` easyblock easyconfig parameter |description |default value @@ -460,6 +465,7 @@ easyconfig parameter |description ``offline`` |Build offline |``True`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` +``pip_no_build_isolation`` |Use --no-build-isolation with pip install |``True`` ``pip_no_index`` |Pass --no-index to pip to disable connecting to PyPi entirely which also disables the pip version check. Enabled by default when pip_ignore_installed=True |``None`` ``pip_verbose`` |Pass --verbose to 'pip install' (if pip is used). Enabled by default if the EB option --debug is used. |``None`` ``req_py_majver`` |Required major Python version (only relevant when using system Python) |``None`` @@ -479,15 +485,6 @@ easyconfig parameter |description ``use_pip_requirement`` |Install using 'python -m pip install --requirement'. The sources is expected to be the requirements file. |``False`` ``zipped_egg`` |Install as a zipped eggs |``False`` -### Customised steps in ``CargoPythonBundle`` easyblock - -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - -* ``install_step`` - The type of the None singleton. - - ## ``CargoPythonPackage`` (derives from [``PythonPackage``](#pythonpackage), [``Cargo``](#cargo)) @@ -497,6 +494,7 @@ Build a Python package with setup from Cargo but build/install step from PythonP The cargo init step will set up the environment variables for rustc and vendor sources but all the build steps are triggered via normal PythonPackage steps like normal. + ### Extra easyconfig parameters specific to ``CargoPythonPackage`` easyblock easyconfig parameter |description |default value @@ -515,6 +513,7 @@ easyconfig parameter |description ``offline`` |Build offline |``True`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` +``pip_no_build_isolation``|Use --no-build-isolation with pip install |``True`` ``pip_no_index`` |Pass --no-index to pip to disable connecting to PyPi entirely which also disables the pip version check. Enabled by default when pip_ignore_installed=True |``None`` ``pip_verbose`` |Pass --verbose to 'pip install' (if pip is used). Enabled by default if the EB option --debug is used. |``None`` ``req_py_majver`` |Required major Python version (only relevant when using system Python) |``None`` @@ -532,15 +531,6 @@ easyconfig parameter |description ``use_pip_requirement`` |Install using 'python -m pip install --requirement'. The sources is expected to be the requirements file. |``False`` ``zipped_egg`` |Install as a zipped eggs |``False`` -### Customised steps in ``CargoPythonPackage`` easyblock - -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - -* ``install_step`` - The type of the None singleton. - - ## ``CmdCp`` (derives from [``MakeCp``](#makecp)) @@ -549,6 +539,7 @@ easyconfig parameter |description Software with no configure, no make, and no make install step. Just run the specified command for all sources, and copy specified files to the install dir + ### Extra easyconfig parameters specific to ``CmdCp`` easyblock easyconfig parameter |description |default value @@ -600,12 +591,8 @@ easyconfig parameter |description ### Customised steps in ``Conda`` easyblock -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - * ``install_step`` - Install software using 'conda env create' or 'conda create' & 'conda install' -(or the 'mamba', etc., equivalent). + (or the 'mamba', etc., equivalent). ## ``ConfigureMake`` @@ -615,6 +602,7 @@ easyconfig parameter |description Support for building and installing applications with configure/make/make install + ### Extra easyconfig parameters specific to ``ConfigureMake`` easyblock easyconfig parameter |description |default value @@ -643,13 +631,13 @@ installopts |Extra options for installation ### Customised steps in ``ConfigureMake`` easyblock * ``build_step`` - Start the actual build -- typical: make -j X + - typical: make -j X * ``configure_step`` - Configure step -- typically ./configure --prefix=/install/path style + - typically ./configure --prefix=/install/path style * ``install_step`` - Create the installation in correct location -- typical: make install + - typical: make install ### Example easyconfig for ``ConfigureMake`` easyblock @@ -690,6 +678,7 @@ Implemented by using: - using the build_step and install_step from ConfigureMake - using the sanity_check_step and make_module_extra from PythonPackage + ### Extra easyconfig parameters specific to ``ConfigureMakePythonPackage`` easyblock easyconfig parameter |description |default value @@ -712,6 +701,7 @@ easyconfig parameter |description ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` +``pip_no_build_isolation`` |Use --no-build-isolation with pip install |``True`` ``pip_no_index`` |Pass --no-index to pip to disable connecting to PyPi entirely which also disables the pip version check. Enabled by default when pip_ignore_installed=True |``None`` ``pip_verbose`` |Pass --verbose to 'pip install' (if pip is used). Enabled by default if the EB option --debug is used. |``None`` ``prefix_opt`` |Prefix command line option for configure script ('--prefix=' if None) |``None`` @@ -784,6 +774,7 @@ moduleclass = 'vis' Compiler toolchain: generate module file only, nothing to build/install + ### Extra easyconfig parameters specific to ``CrayToolchain`` easyblock easyconfig parameter |description |default value @@ -796,15 +787,6 @@ easyconfig parameter |description ``sanity_check_all_components``|Enable sanity checks for all components |``False`` ``sanity_check_components`` |List of components for which to run sanity checks |``[]`` -### Customised steps in ``CrayToolchain`` easyblock - -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - -* ``install_step`` - The type of the None singleton. - - ## ``Dataset`` (derives from [``Binary``](#binary)) @@ -821,10 +803,6 @@ easyconfig parameter |description ### Customised steps in ``Dataset`` easyblock -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - * ``install_step`` - No install step, datasets are extracted directly into installdir @@ -848,6 +826,7 @@ easyconfig parameter |description ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` +``pip_no_build_isolation``|Use --no-build-isolation with pip install |``True`` ``pip_no_index`` |Pass --no-index to pip to disable connecting to PyPi entirely which also disables the pip version check. Enabled by default when pip_ignore_installed=True |``None`` ``pip_verbose`` |Pass --verbose to 'pip install' (if pip is used). Enabled by default if the EB option --debug is used. |``None`` ``req_py_majver`` |Required major Python version (only relevant when using system Python) |``None`` @@ -906,6 +885,7 @@ Base class for Intel software - no configure/make : binary release - add license_file variable + ### Extra easyconfig parameters specific to ``IntelBase`` easyblock easyconfig parameter |description |default value @@ -940,15 +920,6 @@ easyconfig parameter|description ``prepend_to_path`` |Prepend the given directories (relative to install-dir) to the environment variable PATH in the module file. Default is the install-dir itself.|``['']`` ``staged_install`` |Perform staged installation via subdirectory of build directory |``False`` -### Customised steps in ``JAR`` easyblock - -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - -* ``install_step`` - The type of the None singleton. - - ## ``JuliaBundle`` (derives from [``Bundle``](#bundle), [``JuliaPackage``](#juliapackage)) @@ -957,6 +928,7 @@ easyconfig parameter|description Bundle of JuliaPackages: install Julia packages as extensions in a bundle Defines custom sanity checks and module environment + ### Extra easyconfig parameters specific to ``JuliaBundle`` easyblock easyconfig parameter |description |default value @@ -973,10 +945,6 @@ easyconfig parameter |description ### Customised steps in ``JuliaBundle`` easyblock -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - * ``install_step`` - Prepare installation environment and dd all dependencies to project environment. @@ -1004,6 +972,7 @@ provided by the module. Effectively, this translates to: - append installation directory to list of DEPOT_PATH, only really needed to load artifacts (JLL packages) - append installation Project.toml file to list of LOAD_PATH, needed to load packages with `using` command + ### Extra easyconfig parameters specific to ``JuliaPackage`` easyblock easyconfig parameter |description |default value @@ -1027,6 +996,7 @@ easyconfig parameter |description Software with no configure and no make install step. + ### Extra easyconfig parameters specific to ``MakeCp`` easyblock easyconfig parameter |description |default value @@ -1048,8 +1018,6 @@ easyconfig parameter |description ### Customised steps in ``MakeCp`` easyblock -* ``build_step`` - The type of the None singleton. - * ``configure_step`` - Configure build if required * ``install_step`` - Install by copying specified files and directories. @@ -1062,6 +1030,7 @@ easyconfig parameter |description Support for building and installing software with 'meson' and 'ninja'. + ### Extra easyconfig parameters specific to ``MesonNinja`` easyblock easyconfig parameter |description |default value @@ -1090,6 +1059,7 @@ easyconfig parameter |description Generic easyblock to create a software-specific .modulerc file + ### Extra easyconfig parameters specific to ``ModuleRC`` easyblock easyconfig parameter|description |default value @@ -1105,6 +1075,37 @@ easyconfig parameter|description |default value * ``install_step`` - Do nothing. +## ``NvidiaBase`` + +(derives from [``PackedBinary``](#packedbinary)) + + +Core support for installing the NVIDIA HPC SDK (NVHPC) + + +### Extra easyconfig parameters specific to ``NvidiaBase`` easyblock + +easyconfig parameter |description |default value +------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|------------- +``default_cuda_version``|CUDA version used by default in this toolchain |``None`` +``extract_sources`` |Whether or not to extract sources |``False`` +``install_cmd`` |Install command to be used. |``None`` +``install_cmds`` |List of install commands to be used. |``None`` +``module_add_cuda`` |Add NVHPC's CUDA to module |``False`` +``module_add_math_libs``|Add NVHPC's math libraries to module |``False`` +``module_add_nccl`` |Add NVHPC's NCCL library to module |``False`` +``module_add_nvshmem`` |Add NVHPC's NVSHMEM library to module |``False`` +``module_add_profilers``|Add NVHPC's NVIDIA Profilers to module |``False`` +``module_byo_compilers``|BYO Compilers: Remove compilers from module |``False`` +``module_nvhpc_own_mpi``|Add NVHPC's packaged OpenMPI to module |``False`` +``prepend_to_path`` |Prepend the given directories (relative to install-dir) to the environment variable PATH in the module file. Default is the install-dir itself.|``['']`` +``staged_install`` |Perform staged installation via subdirectory of build directory |``False`` + +### Customised steps in ``NvidiaBase`` easyblock + +* ``install_step`` - Install by running install command. + + ## ``OCamlPackage`` (derives from ``ExtensionEasyBlock``) @@ -1119,8 +1120,6 @@ easyconfig parameter|description |default value ### Customised steps in ``OCamlPackage`` easyblock -* ``build_step`` - The type of the None singleton. - * ``configure_step`` - Raise error when configure step is run: installing OCaml packages stand-alone is not supported (yet) * ``install_step`` - Raise error when configure step is run: installing OCaml packages stand-alone is not supported (yet) @@ -1140,8 +1139,6 @@ easyconfig parameter|description |default value ### Customised steps in ``OctavePackage`` easyblock -* ``build_step`` - The type of the None singleton. - * ``configure_step`` - Raise error when configure step is run: installing Octave toolboxes stand-alone is not supported (yet) * ``install_step`` - Raise error when configure step is run: installing Octave toolboxes stand-alone is not supported (yet) @@ -1154,6 +1151,7 @@ easyconfig parameter|description |default value Support for installing packed binary software. Just unpack the sources in the install dir + ### Extra easyconfig parameters specific to ``PackedBinary`` easyblock easyconfig parameter|description |default value @@ -1166,10 +1164,6 @@ easyconfig parameter|description ### Customised steps in ``PackedBinary`` easyblock -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - * ``install_step`` - Copy all unpacked source directories to install directory, one-by-one. @@ -1180,6 +1174,7 @@ easyconfig parameter|description Bundle of perl modules + ### Extra easyconfig parameters specific to ``PerlBundle`` easyblock easyconfig parameter |description |default value @@ -1195,15 +1190,6 @@ easyconfig parameter |description ``sanity_check_all_components``|Enable sanity checks for all components |``False`` ``sanity_check_components`` |List of components for which to run sanity checks |``[]`` -### Customised steps in ``PerlBundle`` easyblock - -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - -* ``install_step`` - The type of the None singleton. - - ## ``PerlModule`` (derives from ``ExtensionEasyBlock``, [``ConfigureMake``](#configuremake)) @@ -1235,6 +1221,7 @@ easyconfig parameter|description Bundle of PythonPackages: install Python packages as extensions in a bundle Defines custom sanity checks and module environment + ### Extra easyconfig parameters specific to ``PythonBundle`` easyblock easyconfig parameter |description |default value @@ -1254,6 +1241,7 @@ easyconfig parameter |description ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` +``pip_no_build_isolation`` |Use --no-build-isolation with pip install |``True`` ``pip_no_index`` |Pass --no-index to pip to disable connecting to PyPi entirely which also disables the pip version check. Enabled by default when pip_ignore_installed=True |``None`` ``pip_verbose`` |Pass --verbose to 'pip install' (if pip is used). Enabled by default if the EB option --debug is used. |``None`` ``req_py_majver`` |Required major Python version (only relevant when using system Python) |``None`` @@ -1273,15 +1261,6 @@ easyconfig parameter |description ``use_pip_requirement`` |Install using 'python -m pip install --requirement'. The sources is expected to be the requirements file. |``False`` ``zipped_egg`` |Install as a zipped eggs |``False`` -### Customised steps in ``PythonBundle`` easyblock - -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - -* ``install_step`` - The type of the None singleton. - - ## ``PythonPackage`` (derives from ``ExtensionEasyBlock``) @@ -1302,6 +1281,7 @@ easyconfig parameter |description ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` +``pip_no_build_isolation``|Use --no-build-isolation with pip install |``True`` ``pip_no_index`` |Pass --no-index to pip to disable connecting to PyPi entirely which also disables the pip version check. Enabled by default when pip_ignore_installed=True |``None`` ``pip_verbose`` |Pass --verbose to 'pip install' (if pip is used). Enabled by default if the EB option --debug is used. |``None`` ``req_py_majver`` |Required major Python version (only relevant when using system Python) |``None`` @@ -1335,6 +1315,7 @@ easyconfig parameter |description Install an R package as a separate module, or as an extension. + ### Extra easyconfig parameters specific to ``RPackage`` easyblock easyconfig parameter|description |default value @@ -1362,6 +1343,7 @@ Support for installing RPM files. - sources is a list of rpms - installation is with --nodeps (so the sources list has to be complete) + ### Extra easyconfig parameters specific to ``Rpm`` easyblock easyconfig parameter|description |default value @@ -1378,8 +1360,6 @@ easyconfig parameter|description ### Customised steps in ``Rpm`` easyblock -* ``build_step`` - The type of the None singleton. - * ``configure_step`` - Custom configuration procedure for RPMs: rebuild RPMs for relocation if required. * ``install_step`` - Custom installation procedure for RPMs into a custom prefix. @@ -1438,6 +1418,7 @@ The compiler is expected to be available in $PATH, required libraries are assume Specifying 'system' as a version leads to using the derived compiler version in the generated module; if an actual version is specified, it is checked against the derived version of the system compiler that was found. + ### Extra easyconfig parameters specific to ``SystemCompiler`` easyblock easyconfig parameter |description |default value @@ -1451,15 +1432,6 @@ easyconfig parameter |description ``sanity_check_all_components``|Enable sanity checks for all components |``False`` ``sanity_check_components`` |List of components for which to run sanity checks |``[]`` -### Customised steps in ``SystemCompiler`` easyblock - -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - -* ``install_step`` - The type of the None singleton. - - ## ``SystemCompilerGCC`` (derives from [``SystemCompiler``](#systemcompiler), ``EB_GCC``) @@ -1472,6 +1444,7 @@ The compiler is expected to be available in $PATH, required libraries are assume Specifying 'system' as a version leads to using the derived compiler version in the generated module; if an actual version is specified, it is checked against the derived version of the system compiler that was found. + ### Extra easyconfig parameters specific to ``SystemCompilerGCC`` easyblock easyconfig parameter |description |default value @@ -1513,15 +1486,6 @@ easyconfig parameter |description ``withnvptx`` |Build GCC with NVPTX offload support |``False`` ``withppl`` |Build GCC with PPL support |``False`` -### Customised steps in ``SystemCompilerGCC`` easyblock - -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - -* ``install_step`` - The type of the None singleton. - - ## ``SystemMPI`` (derives from [``Bundle``](#bundle), [``ConfigureMake``](#configuremake), ``EB_impi``) @@ -1534,6 +1498,7 @@ The mpi compiler is expected to be available in $PATH, required libraries are as Specifying 'system' as a version leads to using the derived mpi version in the generated module; if an actual version is specified, it is checked against the derived version of the system mpi that was found. + ### Extra easyconfig parameters specific to ``SystemMPI`` easyblock easyconfig parameter |description |default value @@ -1570,15 +1535,6 @@ easyconfig parameter |description ``test_cmd`` |Test command to use ('runtest' value is appended, default: 'make') |``None`` ``unrecognized_configure_options``|Action to do when unrecognized options passed to ./configure are detected, defaults to aborting the build. Can be set to 'warn' or 'ignore' (NOT RECOMMENDED! It might hide actual errors e.g. misspelling of intended or changed options)|``"error"`` -### Customised steps in ``SystemMPI`` easyblock - -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - -* ``install_step`` - The type of the None singleton. - - ## ``Tarball`` (derives from ``ExtensionEasyBlock``) @@ -1586,6 +1542,7 @@ easyconfig parameter |description Precompiled software supplied as a tarball: will unpack binary and copy it to the install dir + ### Extra easyconfig parameters specific to ``Tarball`` easyblock easyconfig parameter|description |default value @@ -1622,15 +1579,6 @@ easyconfig parameter |description ``sanity_check_components`` |List of components for which to run sanity checks |``[]`` ``set_env_external_modules`` |Include setenv statements for toolchain components that use an external module, based on available metadata|``False`` -### Customised steps in ``Toolchain`` easyblock - -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - -* ``install_step`` - The type of the None singleton. - - ## ``VSCPythonPackage`` (derives from [``VersionIndependentPythonPackage``](#versionindependentpythonpackage)) @@ -1651,6 +1599,7 @@ easyconfig parameter |description ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` +``pip_no_build_isolation``|Use --no-build-isolation with pip install |``True`` ``pip_no_index`` |Pass --no-index to pip to disable connecting to PyPi entirely which also disables the pip version check. Enabled by default when pip_ignore_installed=True |``None`` ``pip_verbose`` |Pass --verbose to 'pip install' (if pip is used). Enabled by default if the EB option --debug is used. |``None`` ``req_py_majver`` |Required major Python version (only relevant when using system Python) |``None`` @@ -1668,15 +1617,6 @@ easyconfig parameter |description ``use_pip_requirement`` |Install using 'python -m pip install --requirement'. The sources is expected to be the requirements file. |``False`` ``zipped_egg`` |Install as a zipped eggs |``False`` -### Customised steps in ``VSCPythonPackage`` easyblock - -* ``build_step`` - The type of the None singleton. - -* ``configure_step`` - The type of the None singleton. - -* ``install_step`` - The type of the None singleton. - - ## ``VersionIndependentPythonPackage`` (derives from [``PythonPackage``](#pythonpackage)) @@ -1697,6 +1637,7 @@ easyconfig parameter |description ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` +``pip_no_build_isolation``|Use --no-build-isolation with pip install |``True`` ``pip_no_index`` |Pass --no-index to pip to disable connecting to PyPi entirely which also disables the pip version check. Enabled by default when pip_ignore_installed=True |``None`` ``pip_verbose`` |Pass --verbose to 'pip install' (if pip is used). Enabled by default if the EB option --debug is used. |``None`` ``req_py_majver`` |Required major Python version (only relevant when using system Python) |``None`` @@ -1730,6 +1671,7 @@ easyconfig parameter |description Support for building and installing applications with waf + ### Customised steps in ``Waf`` easyblock * ``build_step`` - Build with ./waf build diff --git a/docs/version-specific/supported-software/a/ABAQUS.md b/docs/version-specific/supported-software/a/ABAQUS.md index 94fac4c59a..03817e8a83 100644 --- a/docs/version-specific/supported-software/a/ABAQUS.md +++ b/docs/version-specific/supported-software/a/ABAQUS.md @@ -20,6 +20,7 @@ version | versionsuffix | toolchain ``2024`` | ``-hotfix-2424`` | ``system`` ``2024`` | ``-hotfix-2441`` | ``system`` ``2024`` | ``-hotfix-2450`` | ``system`` +``2025`` | | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/ABINIT.md b/docs/version-specific/supported-software/a/ABINIT.md index 810d9d305e..22a75a8513 100644 --- a/docs/version-specific/supported-software/a/ABINIT.md +++ b/docs/version-specific/supported-software/a/ABINIT.md @@ -11,6 +11,8 @@ ABINIT is a package whose main program allows one to find the total energy, char version | toolchain --------|---------- ``10.2.5`` | ``intel/2023a`` +``10.4.7`` | ``foss/2025b`` +``9.10.3`` | ``foss/2023a`` ``9.10.3`` | ``intel/2022a`` ``9.4.2`` | ``foss/2021a`` ``9.4.2`` | ``intel/2021a`` diff --git a/docs/version-specific/supported-software/a/ACTC.md b/docs/version-specific/supported-software/a/ACTC.md index 0cbf57c88c..c4a6667da9 100644 --- a/docs/version-specific/supported-software/a/ACTC.md +++ b/docs/version-specific/supported-software/a/ACTC.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``1.1`` | ``GCCcore/11.3.0`` ``1.1`` | ``GCCcore/12.3.0`` +``1.1`` | ``GCCcore/13.3.0`` +``1.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/AMAS.md b/docs/version-specific/supported-software/a/AMAS.md new file mode 100644 index 0000000000..ccc245c44b --- /dev/null +++ b/docs/version-specific/supported-software/a/AMAS.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# AMAS + +Calculate summary statistics and manipulate multiple sequence alignments + +*homepage*: + +version | toolchain +--------|---------- +``1.02`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/a/annovar.md b/docs/version-specific/supported-software/a/ANNOVAR.md similarity index 99% rename from docs/version-specific/supported-software/a/annovar.md rename to docs/version-specific/supported-software/a/ANNOVAR.md index ad49b1d695..f7a7b2294f 100644 --- a/docs/version-specific/supported-software/a/annovar.md +++ b/docs/version-specific/supported-software/a/ANNOVAR.md @@ -2,7 +2,7 @@ search: boost: 0.5 --- -# annovar +# ANNOVAR ANNOVAR is an efficient software tool to utilize update-to-date information to functionally annotate genetic variants detected from diverse genomes (including human genome hg18, hg19, hg38, as well as mouse, worm, fly, yeast and many others). diff --git a/docs/version-specific/supported-software/a/ANTs.md b/docs/version-specific/supported-software/a/ANTs.md index 1bc996334a..f587055b86 100644 --- a/docs/version-specific/supported-software/a/ANTs.md +++ b/docs/version-specific/supported-software/a/ANTs.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``2.3.5`` | ``foss/2021a`` ``2.5.0`` | ``foss/2022b`` +``2.6.2`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/AOCL-BLAS.md b/docs/version-specific/supported-software/a/AOCL-BLAS.md index c5d20fb859..54d2cc49ee 100644 --- a/docs/version-specific/supported-software/a/AOCL-BLAS.md +++ b/docs/version-specific/supported-software/a/AOCL-BLAS.md @@ -13,6 +13,7 @@ version | toolchain ``5.0`` | ``GCC/13.3.0`` ``5.0`` | ``GCC/14.2.0`` ``5.1`` | ``GCC/14.3.0`` +``5.1`` | ``llvm-compilers/20.1.8`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/ASAP3.md b/docs/version-specific/supported-software/a/ASAP3.md index a3123c6242..e011d2edcc 100644 --- a/docs/version-specific/supported-software/a/ASAP3.md +++ b/docs/version-specific/supported-software/a/ASAP3.md @@ -10,6 +10,8 @@ ASAP is a calculator for doing large-scale classical molecular dynamics within t version | versionsuffix | toolchain --------|---------------|---------- +``3.13.10`` | | ``foss/2025b`` +``3.13.10`` | | ``intel/2025b`` ``3.13.2`` | | ``foss/2023a`` ``3.13.3`` | | ``foss/2023a`` ``3.13.3`` | | ``intel/2023a`` diff --git a/docs/version-specific/supported-software/a/ASE.md b/docs/version-specific/supported-software/a/ASE.md index 92e0c68691..e8309dc732 100644 --- a/docs/version-specific/supported-software/a/ASE.md +++ b/docs/version-specific/supported-software/a/ASE.md @@ -33,6 +33,7 @@ version | toolchain ``3.26.0`` | ``gfbf/2025a`` ``3.26.0`` | ``gfbf/2025b`` ``3.26.0`` | ``iimkl/2023a`` +``3.26.0`` | ``iimkl/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/ATAT.md b/docs/version-specific/supported-software/a/ATAT.md new file mode 100644 index 0000000000..967c7efc9c --- /dev/null +++ b/docs/version-specific/supported-software/a/ATAT.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# ATAT + +The Alloy-Theoretic Automated Toolkit (ATAT) is a generic name that refers to a collection of alloy theory tools + +*homepage*: + +version | toolchain +--------|---------- +``3.50`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/a/ATK.md b/docs/version-specific/supported-software/a/ATK.md index 742ae6ba01..72778a111c 100644 --- a/docs/version-specific/supported-software/a/ATK.md +++ b/docs/version-specific/supported-software/a/ATK.md @@ -17,6 +17,7 @@ version | toolchain ``2.38.0`` | ``GCCcore/12.3.0`` ``2.38.0`` | ``GCCcore/13.2.0`` ``2.38.0`` | ``GCCcore/13.3.0`` +``2.38.0`` | ``GCCcore/14.2.0`` ``2.38.0`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/a/AWS-SDK.md b/docs/version-specific/supported-software/a/AWS-SDK.md new file mode 100644 index 0000000000..c3c107414e --- /dev/null +++ b/docs/version-specific/supported-software/a/AWS-SDK.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# AWS-SDK + +The AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface for Amazon Web Services (AWS). + +*homepage*: + +version | toolchain +--------|---------- +``1.11.679`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/a/AdapterRemoval.md b/docs/version-specific/supported-software/a/AdapterRemoval.md index 4c86378502..641288c0c6 100644 --- a/docs/version-specific/supported-software/a/AdapterRemoval.md +++ b/docs/version-specific/supported-software/a/AdapterRemoval.md @@ -13,6 +13,7 @@ version | toolchain ``2.3.2`` | ``GCC/10.3.0`` ``2.3.2`` | ``GCC/11.2.0`` ``2.3.3`` | ``GCC/11.3.0`` +``2.3.4`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/AptaSUITE.md b/docs/version-specific/supported-software/a/AptaSUITE.md new file mode 100644 index 0000000000..88ab0e4e27 --- /dev/null +++ b/docs/version-specific/supported-software/a/AptaSUITE.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# AptaSUITE + +A full-featured bioinformatics software collection for the comprehensive analysis of aptamers in HT-SELEX experiments. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``0.9.8`` | ``-Java-17`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/a/Armadillo.md b/docs/version-specific/supported-software/a/Armadillo.md index 985b33d093..26a80bcfeb 100644 --- a/docs/version-specific/supported-software/a/Armadillo.md +++ b/docs/version-specific/supported-software/a/Armadillo.md @@ -18,6 +18,7 @@ version | toolchain ``14.0.3`` | ``foss/2024a`` ``14.6.0`` | ``foss/2025a`` ``15.0.1`` | ``foss/2025b`` +``15.0.1`` | ``intel/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/Arriba.md b/docs/version-specific/supported-software/a/Arriba.md index af731d545b..4658b821ef 100644 --- a/docs/version-specific/supported-software/a/Arriba.md +++ b/docs/version-specific/supported-software/a/Arriba.md @@ -14,6 +14,7 @@ version | toolchain ``2.2.1`` | ``GCC/11.2.0`` ``2.3.0`` | ``GCC/11.2.0`` ``2.4.0`` | ``GCC/12.2.0`` +``2.5.1`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/Arrow.md b/docs/version-specific/supported-software/a/Arrow.md index 8a1db63852..ca4a99930e 100644 --- a/docs/version-specific/supported-software/a/Arrow.md +++ b/docs/version-specific/supported-software/a/Arrow.md @@ -14,6 +14,8 @@ version | toolchain ``14.0.1`` | ``gfbf/2023a`` ``16.1.0`` | ``gfbf/2023b`` ``17.0.0`` | ``gfbf/2024a`` +``22.0.0`` | ``gfbf/2025a`` +``22.0.0`` | ``gfbf/2025b`` ``6.0.0`` | ``foss/2021a`` ``6.0.0`` | ``foss/2021b`` ``6.0.1`` | ``foss/2021a`` diff --git a/docs/version-specific/supported-software/a/Autoconf-archive.md b/docs/version-specific/supported-software/a/Autoconf-archive.md index 6e9da293e9..d1005254d0 100644 --- a/docs/version-specific/supported-software/a/Autoconf-archive.md +++ b/docs/version-specific/supported-software/a/Autoconf-archive.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``2023.02.20`` | ``GCCcore/11.3.0`` ``2023.02.20`` | ``GCCcore/12.2.0`` +``2023.02.20`` | ``GCCcore/12.3.0`` +``2024.10.16`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/Autocycler.md b/docs/version-specific/supported-software/a/Autocycler.md new file mode 100644 index 0000000000..745d2273f4 --- /dev/null +++ b/docs/version-specific/supported-software/a/Autocycler.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Autocycler + +Autocycler is a tool for generating consensus long-read assemblies for bacterial genomes. It is the successor to Trycycler, and for most users, I recommend Autocycler over Trycycler. + +*homepage*: + +version | toolchain +--------|---------- +``0.5.2`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/a/Avogadro2.md b/docs/version-specific/supported-software/a/Avogadro2.md index 767c9d1408..3c0d87eaae 100644 --- a/docs/version-specific/supported-software/a/Avogadro2.md +++ b/docs/version-specific/supported-software/a/Avogadro2.md @@ -10,6 +10,7 @@ Avogadro is an advanced molecule editor and visualizer designed for cross-platfo version | versionsuffix | toolchain --------|---------------|---------- +``1.101.0`` | ``-linux-x86_64`` | ``system`` ``1.97.0`` | ``-linux-x86_64`` | ``system`` diff --git a/docs/version-specific/supported-software/a/accelerate.md b/docs/version-specific/supported-software/a/accelerate.md index 6b6290b604..f6c43c1823 100644 --- a/docs/version-specific/supported-software/a/accelerate.md +++ b/docs/version-specific/supported-software/a/accelerate.md @@ -12,6 +12,7 @@ version | versionsuffix | toolchain --------|---------------|---------- ``0.33.0`` | ``-CUDA-12.1.1`` | ``foss/2023a`` ``1.0.1`` | | ``foss/2023b`` +``1.10.0`` | | ``foss/2024a`` ``1.3.0`` | ``-CUDA-12.1.1`` | ``foss/2023a`` diff --git a/docs/version-specific/supported-software/a/acpype.md b/docs/version-specific/supported-software/a/acpype.md new file mode 100644 index 0000000000..60d71a1c88 --- /dev/null +++ b/docs/version-specific/supported-software/a/acpype.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# acpype + +A tool based in Python to use Antechamber to generate topologies for chemical compounds and to interface with others python applications like CCPN and ARIA. + +*homepage*: + +version | toolchain +--------|---------- +``2023.10.27`` | ``foss/2023a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/a/aiida-core.md b/docs/version-specific/supported-software/a/aiida-core.md index d78dd560da..23051c165a 100644 --- a/docs/version-specific/supported-software/a/aiida-core.md +++ b/docs/version-specific/supported-software/a/aiida-core.md @@ -10,7 +10,7 @@ Bundle of Python packages required to run AiiDA. An open-source Python infrastru version | toolchain --------|---------- -``2.5.1`` | ``gfbf/2023a`` +``2.5.1`` | ``foss/2023a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/aiida-shell.md b/docs/version-specific/supported-software/a/aiida-shell.md new file mode 100644 index 0000000000..ac87eb8678 --- /dev/null +++ b/docs/version-specific/supported-software/a/aiida-shell.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# aiida-shell + +AiiDA plugin that makes running shell commands easy. Run any shell executable without writing a dedicated plugin or parser. + +*homepage*: + +version | toolchain +--------|---------- +``0.7.1`` | ``foss/2023a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/a/alsa-lib.md b/docs/version-specific/supported-software/a/alsa-lib.md index 6f52055c69..5e9a7d20f9 100644 --- a/docs/version-specific/supported-software/a/alsa-lib.md +++ b/docs/version-specific/supported-software/a/alsa-lib.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``1.2.11`` | ``GCCcore/13.2.0`` ``1.2.11`` | ``GCCcore/13.3.0`` +``1.2.14`` | ``GCCcore/14.2.0`` +``1.2.14`` | ``GCCcore/14.3.0`` ``1.2.8`` | ``GCCcore/11.2.0`` ``1.2.8`` | ``GCCcore/11.3.0`` ``1.2.9`` | ``GCCcore/12.3.0`` diff --git a/docs/version-specific/supported-software/a/anndata.md b/docs/version-specific/supported-software/a/anndata.md index fb2eec77d0..9544bfd864 100644 --- a/docs/version-specific/supported-software/a/anndata.md +++ b/docs/version-specific/supported-software/a/anndata.md @@ -13,6 +13,7 @@ version | toolchain ``0.10.5.post1`` | ``foss/2023a`` ``0.10.9`` | ``foss/2024a`` ``0.11.1`` | ``foss/2023b`` +``0.12.3`` | ``foss/2025a`` ``0.8.0`` | ``foss/2022a`` ``0.9.2`` | ``foss/2021a`` ``0.9.2`` | ``foss/2021b`` diff --git a/docs/version-specific/supported-software/a/ant.md b/docs/version-specific/supported-software/a/ant.md index 32647b94b2..cce877644f 100644 --- a/docs/version-specific/supported-software/a/ant.md +++ b/docs/version-specific/supported-software/a/ant.md @@ -15,6 +15,8 @@ version | versionsuffix | toolchain ``1.10.12`` | ``-Java-17`` | ``system`` ``1.10.14`` | ``-Java-11`` | ``system`` ``1.10.14`` | ``-Java-21`` | ``system`` +``1.10.15`` | ``-Java-17`` | ``system`` +``1.10.15`` | ``-Java-21`` | ``system`` ``1.10.8`` | ``-Java-11`` | ``system`` ``1.10.9`` | ``-Java-11`` | ``system`` diff --git a/docs/version-specific/supported-software/a/antiword.md b/docs/version-specific/supported-software/a/antiword.md new file mode 100644 index 0000000000..e57f92457d --- /dev/null +++ b/docs/version-specific/supported-software/a/antiword.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# antiword + +Antiword is a free MS-Word reader - converts the documents from Word 6, 7, 97 and 2000 to ASCII and Postscript + +*homepage*: + +version | toolchain +--------|---------- +``0.37`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/a/aqme.md b/docs/version-specific/supported-software/a/aqme.md new file mode 100644 index 0000000000..5f87ac98fb --- /dev/null +++ b/docs/version-specific/supported-software/a/aqme.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# aqme + +Automated Quantum Mechanical Environments (AQME) offers transparent and reproducible workflows available for Jupyter Notebooks and command lines, including: 1) RDKit- and CREST-based conformer generation, 2) QM input file creation, 3) post-processing of QM output files, 4) generation of xTB, DFT and RDKit descriptors. + +*homepage*: + +version | toolchain +--------|---------- +``1.7.3`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/a/archspec.md b/docs/version-specific/supported-software/a/archspec.md index 79f0568b92..a441d765f5 100644 --- a/docs/version-specific/supported-software/a/archspec.md +++ b/docs/version-specific/supported-software/a/archspec.md @@ -19,6 +19,7 @@ version | toolchain ``0.2.4`` | ``GCCcore/13.3.0`` ``0.2.5`` | ``GCCcore/12.3.0`` ``0.2.5`` | ``GCCcore/13.3.0`` +``0.2.5`` | ``GCCcore/14.2.0`` ``0.2.5`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/a/argtable.md b/docs/version-specific/supported-software/a/argtable.md index da556f180d..48766a95b0 100644 --- a/docs/version-specific/supported-software/a/argtable.md +++ b/docs/version-specific/supported-software/a/argtable.md @@ -13,6 +13,7 @@ version | toolchain ``2.13`` | ``GCCcore/10.3.0`` ``2.13`` | ``GCCcore/11.2.0`` ``2.13`` | ``GCCcore/12.3.0`` +``2.13`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/arpack-ng.md b/docs/version-specific/supported-software/a/arpack-ng.md index 9e7b898126..e6c3deddfa 100644 --- a/docs/version-specific/supported-software/a/arpack-ng.md +++ b/docs/version-specific/supported-software/a/arpack-ng.md @@ -20,6 +20,7 @@ version | toolchain ``3.9.1`` | ``foss/2024a`` ``3.9.1`` | ``foss/2025a`` ``3.9.1`` | ``foss/2025b`` +``3.9.1`` | ``intel/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/arrow-R.md b/docs/version-specific/supported-software/a/arrow-R.md index f98c4a49ff..46ef95a1aa 100644 --- a/docs/version-specific/supported-software/a/arrow-R.md +++ b/docs/version-specific/supported-software/a/arrow-R.md @@ -14,6 +14,7 @@ version | versionsuffix | toolchain ``14.0.1`` | ``-R-4.3.2`` | ``foss/2023a`` ``16.1.0`` | ``-R-4.4.1`` | ``foss/2023b`` ``17.0.0.1`` | ``-R-4.4.2`` | ``foss/2024a`` +``22.0.0`` | ``-R-4.5.1`` | ``foss/2025a`` ``6.0.0.2`` | ``-R-4.1.0`` | ``foss/2021a`` ``6.0.0.2`` | ``-R-4.1.2`` | ``foss/2021b`` ``6.0.0.2`` | ``-R-4.2.0`` | ``foss/2021b`` diff --git a/docs/version-specific/supported-software/a/astropy-testing.md b/docs/version-specific/supported-software/a/astropy-testing.md index b0910fb0b6..f551463f41 100644 --- a/docs/version-specific/supported-software/a/astropy-testing.md +++ b/docs/version-specific/supported-software/a/astropy-testing.md @@ -11,6 +11,7 @@ This bundle contains all dependencies needed to test astropy using pytest. version | toolchain --------|---------- ``7.0.0`` | ``gfbf/2023b`` +``7.1.0`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/astropy.md b/docs/version-specific/supported-software/a/astropy.md index f773a1b35f..7e7e840f53 100644 --- a/docs/version-specific/supported-software/a/astropy.md +++ b/docs/version-specific/supported-software/a/astropy.md @@ -18,6 +18,7 @@ version | toolchain ``5.1.1`` | ``intel/2022a`` ``5.2.2`` | ``gfbf/2022b`` ``7.0.0`` | ``gfbf/2023b`` +``7.1.0`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/at-spi2-atk.md b/docs/version-specific/supported-software/a/at-spi2-atk.md index 3ccc0e8420..046c2023b1 100644 --- a/docs/version-specific/supported-software/a/at-spi2-atk.md +++ b/docs/version-specific/supported-software/a/at-spi2-atk.md @@ -17,6 +17,8 @@ version | toolchain ``2.38.0`` | ``GCCcore/12.3.0`` ``2.38.0`` | ``GCCcore/13.2.0`` ``2.38.0`` | ``GCCcore/13.3.0`` +``2.38.0`` | ``GCCcore/14.2.0`` +``2.38.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/at-spi2-core.md b/docs/version-specific/supported-software/a/at-spi2-core.md index ca0f16c77d..5aa8e29694 100644 --- a/docs/version-specific/supported-software/a/at-spi2-core.md +++ b/docs/version-specific/supported-software/a/at-spi2-core.md @@ -17,6 +17,8 @@ version | toolchain ``2.49.91`` | ``GCCcore/12.3.0`` ``2.50.0`` | ``GCCcore/13.2.0`` ``2.54.0`` | ``GCCcore/13.3.0`` +``2.56.2`` | ``GCCcore/14.2.0`` +``2.56.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/attrdict3.md b/docs/version-specific/supported-software/a/attrdict3.md index ec1fbf796e..19a8d5a99d 100644 --- a/docs/version-specific/supported-software/a/attrdict3.md +++ b/docs/version-specific/supported-software/a/attrdict3.md @@ -13,6 +13,7 @@ version | toolchain ``2.0.2`` | ``GCCcore/11.2.0`` ``2.0.2`` | ``GCCcore/11.3.0`` ``2.0.2`` | ``GCCcore/12.3.0`` +``2.0.2`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/autoCAS.md b/docs/version-specific/supported-software/a/autoCAS.md index 2843bc6091..6d666626b7 100644 --- a/docs/version-specific/supported-software/a/autoCAS.md +++ b/docs/version-specific/supported-software/a/autoCAS.md @@ -10,7 +10,7 @@ SCINE autoCAS automates the crucial active-orbital-space selection step in multi version | toolchain --------|---------- -``2.3.1`` | ``iomkl/2023a`` +``3.0.0`` | ``iomkl/2023a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/autoplotly.md b/docs/version-specific/supported-software/a/autoplotly.md new file mode 100644 index 0000000000..683023a0ec --- /dev/null +++ b/docs/version-specific/supported-software/a/autoplotly.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# autoplotly + +Automatic Generation of Interactive Visualizations for Statistical Results + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``0.1.4`` | ``-R-4.4.1`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/a/awscli.md b/docs/version-specific/supported-software/a/awscli.md index f314122759..497dd66097 100644 --- a/docs/version-specific/supported-software/a/awscli.md +++ b/docs/version-specific/supported-software/a/awscli.md @@ -14,6 +14,8 @@ version | toolchain ``2.15.2`` | ``GCCcore/12.2.0`` ``2.17.54`` | ``GCCcore/12.3.0`` ``2.17.54`` | ``GCCcore/13.2.0`` +``2.32.16`` | ``GCCcore/14.3.0`` +``2.32.6`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/a/index.md b/docs/version-specific/supported-software/a/index.md index fb7d50b047..bde25cadfc 100644 --- a/docs/version-specific/supported-software/a/index.md +++ b/docs/version-specific/supported-software/a/index.md @@ -16,6 +16,7 @@ search: * [ABySS](ABySS.md) * [accelerate](accelerate.md) * [ack](ack.md) + * [acpype](acpype.md) * [ACTC](ACTC.md) * [AdapterRemoval](AdapterRemoval.md) * [adjustText](adjustText.md) @@ -29,6 +30,7 @@ search: * [AGeNT](AGeNT.md) * [AICSImageIO](AICSImageIO.md) * [aiida-core](aiida-core.md) + * [aiida-shell](aiida-shell.md) * [aiohttp](aiohttp.md) * [ALAMODE](ALAMODE.md) * [Albumentations](Albumentations.md) @@ -41,6 +43,7 @@ search: * [AlphaPulldown](AlphaPulldown.md) * [alsa-lib](alsa-lib.md) * [AMAPVox](AMAPVox.md) + * [AMAS](AMAS.md) * [Amber](Amber.md) * [AmberTools](AmberTools.md) * [AMD-uProf](AMD-uProf.md) @@ -58,10 +61,11 @@ search: * [ANIcalculator](ANIcalculator.md) * [anndata](anndata.md) * [Annocript](Annocript.md) - * [annovar](annovar.md) + * [ANNOVAR](ANNOVAR.md) * [ANSYS](ANSYS.md) * [ant](ant.md) * [ANTIC](ANTIC.md) + * [antiword](antiword.md) * [ANTLR](ANTLR.md) * [ANTs](ANTs.md) * [ANTx2](ANTx2.md) @@ -73,6 +77,8 @@ search: * [APOST3D](APOST3D.md) * [APR](APR.md) * [APR-util](APR-util.md) + * [AptaSUITE](AptaSUITE.md) + * [aqme](aqme.md) * [ARAGORN](ARAGORN.md) * [Arb](Arb.md) * [Arcade-Learning-Environment](Arcade-Learning-Environment.md) @@ -106,6 +112,7 @@ search: * [asv](asv.md) * [at-spi2-atk](at-spi2-atk.md) * [at-spi2-core](at-spi2-core.md) + * [ATAT](ATAT.md) * [ATK](ATK.md) * [Atomsk](Atomsk.md) * [atools](atools.md) @@ -119,14 +126,17 @@ search: * [autoCAS](autoCAS.md) * [Autoconf](Autoconf.md) * [Autoconf-archive](Autoconf-archive.md) + * [Autocycler](Autocycler.md) * [AutoDock](AutoDock.md) * [AutoDock-GPU](AutoDock-GPU.md) * [AutoDock-Vina](AutoDock-Vina.md) * [Automake](Automake.md) * [autopep8](autopep8.md) + * [autoplotly](autoplotly.md) * [Autotools](Autotools.md) * [Avogadro2](Avogadro2.md) * [avro-cpp](avro-cpp.md) + * [AWS-SDK](AWS-SDK.md) * [awscli](awscli.md) * [Ax](Ax.md) diff --git a/docs/version-specific/supported-software/b/BBTools.md b/docs/version-specific/supported-software/b/BBTools.md new file mode 100644 index 0000000000..9aba7cd304 --- /dev/null +++ b/docs/version-specific/supported-software/b/BBTools.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# BBTools + +BBTools is a suite of fast, multithreaded bioinformatics tools designed for analysis of DNA and RNA sequence data. BBTools can handle common sequencing and bioinformatics file formats such as fastq, fasta, sam, bam, scarf, fasta+qual, gff, gtf, vcf, and gzip/bgzip/bzip2 compressed files. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``39.56`` | ``-Java-17`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/b/BCFtools.md b/docs/version-specific/supported-software/b/BCFtools.md index f325121067..a71e8162ea 100644 --- a/docs/version-specific/supported-software/b/BCFtools.md +++ b/docs/version-specific/supported-software/b/BCFtools.md @@ -18,6 +18,7 @@ version | toolchain ``1.19`` | ``GCC/13.2.0`` ``1.21`` | ``GCC/13.3.0`` ``1.22`` | ``GCC/14.2.0`` +``1.22`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/BDBag.md b/docs/version-specific/supported-software/b/BDBag.md index 77b9831514..e26e13a1c5 100644 --- a/docs/version-specific/supported-software/b/BDBag.md +++ b/docs/version-specific/supported-software/b/BDBag.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.6.3`` | ``intel/2021b`` ``1.7.3`` | ``foss/2023a`` +``1.8.0`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/BEAST-X.md b/docs/version-specific/supported-software/b/BEAST-X.md new file mode 100644 index 0000000000..582688be85 --- /dev/null +++ b/docs/version-specific/supported-software/b/BEAST-X.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# BEAST-X + +BEAST is a cross-platform program for Bayesian analysis of molecular sequences using MCMC. It is entirely orientated towards rooted, time-measured phylogenies inferred using strict or relaxed molecular clock models. It can be used as a method of reconstructing phylogenies but is also a framework for testing evolutionary hypotheses without conditioning on a single tree topology. BEAST uses MCMC to average over tree space, so that each tree is weighted proportional to its posterior probability. + +*homepage*: + +version | toolchain +--------|---------- +``10.5.0`` | ``GCC/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/b/BEDOPS.md b/docs/version-specific/supported-software/b/BEDOPS.md index 2750adad51..52eccfb6c1 100644 --- a/docs/version-specific/supported-software/b/BEDOPS.md +++ b/docs/version-specific/supported-software/b/BEDOPS.md @@ -10,6 +10,7 @@ BEDOPS is an open-source command-line toolkit that performs highly efficient and version | toolchain --------|---------- +``2.4.35`` | ``foss/2022b`` ``2.4.41`` | ``foss/2021b`` ``2.4.41`` | ``foss/2023a`` ``2.4.41`` | ``foss/2023b`` diff --git a/docs/version-specific/supported-software/b/BEDTools.md b/docs/version-specific/supported-software/b/BEDTools.md index 48de22028c..33c2ff04c0 100644 --- a/docs/version-specific/supported-software/b/BEDTools.md +++ b/docs/version-specific/supported-software/b/BEDTools.md @@ -17,6 +17,7 @@ version | toolchain ``2.31.0`` | ``GCC/12.3.0`` ``2.31.1`` | ``GCC/13.2.0`` ``2.31.1`` | ``GCC/13.3.0`` +``2.31.1`` | ``GCC/14.2.0`` ``2.31.1`` | ``GCC/14.3.0`` ``2.31.1`` | ``intel-compilers/2025.2.0`` diff --git a/docs/version-specific/supported-software/b/BLAST+.md b/docs/version-specific/supported-software/b/BLAST+.md index 1884e3d950..392b20cbf7 100644 --- a/docs/version-specific/supported-software/b/BLAST+.md +++ b/docs/version-specific/supported-software/b/BLAST+.md @@ -17,6 +17,7 @@ version | toolchain ``2.14.1`` | ``gompi/2023a`` ``2.16.0`` | ``gompi/2023b`` ``2.16.0`` | ``gompi/2024a`` +``2.17.0`` | ``gompi/2025a`` ``2.9.0`` | ``gompi/2021b`` diff --git a/docs/version-specific/supported-software/b/BLIS.md b/docs/version-specific/supported-software/b/BLIS.md index 277a0cc64a..ae0da7280a 100644 --- a/docs/version-specific/supported-software/b/BLIS.md +++ b/docs/version-specific/supported-software/b/BLIS.md @@ -22,6 +22,7 @@ version | versionsuffix | toolchain ``1.0`` | | ``GCC/13.3.0`` ``1.1`` | | ``GCC/14.2.0`` ``2.0`` | | ``GCC/14.3.0`` +``2.0`` | | ``llvm-compilers/20.1.8`` ``3.0`` | ``-amd`` | ``GCCcore/10.3.0`` ``3.0.1`` | ``-amd`` | ``GCC/11.2.0`` ``3.0.1`` | ``-amd`` | ``GCCcore/10.3.0`` diff --git a/docs/version-specific/supported-software/b/BWA.md b/docs/version-specific/supported-software/b/BWA.md index 80cdeceb1c..8da35c7a84 100644 --- a/docs/version-specific/supported-software/b/BWA.md +++ b/docs/version-specific/supported-software/b/BWA.md @@ -20,6 +20,7 @@ version | toolchain ``0.7.18`` | ``GCCcore/13.2.0`` ``0.7.18`` | ``GCCcore/13.3.0`` ``0.7.19`` | ``GCCcore/14.2.0`` +``0.7.19`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/Bandage.md b/docs/version-specific/supported-software/b/Bandage.md index 89e1b04655..23d76aa151 100644 --- a/docs/version-specific/supported-software/b/Bandage.md +++ b/docs/version-specific/supported-software/b/Bandage.md @@ -14,6 +14,7 @@ version | toolchain ``0.9.0`` | ``GCCcore/11.3.0`` ``0.9.0`` | ``GCCcore/12.3.0`` ``0.9.0`` | ``GCCcore/13.3.0`` +``0.9.0`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/Bazel.md b/docs/version-specific/supported-software/b/Bazel.md index b3f947c2ad..4139a19863 100644 --- a/docs/version-specific/supported-software/b/Bazel.md +++ b/docs/version-specific/supported-software/b/Bazel.md @@ -20,6 +20,7 @@ version | versionsuffix | toolchain ``6.5.0`` | ``-Java-11`` | ``GCCcore/13.3.0`` ``7.4.1`` | ``-Java-21`` | ``GCCcore/13.3.0`` ``7.4.1`` | ``-Java-21`` | ``GCCcore/14.2.0`` +``7.7.0`` | ``-Java-21`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/Bear.md b/docs/version-specific/supported-software/b/Bear.md new file mode 100644 index 0000000000..5169a88fde --- /dev/null +++ b/docs/version-specific/supported-software/b/Bear.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Bear + +Bear is a tool that generates a compilation database for clang tooling. The JSON compilation database is used in the clang project to provide information on how a single compilation unit is processed. With this, it is easy to re-run the compilation with alternate programs. Some build system natively supports the generation of JSON compilation database. For projects which does not use such build tool, Bear generates the JSON file during the build process. + +*homepage*: + +version | toolchain +--------|---------- +``3.1.6`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/b/BeautifulSoup.md b/docs/version-specific/supported-software/b/BeautifulSoup.md index 79e5eb9725..fe3ee0d9c9 100644 --- a/docs/version-specific/supported-software/b/BeautifulSoup.md +++ b/docs/version-specific/supported-software/b/BeautifulSoup.md @@ -18,6 +18,7 @@ version | toolchain ``4.12.2`` | ``GCCcore/13.2.0`` ``4.12.3`` | ``GCCcore/13.3.0`` ``4.13.4`` | ``GCCcore/14.2.0`` +``4.14.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/BgeeCall.md b/docs/version-specific/supported-software/b/BgeeCall.md index 5074346b08..af599b18a9 100644 --- a/docs/version-specific/supported-software/b/BgeeCall.md +++ b/docs/version-specific/supported-software/b/BgeeCall.md @@ -11,6 +11,7 @@ Automatic RNA-Seq present/absent gene expression calls generation version | versionsuffix | toolchain --------|---------------|---------- ``1.16.0`` | ``-R-%(rver)s`` | ``foss/2021a`` +``1.26.0`` | ``-R-%(rver)s`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/BgeeDB.md b/docs/version-specific/supported-software/b/BgeeDB.md index bec4bf0899..e0cbc4f213 100644 --- a/docs/version-specific/supported-software/b/BgeeDB.md +++ b/docs/version-specific/supported-software/b/BgeeDB.md @@ -11,6 +11,7 @@ Annotation and gene expression data retrieval from Bgee database. TopAnat, an an version | versionsuffix | toolchain --------|---------------|---------- ``2.26.0`` | ``-R-%(rver)s`` | ``foss/2021a`` +``2.36.0`` | ``-R-%(rver)s`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/BioPerl.md b/docs/version-specific/supported-software/b/BioPerl.md index 0de2ef5713..24f62158c2 100644 --- a/docs/version-specific/supported-software/b/BioPerl.md +++ b/docs/version-specific/supported-software/b/BioPerl.md @@ -17,6 +17,8 @@ version | toolchain ``1.7.8`` | ``GCCcore/12.3.0`` ``1.7.8`` | ``GCCcore/13.2.0`` ``1.7.8`` | ``GCCcore/13.3.0`` +``1.7.8`` | ``GCCcore/14.2.0`` +``1.7.8`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/Biopython.md b/docs/version-specific/supported-software/b/Biopython.md index b904381fa1..a1d5f95067 100644 --- a/docs/version-specific/supported-software/b/Biopython.md +++ b/docs/version-specific/supported-software/b/Biopython.md @@ -21,6 +21,7 @@ version | versionsuffix | toolchain ``1.84`` | | ``gfbf/2023b`` ``1.84`` | | ``gfbf/2024a`` ``1.85`` | | ``gfbf/2025a`` +``1.86`` | | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/Blender.md b/docs/version-specific/supported-software/b/Blender.md index 2c7cce1569..959007a983 100644 --- a/docs/version-specific/supported-software/b/Blender.md +++ b/docs/version-specific/supported-software/b/Blender.md @@ -19,6 +19,7 @@ version | versionsuffix | toolchain ``3.6.5`` | ``-linux-x86_64-CUDA-12.1.1`` | ``system`` ``4.0.1`` | ``-linux-x86_64-CUDA-12.1.1`` | ``system`` ``4.3.2`` | ``-linux-x86_64-CUDA-12.6.0`` | ``GCCcore/13.3.0`` +``4.4.0`` | ``-linux-x86_64-CUDA-12.6.0`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/Boost.MPI.md b/docs/version-specific/supported-software/b/Boost.MPI.md index 44af8b7ef1..43a427ddcb 100644 --- a/docs/version-specific/supported-software/b/Boost.MPI.md +++ b/docs/version-specific/supported-software/b/Boost.MPI.md @@ -18,6 +18,9 @@ version | toolchain ``1.82.0`` | ``gompi/2023a`` ``1.83.0`` | ``gompi/2023b`` ``1.85.0`` | ``gompi/2024a`` +``1.88.0`` | ``gompi/2025a`` +``1.88.0`` | ``gompi/2025b`` +``1.88.0`` | ``iimpi/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/Boost.Python-NumPy.md b/docs/version-specific/supported-software/b/Boost.Python-NumPy.md index 6834e6f392..fbff8c5490 100644 --- a/docs/version-specific/supported-software/b/Boost.Python-NumPy.md +++ b/docs/version-specific/supported-software/b/Boost.Python-NumPy.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.79.0`` | ``foss/2022a`` ``1.82.0`` | ``gfbf/2023a`` +``1.83.0`` | ``gfbf/2023b`` ``1.85.0`` | ``gfbf/2024a`` ``1.88.0`` | ``gfbf/2025a`` diff --git a/docs/version-specific/supported-software/b/Boost.Python.md b/docs/version-specific/supported-software/b/Boost.Python.md index b6eced5998..4f62b18b64 100644 --- a/docs/version-specific/supported-software/b/Boost.Python.md +++ b/docs/version-specific/supported-software/b/Boost.Python.md @@ -16,6 +16,8 @@ version | toolchain ``1.82.0`` | ``GCC/12.3.0`` ``1.83.0`` | ``GCC/13.2.0`` ``1.85.0`` | ``GCC/13.3.0`` +``1.88.0`` | ``GCC/14.2.0`` +``1.88.0`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/Boost.md b/docs/version-specific/supported-software/b/Boost.md index 3435796401..2a11b3b4d7 100644 --- a/docs/version-specific/supported-software/b/Boost.md +++ b/docs/version-specific/supported-software/b/Boost.md @@ -33,6 +33,7 @@ version | toolchain ``1.88.0`` | ``GCC/14.3.0`` ``1.88.0`` | ``intel-compilers/2025.1.1`` ``1.88.0`` | ``intel-compilers/2025.2.0`` +``1.88.0`` | ``llvm-compilers/20.1.8`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/Bowtie.md b/docs/version-specific/supported-software/b/Bowtie.md index e925a8172c..f7eef2d459 100644 --- a/docs/version-specific/supported-software/b/Bowtie.md +++ b/docs/version-specific/supported-software/b/Bowtie.md @@ -16,6 +16,7 @@ version | toolchain ``1.3.1`` | ``GCC/12.2.0`` ``1.3.1`` | ``GCC/12.3.0`` ``1.3.1`` | ``GCC/13.3.0`` +``1.3.1`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/Bowtie2.md b/docs/version-specific/supported-software/b/Bowtie2.md index e46fad6d1c..d146485751 100644 --- a/docs/version-specific/supported-software/b/Bowtie2.md +++ b/docs/version-specific/supported-software/b/Bowtie2.md @@ -20,6 +20,7 @@ version | versionsuffix | toolchain ``2.5.4`` | | ``GCC/13.2.0`` ``2.5.4`` | | ``GCC/13.3.0`` ``2.5.4`` | | ``GCC/14.2.0`` +``2.5.4`` | | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/bacio.md b/docs/version-specific/supported-software/b/bacio.md new file mode 100644 index 0000000000..b64456ff8b --- /dev/null +++ b/docs/version-specific/supported-software/b/bacio.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# bacio + +This library performs binary I/O for the NCEP models, processing formatted and unformatted byte-addressable data records, and helping transform little endian files into big endian files. + +*homepage*: + +version | toolchain +--------|---------- +``2.6.0`` | ``intel-compilers/2025.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/b/bam-readcount.md b/docs/version-specific/supported-software/b/bam-readcount.md index b75934a197..e36f5a1c6c 100644 --- a/docs/version-specific/supported-software/b/bam-readcount.md +++ b/docs/version-specific/supported-software/b/bam-readcount.md @@ -13,6 +13,7 @@ version | toolchain ``0.8.0`` | ``GCC/11.2.0`` ``1.0.1`` | ``GCC/12.2.0`` ``1.0.1`` | ``GCC/12.3.0`` +``1.0.1`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/bcbio-gff.md b/docs/version-specific/supported-software/b/bcbio-gff.md index 54ec43b658..c63a16a982 100644 --- a/docs/version-specific/supported-software/b/bcbio-gff.md +++ b/docs/version-specific/supported-software/b/bcbio-gff.md @@ -14,7 +14,9 @@ version | toolchain ``0.7.0`` | ``foss/2022a`` ``0.7.0`` | ``foss/2022b`` ``0.7.1`` | ``foss/2023a`` +``0.7.1`` | ``foss/2023b`` ``0.7.1`` | ``foss/2024a`` +``0.7.1`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/bcl-convert.md b/docs/version-specific/supported-software/b/bcl-convert.md index 1c36c04186..a0f7459739 100644 --- a/docs/version-specific/supported-software/b/bcl-convert.md +++ b/docs/version-specific/supported-software/b/bcl-convert.md @@ -13,6 +13,7 @@ version | versionsuffix | toolchain ``4.0.3-2`` | ``el7.x86_64`` | ``system`` ``4.2.7-2`` | ``el7.x86_64`` | ``system`` ``4.3.13-2`` | ``.el8.x86_64`` | ``system`` +``4.4.4-2`` | ``.el8.x86_64`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/beagle-lib.md b/docs/version-specific/supported-software/b/beagle-lib.md index 1ee3262d80..36565da542 100644 --- a/docs/version-specific/supported-software/b/beagle-lib.md +++ b/docs/version-specific/supported-software/b/beagle-lib.md @@ -14,6 +14,8 @@ version | versionsuffix | toolchain ``4.0.0`` | | ``GCC/11.3.0`` ``4.0.1`` | ``-CUDA-12.1.1`` | ``GCC/12.3.0`` ``4.0.1`` | | ``GCC/12.3.0`` +``4.0.1`` | | ``GCC/13.3.0`` +``4.0.1`` | | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/biom-format.md b/docs/version-specific/supported-software/b/biom-format.md index 21135f16d6..b72d138d4d 100644 --- a/docs/version-specific/supported-software/b/biom-format.md +++ b/docs/version-specific/supported-software/b/biom-format.md @@ -16,6 +16,7 @@ version | toolchain ``2.1.15`` | ``foss/2023a`` ``2.1.16`` | ``foss/2023b`` ``2.1.16`` | ``foss/2024a`` +``2.1.17`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/black.md b/docs/version-specific/supported-software/b/black.md index 40b339d8d1..1ab05eb7a6 100644 --- a/docs/version-specific/supported-software/b/black.md +++ b/docs/version-specific/supported-software/b/black.md @@ -10,8 +10,10 @@ Black is the uncompromising Python code formatter. By using it, you agree to ced version | toolchain --------|---------- +``23.11.0`` | ``GCCcore/12.3.0`` ``24.1.1`` | ``GCCcore/12.3.0`` ``24.10.0`` | ``GCCcore/13.2.0`` +``25.9.0`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/boto3.md b/docs/version-specific/supported-software/b/boto3.md index ad470aa328..25464099fa 100644 --- a/docs/version-specific/supported-software/b/boto3.md +++ b/docs/version-specific/supported-software/b/boto3.md @@ -17,6 +17,7 @@ version | toolchain ``1.28.70`` | ``GCCcore/12.3.0`` ``1.35.36`` | ``GCCcore/13.3.0`` ``1.36.16`` | ``GCCcore/13.2.0`` +``1.38.27`` | ``GCCcore/14.2.0`` ``1.39.8`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/b/bshoshany-thread-pool.md b/docs/version-specific/supported-software/b/bshoshany-thread-pool.md new file mode 100644 index 0000000000..2b066aa11c --- /dev/null +++ b/docs/version-specific/supported-software/b/bshoshany-thread-pool.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# bshoshany-thread-pool + +BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library + +*homepage*: + +version | toolchain +--------|---------- +``5.0.0`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/b/build.md b/docs/version-specific/supported-software/b/build.md index bfe1e6e68a..d1060d2289 100644 --- a/docs/version-specific/supported-software/b/build.md +++ b/docs/version-specific/supported-software/b/build.md @@ -10,10 +10,13 @@ A simple, correct Python build frontend. version | toolchain --------|---------- -``0.10.0`` | ``foss/2022a`` -``0.10.0`` | ``foss/2022b`` -``1.0.3`` | ``foss/2023a`` -``1.0.3`` | ``foss/2023b`` +``0.10.0`` | ``GCCcore/11.3.0`` +``0.10.0`` | ``GCCcore/12.2.0`` +``1.0.3`` | ``GCCcore/12.3.0`` +``1.0.3`` | ``GCCcore/13.2.0`` +``1.2.2.post1`` | ``GCCcore/13.3.0`` +``1.3.0`` | ``GCCcore/14.2.0`` +``1.3.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/b/index.md b/docs/version-specific/supported-software/b/index.md index c0b2a9b5be..2bd31d59c7 100644 --- a/docs/version-specific/supported-software/b/index.md +++ b/docs/version-specific/supported-software/b/index.md @@ -11,6 +11,7 @@ search: * [BA3-SNPS-autotune](BA3-SNPS-autotune.md) * [BabelStream](BabelStream.md) * [babl](babl.md) + * [bacio](bacio.md) * [Bader](Bader.md) * [BAGEL](BAGEL.md) * [bakta](bakta.md) @@ -36,6 +37,7 @@ search: * [Bazel](Bazel.md) * [bbFTP](bbFTP.md) * [BBMap](BBMap.md) + * [BBTools](BBTools.md) * [bcbio-gff](bcbio-gff.md) * [BCFtools](BCFtools.md) * [bcgTree](bcgTree.md) @@ -45,7 +47,9 @@ search: * [BDBag](BDBag.md) * [Beagle](Beagle.md) * [beagle-lib](beagle-lib.md) + * [Bear](Bear.md) * [Beast](Beast.md) + * [BEAST-X](BEAST-X.md) * [BeautifulSoup](BeautifulSoup.md) * [BEDOPS](BEDOPS.md) * [BEDTools](BEDTools.md) @@ -121,6 +125,7 @@ search: * [Brotli-python](Brotli-python.md) * [Brunsli](Brunsli.md) * [bsddb3](bsddb3.md) + * [bshoshany-thread-pool](bshoshany-thread-pool.md) * [btllib](btllib.md) * [btop](btop.md) * [build](build.md) diff --git a/docs/version-specific/supported-software/c/CCCL.md b/docs/version-specific/supported-software/c/CCCL.md index 6a001cb633..5701d6649e 100644 --- a/docs/version-specific/supported-software/c/CCCL.md +++ b/docs/version-specific/supported-software/c/CCCL.md @@ -11,6 +11,7 @@ CUDA C++ Core Libraries (header only) version | versionsuffix | toolchain --------|---------------|---------- ``2.3.0`` | ``-CUDA-12.1.1`` | ``GCCcore/12.3.0`` +``3.0.2`` | ``-CUDA-12.6.0`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CD-HIT.md b/docs/version-specific/supported-software/c/CD-HIT.md index a8fbbf1cb2..2e0a0e276f 100644 --- a/docs/version-specific/supported-software/c/CD-HIT.md +++ b/docs/version-specific/supported-software/c/CD-HIT.md @@ -16,6 +16,8 @@ version | toolchain ``4.8.1`` | ``GCC/12.2.0`` ``4.8.1`` | ``GCC/12.3.0`` ``4.8.1`` | ``GCC/13.2.0`` +``4.8.1`` | ``GCC/13.3.0`` +``4.8.1`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CESM-deps.md b/docs/version-specific/supported-software/c/CESM-deps.md index 98b7f4e4c8..92ca9c0ef8 100644 --- a/docs/version-specific/supported-software/c/CESM-deps.md +++ b/docs/version-specific/supported-software/c/CESM-deps.md @@ -13,6 +13,7 @@ version | toolchain ``2`` | ``foss/2021b`` ``2`` | ``foss/2022a`` ``2`` | ``foss/2023a`` +``2`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CGAL.md b/docs/version-specific/supported-software/c/CGAL.md index 7a0d14eb3e..7c70793c5f 100644 --- a/docs/version-specific/supported-software/c/CGAL.md +++ b/docs/version-specific/supported-software/c/CGAL.md @@ -19,6 +19,8 @@ version | toolchain ``5.6`` | ``GCCcore/12.3.0`` ``5.6.1`` | ``GCCcore/13.2.0`` ``5.6.1`` | ``GCCcore/13.3.0`` +``5.6.1`` | ``GCCcore/14.2.0`` +``6.0.1`` | ``GCCcore/14.2.0`` ``6.0.1`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/c/CLHEP.md b/docs/version-specific/supported-software/c/CLHEP.md index 310cbb507e..3ecf0f4918 100644 --- a/docs/version-specific/supported-software/c/CLHEP.md +++ b/docs/version-specific/supported-software/c/CLHEP.md @@ -17,6 +17,7 @@ version | toolchain ``2.4.6.4`` | ``GCC/12.2.0`` ``2.4.7.1`` | ``GCC/12.3.0`` ``2.4.7.1`` | ``GCC/13.2.0`` +``2.4.7.1`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CLI11.md b/docs/version-specific/supported-software/c/CLI11.md new file mode 100644 index 0000000000..ae8b8a3274 --- /dev/null +++ b/docs/version-specific/supported-software/c/CLI11.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# CLI11 + +CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface. + +*homepage*: + +version | toolchain +--------|---------- +``2.5.0`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/CMSeq.md b/docs/version-specific/supported-software/c/CMSeq.md index 4e1250b3a8..55a91ef897 100644 --- a/docs/version-specific/supported-software/c/CMSeq.md +++ b/docs/version-specific/supported-software/c/CMSeq.md @@ -12,7 +12,9 @@ version | toolchain --------|---------- ``1.0.4`` | ``foss/2022a`` ``1.0.4`` | ``foss/2023a`` +``1.0.4`` | ``foss/2023b`` ``1.0.4`` | ``foss/2024a`` +``1.0.4`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CP2K.md b/docs/version-specific/supported-software/c/CP2K.md index 548c205e7f..e1943e0269 100644 --- a/docs/version-specific/supported-software/c/CP2K.md +++ b/docs/version-specific/supported-software/c/CP2K.md @@ -13,6 +13,7 @@ version | toolchain ``2022.1`` | ``foss/2022a`` ``2023.1`` | ``foss/2022b`` ``2023.1`` | ``foss/2023a`` +``2023.1`` | ``foss/2023b`` ``8.2`` | ``foss/2021a`` ``8.2`` | ``intel/2021a`` ``9.1`` | ``foss/2022a`` diff --git a/docs/version-specific/supported-software/c/CPCM-X.md b/docs/version-specific/supported-software/c/CPCM-X.md index cc4929b91c..adc358ed3b 100644 --- a/docs/version-specific/supported-software/c/CPCM-X.md +++ b/docs/version-specific/supported-software/c/CPCM-X.md @@ -11,6 +11,7 @@ This is an fully open source solvation model, based on the original conductor li version | toolchain --------|---------- ``1.1.0`` | ``gfbf/2023b`` +``1.1.0`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CRYSTAL.md b/docs/version-specific/supported-software/c/CRYSTAL.md new file mode 100644 index 0000000000..e8deeee7f1 --- /dev/null +++ b/docs/version-specific/supported-software/c/CRYSTAL.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# CRYSTAL + +A powerful and scalable computational tool for solid state chemistry and physics + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``23.1.0.1`` | ``-Linux`` | ``gompi/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/CUDA-Python.md b/docs/version-specific/supported-software/c/CUDA-Python.md index 31d24cd56c..cf3d49a7e0 100644 --- a/docs/version-specific/supported-software/c/CUDA-Python.md +++ b/docs/version-specific/supported-software/c/CUDA-Python.md @@ -14,6 +14,7 @@ version | versionsuffix | toolchain ``12.4.0`` | ``-CUDA-12.4.0`` | ``gfbf/2023b`` ``12.6.2.post1`` | ``-CUDA-%(version_major)s.%(version_minor)s.0`` | ``gfbf/2024a`` ``12.8.0`` | ``-CUDA-%(version_major)s.%(version_minor)s.0`` | ``gfbf/2025a`` +``12.9.2`` | ``-CUDA-%(version_major)s.%(version_minor)s.1`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CUDA.md b/docs/version-specific/supported-software/c/CUDA.md index a0eeeb99b5..ffc55ee74c 100644 --- a/docs/version-specific/supported-software/c/CUDA.md +++ b/docs/version-specific/supported-software/c/CUDA.md @@ -33,6 +33,9 @@ version | toolchain ``12.9.0`` | ``system`` ``12.9.1`` | ``system`` ``13.0.0`` | ``system`` +``13.0.1`` | ``system`` +``13.0.2`` | ``system`` +``13.1.0`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CUnit.md b/docs/version-specific/supported-software/c/CUnit.md index 1be0551d92..b9b0e7fafa 100644 --- a/docs/version-specific/supported-software/c/CUnit.md +++ b/docs/version-specific/supported-software/c/CUnit.md @@ -13,6 +13,8 @@ version | toolchain ``2.1-3`` | ``GCCcore/11.2.0`` ``2.1-3`` | ``GCCcore/11.3.0`` ``2.1-3`` | ``GCCcore/12.3.0`` +``2.1-3`` | ``GCCcore/14.2.0`` +``2.1-3`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CVXOPT.md b/docs/version-specific/supported-software/c/CVXOPT.md index e1955b4201..ccd1750fa8 100644 --- a/docs/version-specific/supported-software/c/CVXOPT.md +++ b/docs/version-specific/supported-software/c/CVXOPT.md @@ -13,6 +13,7 @@ version | toolchain ``1.2.6`` | ``foss/2021a`` ``1.3.1`` | ``foss/2022a`` ``1.3.2`` | ``foss/2023a`` +``1.3.2`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/Capstone.md b/docs/version-specific/supported-software/c/Capstone.md new file mode 100644 index 0000000000..91d6161582 --- /dev/null +++ b/docs/version-specific/supported-software/c/Capstone.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Capstone + +Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. + +*homepage*: + +version | toolchain +--------|---------- +``5.0.6`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/Cartopy.md b/docs/version-specific/supported-software/c/Cartopy.md index 1e7661465f..316010801d 100644 --- a/docs/version-specific/supported-software/c/Cartopy.md +++ b/docs/version-specific/supported-software/c/Cartopy.md @@ -17,6 +17,7 @@ version | toolchain ``0.22.0`` | ``foss/2023b`` ``0.24.1`` | ``foss/2024a`` ``0.24.1`` | ``foss/2025a`` +``0.25.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/Cassiopeia.md b/docs/version-specific/supported-software/c/Cassiopeia.md index 3da4e3879f..c1c334cca4 100644 --- a/docs/version-specific/supported-software/c/Cassiopeia.md +++ b/docs/version-specific/supported-software/c/Cassiopeia.md @@ -11,6 +11,7 @@ A Package for Cas9-Enabled Single Cell Lineage Tracing Tree Reconstruction. version | toolchain --------|---------- ``2.0.0`` | ``foss/2023a`` +``2.0.0`` | ``foss/2023b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CastXML.md b/docs/version-specific/supported-software/c/CastXML.md index 5f78ccb16e..8b06e33a18 100644 --- a/docs/version-specific/supported-software/c/CastXML.md +++ b/docs/version-specific/supported-software/c/CastXML.md @@ -11,6 +11,8 @@ CastXML is a C-family abstract syntax tree XML output tool. version | toolchain --------|---------- ``0.6.10`` | ``GCCcore/13.2.0`` +``0.6.11`` | ``GCCcore/13.3.0`` +``0.6.13`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/Catch2.md b/docs/version-specific/supported-software/c/Catch2.md index a5beee2722..c96401e1cb 100644 --- a/docs/version-specific/supported-software/c/Catch2.md +++ b/docs/version-specific/supported-software/c/Catch2.md @@ -16,6 +16,7 @@ version | toolchain ``2.13.9`` | ``GCCcore/12.2.0`` ``2.13.9`` | ``GCCcore/12.3.0`` ``2.13.9`` | ``GCCcore/13.2.0`` +``3.11.0`` | ``GCCcore/14.3.0`` ``3.8.0`` | ``GCCcore/13.3.0`` ``3.8.1`` | ``GCCcore/13.2.0`` ``3.8.1`` | ``GCCcore/14.2.0`` diff --git a/docs/version-specific/supported-software/c/Cbc.md b/docs/version-specific/supported-software/c/Cbc.md index 6175e2a85f..2d438e474d 100644 --- a/docs/version-specific/supported-software/c/Cbc.md +++ b/docs/version-specific/supported-software/c/Cbc.md @@ -13,6 +13,8 @@ version | toolchain ``2.10.11`` | ``foss/2023a`` ``2.10.11`` | ``foss/2023b`` ``2.10.12`` | ``foss/2024a`` +``2.10.12`` | ``foss/2025a`` +``2.10.12`` | ``foss/2025b`` ``2.10.5`` | ``foss/2021a`` ``2.10.5`` | ``foss/2022b`` diff --git a/docs/version-specific/supported-software/c/CellBender.md b/docs/version-specific/supported-software/c/CellBender.md index ad34e51b2d..4c8515cd40 100644 --- a/docs/version-specific/supported-software/c/CellBender.md +++ b/docs/version-specific/supported-software/c/CellBender.md @@ -14,6 +14,8 @@ version | versionsuffix | toolchain ``0.2.2`` | | ``foss/2022a`` ``0.3.0`` | ``-CUDA-12.1.1`` | ``foss/2023a`` ``0.3.0`` | | ``foss/2023a`` +``0.3.2`` | ``-CUDA-12.1.1`` | ``foss/2023a`` +``0.3.2`` | | ``foss/2023a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CellRanger-ARC.md b/docs/version-specific/supported-software/c/CellRanger-ARC.md index 558abd434c..07ca7986a5 100644 --- a/docs/version-specific/supported-software/c/CellRanger-ARC.md +++ b/docs/version-specific/supported-software/c/CellRanger-ARC.md @@ -14,6 +14,7 @@ version | toolchain ``2.0.0`` | ``system`` ``2.0.1`` | ``system`` ``2.0.2`` | ``system`` +``2.1.0`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CellRanger-ATAC.md b/docs/version-specific/supported-software/c/CellRanger-ATAC.md index 46cd878e11..1dbe6d3c8c 100644 --- a/docs/version-specific/supported-software/c/CellRanger-ATAC.md +++ b/docs/version-specific/supported-software/c/CellRanger-ATAC.md @@ -13,6 +13,7 @@ version | toolchain ``1.2.0`` | ``system`` ``2.0.0`` | ``system`` ``2.1.0`` | ``system`` +``2.2.0`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CellRanger.md b/docs/version-specific/supported-software/c/CellRanger.md index b57aa39e37..201d2e7175 100644 --- a/docs/version-specific/supported-software/c/CellRanger.md +++ b/docs/version-specific/supported-software/c/CellRanger.md @@ -10,6 +10,7 @@ Cell Ranger is a set of analysis pipelines that process Chromium single-cell RN version | toolchain --------|---------- +``10.0.0`` | ``system`` ``4.0.0`` | ``system`` ``5.0.0`` | ``system`` ``5.0.1`` | ``system`` diff --git a/docs/version-specific/supported-software/c/Ceres-Solver.md b/docs/version-specific/supported-software/c/Ceres-Solver.md index 6badbbda28..fab1bcbb61 100644 --- a/docs/version-specific/supported-software/c/Ceres-Solver.md +++ b/docs/version-specific/supported-software/c/Ceres-Solver.md @@ -11,6 +11,8 @@ Ceres Solver is an open source C++ library for modeling and solving large, compl version | toolchain --------|---------- ``2.2.0`` | ``foss/2022b`` +``2.2.0`` | ``foss/2024a`` +``2.2.0`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/Cgl.md b/docs/version-specific/supported-software/c/Cgl.md index 40bd29c08a..c69366b3d0 100644 --- a/docs/version-specific/supported-software/c/Cgl.md +++ b/docs/version-specific/supported-software/c/Cgl.md @@ -15,6 +15,8 @@ version | toolchain ``0.60.8`` | ``foss/2023a`` ``0.60.8`` | ``foss/2023b`` ``0.60.8`` | ``foss/2024a`` +``0.60.9`` | ``foss/2025a`` +``0.60.9`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CheckM.md b/docs/version-specific/supported-software/c/CheckM.md index e4f2b1566d..7cb3f2024f 100644 --- a/docs/version-specific/supported-software/c/CheckM.md +++ b/docs/version-specific/supported-software/c/CheckM.md @@ -15,6 +15,7 @@ version | versionsuffix | toolchain ``1.1.3`` | | ``foss/2021b`` ``1.2.2`` | | ``foss/2022a`` ``1.2.3`` | | ``foss/2023b`` +``1.2.4`` | | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/Clair3.md b/docs/version-specific/supported-software/c/Clair3.md index f12f39dbaa..7fb359296a 100644 --- a/docs/version-specific/supported-software/c/Clair3.md +++ b/docs/version-specific/supported-software/c/Clair3.md @@ -11,6 +11,7 @@ Clair3 is a germline small variant caller for long-reads. Clair3 makes the best version | toolchain --------|---------- ``1.0.4`` | ``foss/2022a`` +``1.0.8`` | ``foss/2023a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/Clp.md b/docs/version-specific/supported-software/c/Clp.md index 6ea432d531..93c65189a1 100644 --- a/docs/version-specific/supported-software/c/Clp.md +++ b/docs/version-specific/supported-software/c/Clp.md @@ -11,6 +11,8 @@ Clp (Coin-or linear programming) is an open-source linear programming solver. It version | toolchain --------|---------- ``1.17.10`` | ``foss/2024a`` +``1.17.10`` | ``foss/2025a`` +``1.17.10`` | ``foss/2025b`` ``1.17.6`` | ``foss/2021a`` ``1.17.7`` | ``foss/2021b`` ``1.17.8`` | ``foss/2022b`` diff --git a/docs/version-specific/supported-software/c/Clustal-Omega.md b/docs/version-specific/supported-software/c/Clustal-Omega.md index f0bb396558..d56fb80986 100644 --- a/docs/version-specific/supported-software/c/Clustal-Omega.md +++ b/docs/version-specific/supported-software/c/Clustal-Omega.md @@ -13,6 +13,7 @@ version | toolchain ``1.2.4`` | ``GCC/10.3.0`` ``1.2.4`` | ``GCC/11.2.0`` ``1.2.4`` | ``GCC/12.3.0`` +``1.2.4`` | ``GCC/13.3.0`` ``1.2.4`` | ``intel-compilers/2021.2.0`` diff --git a/docs/version-specific/supported-software/c/ClustalW.md b/docs/version-specific/supported-software/c/ClustalW.md index bd8e4a54d0..fe5ee5a1d1 100644 --- a/docs/version-specific/supported-software/c/ClustalW.md +++ b/docs/version-specific/supported-software/c/ClustalW.md @@ -11,6 +11,7 @@ Third generation of Clustal, released in 1994. It improves upon the progressive version | toolchain --------|---------- ``1.83`` | ``GCC/11.3.0`` +``1.83`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CodonTransformer.md b/docs/version-specific/supported-software/c/CodonTransformer.md new file mode 100644 index 0000000000..9890d2f308 --- /dev/null +++ b/docs/version-specific/supported-software/c/CodonTransformer.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# CodonTransformer + +CodonTransformer: The ultimate tool for codon optimization, optimizing DNA sequences for heterologous protein expression across 164 species. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``1.6.7`` | ``-CUDA-12.1.1`` | ``foss/2023a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/CoinUtils.md b/docs/version-specific/supported-software/c/CoinUtils.md index 165e8ee131..a1a4733e94 100644 --- a/docs/version-specific/supported-software/c/CoinUtils.md +++ b/docs/version-specific/supported-software/c/CoinUtils.md @@ -13,6 +13,8 @@ version | toolchain ``2.11.10`` | ``GCC/12.3.0`` ``2.11.10`` | ``GCC/13.2.0`` ``2.11.12`` | ``GCC/13.3.0`` +``2.11.12`` | ``GCC/14.2.0`` +``2.11.12`` | ``GCC/14.3.0`` ``2.11.4`` | ``GCC/10.3.0`` ``2.11.6`` | ``GCC/11.2.0`` ``2.11.9`` | ``GCC/12.2.0`` diff --git a/docs/version-specific/supported-software/c/ConnectomeWorkbench.md b/docs/version-specific/supported-software/c/ConnectomeWorkbench.md index c6629fd838..496660b572 100644 --- a/docs/version-specific/supported-software/c/ConnectomeWorkbench.md +++ b/docs/version-specific/supported-software/c/ConnectomeWorkbench.md @@ -12,6 +12,8 @@ version | versionsuffix | toolchain --------|---------------|---------- ``1.4.2`` | ``-rh_linux64`` | ``system`` ``1.5.0`` | | ``GCCcore/10.3.0`` +``2.0.0`` | | ``GCCcore/12.3.0`` +``2.1.0`` | | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CoordgenLibs.md b/docs/version-specific/supported-software/c/CoordgenLibs.md index e780795bf7..7ff77c4d8f 100644 --- a/docs/version-specific/supported-software/c/CoordgenLibs.md +++ b/docs/version-specific/supported-software/c/CoordgenLibs.md @@ -13,6 +13,8 @@ version | toolchain ``3.0.1`` | ``gompi/2021a`` ``3.0.1`` | ``gompi/2022a`` ``3.0.2`` | ``gompi/2023a`` +``3.0.2`` | ``gompi/2023b`` +``3.0.2`` | ``gompi/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/Coreutils.md b/docs/version-specific/supported-software/c/Coreutils.md index 11674a5532..d018f86092 100644 --- a/docs/version-specific/supported-software/c/Coreutils.md +++ b/docs/version-specific/supported-software/c/Coreutils.md @@ -14,6 +14,7 @@ version | toolchain ``9.1`` | ``GCCcore/11.3.0`` ``9.1`` | ``GCCcore/12.2.0`` ``9.5`` | ``GCCcore/13.3.0`` +``9.7`` | ``GCCcore/14.2.0`` ``9.7`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/c/CppUnit.md b/docs/version-specific/supported-software/c/CppUnit.md index e5fd5a9cac..b545447c95 100644 --- a/docs/version-specific/supported-software/c/CppUnit.md +++ b/docs/version-specific/supported-software/c/CppUnit.md @@ -15,6 +15,7 @@ version | toolchain ``1.15.1`` | ``GCCcore/12.2.0`` ``1.15.1`` | ``GCCcore/12.3.0`` ``1.15.1`` | ``GCCcore/13.3.0`` +``1.15.1`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CuPy.md b/docs/version-specific/supported-software/c/CuPy.md index 96b8f75765..dc264641a5 100644 --- a/docs/version-specific/supported-software/c/CuPy.md +++ b/docs/version-specific/supported-software/c/CuPy.md @@ -13,6 +13,9 @@ version | versionsuffix | toolchain ``11.4.0`` | ``-CUDA-11.4.1`` | ``foss/2021b`` ``12.1.0`` | ``-CUDA-12.0.0`` | ``foss/2022b`` ``13.0.0`` | ``-CUDA-12.1.1`` | ``foss/2023a`` +``13.6.0`` | ``-CUDA-12.6.0`` | ``foss/2024a`` +``13.6.0`` | ``-CUDA-12.8.0`` | ``foss/2025a`` +``13.6.0`` | ``-CUDA-12.9.1`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/CubeGUI.md b/docs/version-specific/supported-software/c/CubeGUI.md index 8074155196..a77257c121 100644 --- a/docs/version-specific/supported-software/c/CubeGUI.md +++ b/docs/version-specific/supported-software/c/CubeGUI.md @@ -14,6 +14,7 @@ version | toolchain ``4.8`` | ``GCCcore/11.3.0`` ``4.8.2`` | ``GCCcore/13.2.0`` ``4.8.2`` | ``GCCcore/13.3.0`` +``4.9`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/c-ares.md b/docs/version-specific/supported-software/c/c-ares.md index 5d2f8d305c..39904aa09e 100644 --- a/docs/version-specific/supported-software/c/c-ares.md +++ b/docs/version-specific/supported-software/c/c-ares.md @@ -17,6 +17,7 @@ version | toolchain ``1.27.0`` | ``GCCcore/13.2.0`` ``1.34.4`` | ``GCCcore/13.3.0`` ``1.34.5`` | ``GCCcore/13.3.0`` +``1.34.5`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/caddy.md b/docs/version-specific/supported-software/c/caddy.md new file mode 100644 index 0000000000..30b58ffe9b --- /dev/null +++ b/docs/version-specific/supported-software/c/caddy.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# caddy + +Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS + +*homepage*: + +version | toolchain +--------|---------- +``2.10.2`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/camp.md b/docs/version-specific/supported-software/c/camp.md new file mode 100644 index 0000000000..555ab4dc2b --- /dev/null +++ b/docs/version-specific/supported-software/c/camp.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# camp + +Compiler agnostic metaprogramming library providing concepts, type operations and tuples for C++ and CUDA + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``2025.12.0`` | ``-CUDA-12.9.1`` | ``GCC/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/captum.md b/docs/version-specific/supported-software/c/captum.md index 9387fffafa..53b23950aa 100644 --- a/docs/version-specific/supported-software/c/captum.md +++ b/docs/version-specific/supported-software/c/captum.md @@ -12,6 +12,7 @@ version | versionsuffix | toolchain --------|---------------|---------- ``0.5.0`` | ``-CUDA-11.7.0`` | ``foss/2022a`` ``0.5.0`` | | ``foss/2022a`` +``0.8.0`` | | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/cargo-c.md b/docs/version-specific/supported-software/c/cargo-c.md index 035e7dd1ab..c79919bcc3 100644 --- a/docs/version-specific/supported-software/c/cargo-c.md +++ b/docs/version-specific/supported-software/c/cargo-c.md @@ -10,6 +10,7 @@ Applet for cargo to build and install C-ABI compatible dynamic and static librar version | toolchain --------|---------- +``0.10.13`` | ``GCCcore/14.2.0`` ``0.10.15`` | ``GCCcore/14.3.0`` ``0.9.32`` | ``GCCcore/13.3.0`` diff --git a/docs/version-specific/supported-software/c/ccache.md b/docs/version-specific/supported-software/c/ccache.md index dd23efff6a..e402cdd3d0 100644 --- a/docs/version-specific/supported-software/c/ccache.md +++ b/docs/version-specific/supported-software/c/ccache.md @@ -11,6 +11,7 @@ Ccache (or “ccache”) is a compiler cache. It speeds up recompilation by cach version | toolchain --------|---------- ``4.10.2`` | ``GCCcore/13.3.0`` +``4.11.3`` | ``GCCcore/14.2.0`` ``4.11.3`` | ``GCCcore/14.3.0`` ``4.6.1`` | ``GCCcore/11.2.0`` ``4.6.3`` | ``GCCcore/11.3.0`` diff --git a/docs/version-specific/supported-software/c/cclib.md b/docs/version-specific/supported-software/c/cclib.md index ed6a75fceb..1cdb21d416 100644 --- a/docs/version-specific/supported-software/c/cclib.md +++ b/docs/version-specific/supported-software/c/cclib.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.7.2`` | ``foss/2021b`` ``1.8`` | ``foss/2023a`` +``1.8.1`` | ``foss/2023b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/cdsapi.md b/docs/version-specific/supported-software/c/cdsapi.md index 03d3634a85..b40633ad2c 100644 --- a/docs/version-specific/supported-software/c/cdsapi.md +++ b/docs/version-specific/supported-software/c/cdsapi.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``0.5.1`` | ``GCCcore/11.3.0`` ``0.7.5`` | ``GCCcore/12.3.0`` +``0.7.6`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/cfgrib.md b/docs/version-specific/supported-software/c/cfgrib.md index 184128014c..04097d061e 100644 --- a/docs/version-specific/supported-software/c/cfgrib.md +++ b/docs/version-specific/supported-software/c/cfgrib.md @@ -11,6 +11,7 @@ A Python interface to map GRIB files to the NetCDF Common Data Model following t version | toolchain --------|---------- ``0.9.14.0`` | ``foss/2023a`` +``0.9.15.0`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/cnpy.md b/docs/version-specific/supported-software/c/cnpy.md new file mode 100644 index 0000000000..d88ea812ea --- /dev/null +++ b/docs/version-specific/supported-software/c/cnpy.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# cnpy + +Library to read/write .npy and .npz files in C/C++ + +*homepage*: + +version | toolchain +--------|---------- +``20180601`` | ``GCCcore/12.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/code-cli.md b/docs/version-specific/supported-software/c/code-cli.md index e1badc2661..813b5510c0 100644 --- a/docs/version-specific/supported-software/c/code-cli.md +++ b/docs/version-specific/supported-software/c/code-cli.md @@ -12,6 +12,7 @@ version | versionsuffix | toolchain --------|---------------|---------- ``1.103.2`` | | ``system`` ``1.104.1`` | | ``system`` +``1.105.1`` | | ``system`` ``1.85.1`` | ``-x64`` | ``system`` ``1.93.1`` | ``-x64`` | ``system`` ``1.97.2`` | | ``system`` diff --git a/docs/version-specific/supported-software/c/code-server.md b/docs/version-specific/supported-software/c/code-server.md index 802e6404e9..3a4198a2a6 100644 --- a/docs/version-specific/supported-software/c/code-server.md +++ b/docs/version-specific/supported-software/c/code-server.md @@ -13,7 +13,11 @@ version | toolchain ``3.7.3`` | ``system`` ``4.100.2`` | ``system`` ``4.103.2`` | ``system`` +``4.104.0`` | ``system`` ``4.104.1`` | ``system`` +``4.104.2`` | ``system`` +``4.104.3`` | ``system`` +``4.105.1`` | ``system`` ``4.16.1`` | ``system`` ``4.21.1`` | ``system`` ``4.22.1`` | ``system`` diff --git a/docs/version-specific/supported-software/c/colour.md b/docs/version-specific/supported-software/c/colour.md new file mode 100644 index 0000000000..9cee246f1e --- /dev/null +++ b/docs/version-specific/supported-software/c/colour.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# colour + +Colour is an open-source Python package providing a comprehensive number of algorithms and datasets for colour science. + +*homepage*: + +version | toolchain +--------|---------- +``0.4.6`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/concurrentqueue.md b/docs/version-specific/supported-software/c/concurrentqueue.md new file mode 100644 index 0000000000..5b4421984a --- /dev/null +++ b/docs/version-specific/supported-software/c/concurrentqueue.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# concurrentqueue + +A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 + +*homepage*: + +version | toolchain +--------|---------- +``1.0.4`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/configurable-http-proxy.md b/docs/version-specific/supported-software/c/configurable-http-proxy.md index 1d7f721c3e..880e858d44 100644 --- a/docs/version-specific/supported-software/c/configurable-http-proxy.md +++ b/docs/version-specific/supported-software/c/configurable-http-proxy.md @@ -17,6 +17,7 @@ version | toolchain ``4.6.1`` | ``GCCcore/13.2.0`` ``4.6.3`` | ``GCCcore/13.3.0`` ``5.0.1`` | ``GCCcore/14.2.0`` +``5.1.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/cookiecutter.md b/docs/version-specific/supported-software/c/cookiecutter.md index d609d11b1f..950eab41f5 100644 --- a/docs/version-specific/supported-software/c/cookiecutter.md +++ b/docs/version-specific/supported-software/c/cookiecutter.md @@ -10,6 +10,7 @@ A command-line utility that creates projects from project templates. E.g. creati version | toolchain --------|---------- +``2.6.0`` | ``GCCcore/12.3.0`` ``2.6.0`` | ``GCCcore/13.2.0`` diff --git a/docs/version-specific/supported-software/c/cooler.md b/docs/version-specific/supported-software/c/cooler.md index ce15135fc1..56e8d8a568 100644 --- a/docs/version-specific/supported-software/c/cooler.md +++ b/docs/version-specific/supported-software/c/cooler.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``0.10.2`` | ``foss/2023a`` ``0.10.2`` | ``foss/2023b`` +``0.10.4`` | ``foss/2024a`` ``0.9.1`` | ``foss/2022a`` diff --git a/docs/version-specific/supported-software/c/cotainr.md b/docs/version-specific/supported-software/c/cotainr.md new file mode 100644 index 0000000000..88f885f99f --- /dev/null +++ b/docs/version-specific/supported-software/c/cotainr.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# cotainr + +cotainr - a user space Apptainer/Singularity container builder. cotainr makes it easy to build Singularity/Apptainer containers for certain use cases. Example: $ cotainr build --base-image docker://ubuntu:22.04 --conda-env + +*homepage*: + +version | toolchain +--------|---------- +``2025.3.0`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/coverage.md b/docs/version-specific/supported-software/c/coverage.md index 0bbcea5a32..94275c96e1 100644 --- a/docs/version-specific/supported-software/c/coverage.md +++ b/docs/version-specific/supported-software/c/coverage.md @@ -11,6 +11,8 @@ Coverage.py is a tool for measuring code coverage of Python programs. It monito version | toolchain --------|---------- ``5.5`` | ``GCCcore/10.3.0`` +``7.10.7`` | ``GCCcore/14.2.0`` +``7.10.7`` | ``GCCcore/14.3.0`` ``7.2.3`` | ``GCCcore/12.2.0`` ``7.2.3`` | ``GCCcore/12.3.0`` ``7.2.7`` | ``GCCcore/11.3.0`` diff --git a/docs/version-specific/supported-software/c/cpio.md b/docs/version-specific/supported-software/c/cpio.md index c1e32ea0aa..6bebbf3f12 100644 --- a/docs/version-specific/supported-software/c/cpio.md +++ b/docs/version-specific/supported-software/c/cpio.md @@ -15,6 +15,8 @@ version | toolchain ``2.15`` | ``GCCcore/12.3.0`` ``2.15`` | ``GCCcore/13.2.0`` ``2.15`` | ``GCCcore/13.3.0`` +``2.15`` | ``GCCcore/14.2.0`` +``2.15`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/cuBLASMp.md b/docs/version-specific/supported-software/c/cuBLASMp.md new file mode 100644 index 0000000000..7fa5dc6b01 --- /dev/null +++ b/docs/version-specific/supported-software/c/cuBLASMp.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# cuBLASMp + +NVIDIA cuBLASMp is a high-performance, multi-process, GPU-accelerated library for distributed basic dense linear algebra. cuBLASMp is compatible with 2D block-cyclic data layout and provides PBLAS-like C APIs. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``0.7.0`` | ``-CUDA-12.9.1`` | ``gompi/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/cuDNN.md b/docs/version-specific/supported-software/c/cuDNN.md index 454a7cdbb8..3594f12300 100644 --- a/docs/version-specific/supported-software/c/cuDNN.md +++ b/docs/version-specific/supported-software/c/cuDNN.md @@ -31,6 +31,7 @@ version | versionsuffix | toolchain ``8.9.7.29`` | ``-CUDA-12.3.0`` | ``system`` ``9.1.1.17`` | ``-CUDA-12.4.0`` | ``system`` ``9.10.1.4`` | ``-CUDA-12.8.0`` | ``system`` +``9.15.0.57`` | ``-CUDA-12.9.1`` | ``system`` ``9.5.0.50`` | ``-CUDA-12.6.0`` | ``system`` diff --git a/docs/version-specific/supported-software/c/cuFFTMp.md b/docs/version-specific/supported-software/c/cuFFTMp.md new file mode 100644 index 0000000000..65227ce263 --- /dev/null +++ b/docs/version-specific/supported-software/c/cuFFTMp.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# cuFFTMp + +NVIDIA cuFFTMp is a high-performance, multi-node, multi-process implementation of cuFFT that provides the most efficient distributed FFT operations for any scale of GPU cluster. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``11.4.0`` | ``-CUDA-12.9.1`` | ``gompi/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/cuSOLVERMp.md b/docs/version-specific/supported-software/c/cuSOLVERMp.md new file mode 100644 index 0000000000..0220dab3c4 --- /dev/null +++ b/docs/version-specific/supported-software/c/cuSOLVERMp.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# cuSOLVERMp + +NVIDIA cuSOLVERMp is a high-performance, distributed-memory, GPU-accelerated library that provides tools for the solution of dense linear systems and eigenvalue problems. cuSOLVERMp is compatible with 2D block-cyclic data layout and provides ScaLAPACK-like C APIs. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``0.7.2`` | ``-CUDA-12.9.1`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/c/cuSPARSELt.md b/docs/version-specific/supported-software/c/cuSPARSELt.md index faec479fe5..11af7ee54b 100644 --- a/docs/version-specific/supported-software/c/cuSPARSELt.md +++ b/docs/version-specific/supported-software/c/cuSPARSELt.md @@ -12,6 +12,9 @@ version | versionsuffix | toolchain --------|---------------|---------- ``0.3.0.3`` | ``-CUDA-11.4.1`` | ``system`` ``0.6.0.6`` | ``-CUDA-12.1.1`` | ``system`` +``0.8.0.4`` | ``-CUDA-12.6.0`` | ``system`` +``0.8.0.4`` | ``-CUDA-12.8.0`` | ``system`` +``0.8.0.4`` | ``-CUDA-12.9.1`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/cuTENSOR.md b/docs/version-specific/supported-software/c/cuTENSOR.md index 22263973a5..c76fcd00bb 100644 --- a/docs/version-specific/supported-software/c/cuTENSOR.md +++ b/docs/version-specific/supported-software/c/cuTENSOR.md @@ -18,6 +18,10 @@ version | versionsuffix | toolchain ``2.0.1.2`` | ``-CUDA-12.1.1`` | ``system`` ``2.0.1.2`` | ``-CUDA-12.2.2`` | ``system`` ``2.0.2.5`` | ``-CUDA-12.6.0`` | ``system`` +``2.3.0.6`` | ``-CUDA-12.8.0`` | ``system`` +``2.3.0.6`` | ``-CUDA-12.9.1`` | ``system`` +``2.3.1.0`` | ``-CUDA-12.9.1`` | ``system`` +``2.3.1.0`` | ``-CUDA-13.0.0`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/cwltool.md b/docs/version-specific/supported-software/c/cwltool.md index b1b11743a4..5b914b2b63 100644 --- a/docs/version-specific/supported-software/c/cwltool.md +++ b/docs/version-specific/supported-software/c/cwltool.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``3.1.20221008225030`` | ``foss/2021a`` ``3.1.20221018083734`` | ``foss/2021a`` +``3.1.20250110105449`` | ``foss/2023b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/c/index.md b/docs/version-specific/supported-software/c/index.md index ccc9f9ddbb..a7245ce7f2 100644 --- a/docs/version-specific/supported-software/c/index.md +++ b/docs/version-specific/supported-software/c/index.md @@ -9,14 +9,17 @@ search: * [c-ares](c-ares.md) + * [caddy](caddy.md) * [CAESES](CAESES.md) * [cairo](cairo.md) * [cairomm](cairomm.md) * [CalculiX-CrunchiX](CalculiX-CrunchiX.md) + * [camp](camp.md) * [CAMPARI](CAMPARI.md) * [Cantera](Cantera.md) * [canu](canu.md) * [CapnProto](CapnProto.md) + * [Capstone](Capstone.md) * [captum](captum.md) * [cargo-c](cargo-c.md) * [Cartopy](Cartopy.md) @@ -106,6 +109,7 @@ search: * [clearml](clearml.md) * [CLEASE](CLEASE.md) * [CLHEP](CLHEP.md) + * [CLI11](CLI11.md) * [climate-indices](climate-indices.md) * [CliMetLab](CliMetLab.md) * [Cling](Cling.md) @@ -126,6 +130,7 @@ search: * [cmocean](cmocean.md) * [cmph](cmph.md) * [CMSeq](CMSeq.md) + * [cnpy](cnpy.md) * [CNVkit](CNVkit.md) * [cnvpytor](cnvpytor.md) * [COAWST-deps](COAWST-deps.md) @@ -135,6 +140,7 @@ search: * [code-cli](code-cli.md) * [code-server](code-server.md) * [CodingQuarry](CodingQuarry.md) + * [CodonTransformer](CodonTransformer.md) * [Cogent](Cogent.md) * [Coin](Coin.md) * [CoinUtils](CoinUtils.md) @@ -142,6 +148,7 @@ search: * [COLMAP](COLMAP.md) * [colorize](colorize.md) * [colossalai](colossalai.md) + * [colour](colour.md) * [columba](columba.md) * [COMEBin](COMEBin.md) * [CompareM](CompareM.md) @@ -152,6 +159,7 @@ search: * [conan](conan.md) * [CONCOCT](CONCOCT.md) * [Concorde](Concorde.md) + * [concurrentqueue](concurrentqueue.md) * [ConcurrentVersionsSystem](ConcurrentVersionsSystem.md) * [configurable-http-proxy](configurable-http-proxy.md) * [CONN](CONN.md) @@ -169,6 +177,7 @@ search: * [CORSIKA](CORSIKA.md) * [COSTA](COSTA.md) * [CoSymLib](CoSymLib.md) + * [cotainr](cotainr.md) * [coverage](coverage.md) * [cowsay](cowsay.md) * [coxeter](coxeter.md) @@ -200,6 +209,7 @@ search: * [cryoDRGN](cryoDRGN.md) * [crypt4gh](crypt4gh.md) * [cryptography](cryptography.md) + * [CRYSTAL](CRYSTAL.md) * [CrystFEL](CrystFEL.md) * [CSBDeep](CSBDeep.md) * [CSBLAST](CSBLAST.md) @@ -212,6 +222,7 @@ search: * [CubeGUI](CubeGUI.md) * [CubeLib](CubeLib.md) * [CubeWriter](CubeWriter.md) + * [cuBLASMp](cuBLASMp.md) * [CUDA](CUDA.md) * [CUDA-Python](CUDA-Python.md) * [CUDA-Samples](CUDA-Samples.md) @@ -220,11 +231,13 @@ search: * [CUDD](CUDD.md) * [cuDNN](cuDNN.md) * [Cufflinks](Cufflinks.md) + * [cuFFTMp](cuFFTMp.md) * [CUnit](CUnit.md) * [CuPy](CuPy.md) * [cuQuantum](cuQuantum.md) * [cURL](cURL.md) * [currentNe](currentNe.md) + * [cuSOLVERMp](cuSOLVERMp.md) * [cuSPARSELt](cuSPARSELt.md) * [cutadapt](cutadapt.md) * [cuTENSOR](cuTENSOR.md) diff --git a/docs/version-specific/supported-software/d/DB.md b/docs/version-specific/supported-software/d/DB.md index f78e37589b..4a1fc18fc1 100644 --- a/docs/version-specific/supported-software/d/DB.md +++ b/docs/version-specific/supported-software/d/DB.md @@ -18,6 +18,7 @@ version | toolchain ``18.1.40`` | ``GCCcore/12.3.0`` ``18.1.40`` | ``GCCcore/13.2.0`` ``18.1.40`` | ``GCCcore/13.3.0`` +``18.1.40`` | ``GCCcore/14.2.0`` ``18.1.40`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/d/DB_File.md b/docs/version-specific/supported-software/d/DB_File.md index 3621890661..923b7ddfad 100644 --- a/docs/version-specific/supported-software/d/DB_File.md +++ b/docs/version-specific/supported-software/d/DB_File.md @@ -16,6 +16,7 @@ version | toolchain ``1.859`` | ``GCCcore/12.3.0`` ``1.859`` | ``GCCcore/13.2.0`` ``1.859`` | ``GCCcore/13.3.0`` +``1.859`` | ``GCCcore/14.2.0`` ``1.859`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/d/DBus.md b/docs/version-specific/supported-software/d/DBus.md index b645a343fc..7feccf880e 100644 --- a/docs/version-specific/supported-software/d/DBus.md +++ b/docs/version-specific/supported-software/d/DBus.md @@ -18,6 +18,7 @@ version | toolchain ``1.15.8`` | ``GCCcore/13.2.0`` ``1.15.8`` | ``GCCcore/13.3.0`` ``1.16.2`` | ``GCCcore/14.2.0`` +``1.16.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/DCMTK.md b/docs/version-specific/supported-software/d/DCMTK.md index 23d4cc4c42..1e38e7bac5 100644 --- a/docs/version-specific/supported-software/d/DCMTK.md +++ b/docs/version-specific/supported-software/d/DCMTK.md @@ -13,6 +13,7 @@ version | toolchain ``3.6.6`` | ``GCCcore/10.3.0`` ``3.6.6`` | ``GCCcore/11.2.0`` ``3.6.7`` | ``GCCcore/11.3.0`` +``3.6.9`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/DIAMOND.md b/docs/version-specific/supported-software/d/DIAMOND.md index c92078bad0..c305c88f9c 100644 --- a/docs/version-specific/supported-software/d/DIAMOND.md +++ b/docs/version-specific/supported-software/d/DIAMOND.md @@ -15,6 +15,8 @@ version | toolchain ``2.0.13`` | ``GCC/11.2.0`` ``2.1.0`` | ``GCC/11.3.0`` ``2.1.11`` | ``GCC/13.3.0`` +``2.1.14`` | ``GCC/14.2.0`` +``2.1.16`` | ``GCC/14.3.0`` ``2.1.8`` | ``GCC/10.3.0`` ``2.1.8`` | ``GCC/12.2.0`` ``2.1.8`` | ``GCC/12.3.0`` diff --git a/docs/version-specific/supported-software/d/DIRAC.md b/docs/version-specific/supported-software/d/DIRAC.md index 7b251cd1d9..efaa57a9c2 100644 --- a/docs/version-specific/supported-software/d/DIRAC.md +++ b/docs/version-specific/supported-software/d/DIRAC.md @@ -22,6 +22,7 @@ version | versionsuffix | toolchain ``23.0`` | ``-int64`` | ``intel/2023a`` ``23.0`` | | ``intel/2023a`` ``24.0`` | | ``foss/2022b`` +``24.0`` | ``-int64`` | ``intel/2022b`` ``25.0`` | ``-int64`` | ``intel/2022b`` ``25.0`` | ``-serial`` | ``intel/2023a`` ``25.0`` | | ``intel/2023a`` diff --git a/docs/version-specific/supported-software/d/DIVEMesh.md b/docs/version-specific/supported-software/d/DIVEMesh.md new file mode 100644 index 0000000000..db9844e70e --- /dev/null +++ b/docs/version-specific/supported-software/d/DIVEMesh.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# DIVEMesh + +REEF3D and its dependency DIVEMesh are hydrodynamics frameworks that offers open-source CFD and wave models. The software is efficiently parallelized, designed to run on a large number of processors. High-order spatial and temporal discretization schemes result in accurate and stable numerical behavior. The modular programming approach allows the framework to incorporate a range of different flow solvers which together represent all relevant length scales. With a focus on coastal, marine and hydraulic engineering flows, tailor-made multiphysics solvers are available for a range of relevant problems (e.g. sediment transport or floating body dynamics). + +*homepage*: + +version | toolchain +--------|---------- +``25.05`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/d/DLPack.md b/docs/version-specific/supported-software/d/DLPack.md index 431fa7e2b6..63d7997aaf 100644 --- a/docs/version-specific/supported-software/d/DLPack.md +++ b/docs/version-specific/supported-software/d/DLPack.md @@ -13,6 +13,7 @@ version | toolchain ``0.3`` | ``GCC/10.3.0`` ``0.8`` | ``GCC/11.3.0`` ``0.8`` | ``GCC/12.3.0`` +``1.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/DMTCP.md b/docs/version-specific/supported-software/d/DMTCP.md index cc671efbb0..b358a34949 100644 --- a/docs/version-specific/supported-software/d/DMTCP.md +++ b/docs/version-specific/supported-software/d/DMTCP.md @@ -14,6 +14,8 @@ version | toolchain ``3.0.0`` | ``GCCcore/12.2.0`` ``3.0.0`` | ``GCCcore/12.3.0`` ``3.0.0`` | ``GCCcore/13.2.0`` +``4.0.0`` | ``GCCcore/14.2.0`` +``4.0.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/DendroPy.md b/docs/version-specific/supported-software/d/DendroPy.md index e6d921f8de..2f0585df6c 100644 --- a/docs/version-specific/supported-software/d/DendroPy.md +++ b/docs/version-specific/supported-software/d/DendroPy.md @@ -6,7 +6,7 @@ search: A Python library for phylogenetics and phylogenetic computing: reading, writing, simulation, processing and manipulation of phylogenetic trees (phylogenies) and characters. -*homepage*: +*homepage*: version | versionsuffix | toolchain --------|---------------|---------- @@ -18,6 +18,8 @@ version | versionsuffix | toolchain ``4.6.1`` | | ``GCCcore/12.3.0`` ``4.6.1`` | | ``GCCcore/13.2.0`` ``5.0.1`` | | ``GCCcore/13.2.0`` +``5.0.1`` | | ``GCCcore/13.3.0`` +``5.0.8`` | | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/Deprecated.md b/docs/version-specific/supported-software/d/Deprecated.md index 570b1a7703..a8af909a6a 100644 --- a/docs/version-specific/supported-software/d/Deprecated.md +++ b/docs/version-specific/supported-software/d/Deprecated.md @@ -16,6 +16,7 @@ version | toolchain ``1.2.14`` | ``foss/2023a`` ``1.2.18`` | ``GCCcore/14.2.0`` ``1.2.18`` | ``gfbf/2024a`` +``1.3.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/DjVuLibre.md b/docs/version-specific/supported-software/d/DjVuLibre.md index 2703755c28..180f686624 100644 --- a/docs/version-specific/supported-software/d/DjVuLibre.md +++ b/docs/version-specific/supported-software/d/DjVuLibre.md @@ -11,6 +11,7 @@ DjVuLibre is an open source (GPL'ed) implementation of DjVu, including viewers, version | toolchain --------|---------- ``3.5.28`` | ``GCCcore/12.3.0`` +``3.5.29`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/Dyninst.md b/docs/version-specific/supported-software/d/Dyninst.md index 19f7cc8f89..fbdcdc14c7 100644 --- a/docs/version-specific/supported-software/d/Dyninst.md +++ b/docs/version-specific/supported-software/d/Dyninst.md @@ -11,6 +11,7 @@ DyninstAPI: Tools for binary instrumentation, analysis, and modification version | toolchain --------|---------- ``13.0.0`` | ``GCC/13.3.0`` +``13.0.0`` | ``GCC/14.2.0`` ``13.0.0`` | ``GCC/14.3.0`` diff --git a/docs/version-specific/supported-software/d/dask-mpi.md b/docs/version-specific/supported-software/d/dask-mpi.md new file mode 100644 index 0000000000..312621a259 --- /dev/null +++ b/docs/version-specific/supported-software/d/dask-mpi.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# dask-mpi + +The Dask-MPI project makes it easy to deploy Dask from within an existing MPI environment, such as one created with the common MPI command-line launchers mpirun or mpiexec. Such environments are commonly found in high performance supercomputers, academic research institutions, and other clusters where MPI has already been installed. Dask-MPI provides two convenient interfaces to launch Dask, either from within a batch script or directly from the command-line. + +*homepage*: + +version | toolchain +--------|---------- +``2025.10.0`` | ``foss/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/d/dask.md b/docs/version-specific/supported-software/d/dask.md index 8f938bf7cb..5ed8393509 100644 --- a/docs/version-specific/supported-software/d/dask.md +++ b/docs/version-specific/supported-software/d/dask.md @@ -19,6 +19,7 @@ version | toolchain ``2024.5.1`` | ``gfbf/2023b`` ``2024.9.1`` | ``gfbf/2024a`` ``2025.5.1`` | ``gfbf/2025a`` +``2025.9.1`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/datamash.md b/docs/version-specific/supported-software/d/datamash.md index 914989699b..45722cad8e 100644 --- a/docs/version-specific/supported-software/d/datamash.md +++ b/docs/version-specific/supported-software/d/datamash.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.8`` | ``GCCcore/11.3.0`` ``1.9`` | ``GCCcore/12.3.0`` +``1.9`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/dav1d.md b/docs/version-specific/supported-software/d/dav1d.md new file mode 100644 index 0000000000..176093e906 --- /dev/null +++ b/docs/version-specific/supported-software/d/dav1d.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# dav1d + +dav1d is an AV1 cross-platform decoder, open-source, and focused on speed and correctness. + +*homepage*: + +version | toolchain +--------|---------- +``1.5.2`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/d/dbus-glib.md b/docs/version-specific/supported-software/d/dbus-glib.md index b4b412a0ae..d95be11065 100644 --- a/docs/version-specific/supported-software/d/dbus-glib.md +++ b/docs/version-specific/supported-software/d/dbus-glib.md @@ -14,6 +14,7 @@ version | toolchain ``0.112`` | ``GCCcore/11.2.0`` ``0.112`` | ``GCCcore/11.3.0`` ``0.112`` | ``GCCcore/12.3.0`` +``0.114`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/debugpy.md b/docs/version-specific/supported-software/d/debugpy.md new file mode 100644 index 0000000000..49084c0e96 --- /dev/null +++ b/docs/version-specific/supported-software/d/debugpy.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# debugpy + +An implementation of the Debug Adapter Protocol for Python + +*homepage*: + +version | toolchain +--------|---------- +``1.6.7.post1`` | ``GCCcore/12.3.0`` +``1.8.1`` | ``GCCcore/13.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/d/deepTools.md b/docs/version-specific/supported-software/d/deepTools.md index 5410906369..7f675ad4b2 100644 --- a/docs/version-specific/supported-software/d/deepTools.md +++ b/docs/version-specific/supported-software/d/deepTools.md @@ -14,6 +14,7 @@ version | toolchain ``3.5.1`` | ``foss/2021b`` ``3.5.2`` | ``foss/2022a`` ``3.5.5`` | ``gfbf/2023a`` +``3.5.5`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/deprecation.md b/docs/version-specific/supported-software/d/deprecation.md new file mode 100644 index 0000000000..1bff06cdd9 --- /dev/null +++ b/docs/version-specific/supported-software/d/deprecation.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# deprecation + +The deprecation library provides a deprecated decorator and a fail_if_not_removed decorator for your tests. + +*homepage*: + +version | toolchain +--------|---------- +``2.1.0`` | ``GCCcore/13.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/d/desktop-file-utils.md b/docs/version-specific/supported-software/d/desktop-file-utils.md index 4f0aa5d323..afbc3a5727 100644 --- a/docs/version-specific/supported-software/d/desktop-file-utils.md +++ b/docs/version-specific/supported-software/d/desktop-file-utils.md @@ -11,6 +11,7 @@ desktop-file-utils contains a few command line utilities for working with deskto version | toolchain --------|---------- ``0.27`` | ``GCCcore/12.3.0`` +``0.28`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/dftd4.md b/docs/version-specific/supported-software/d/dftd4.md index 1d711081b9..92df3a0630 100644 --- a/docs/version-specific/supported-software/d/dftd4.md +++ b/docs/version-specific/supported-software/d/dftd4.md @@ -17,6 +17,7 @@ version | toolchain ``3.7.0`` | ``foss/2023a`` ``3.7.0`` | ``gfbf/2023b`` ``3.7.0`` | ``gfbf/2024a`` +``3.7.0`` | ``iimkl/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/d/dotNET-Core.md b/docs/version-specific/supported-software/d/dotNET-Core.md index 5857e6a19f..e376c006de 100644 --- a/docs/version-specific/supported-software/d/dotNET-Core.md +++ b/docs/version-specific/supported-software/d/dotNET-Core.md @@ -10,6 +10,8 @@ search: version | toolchain --------|---------- +``10.0.100`` | ``system`` +``10.0`` | ``system`` ``6.0.420`` | ``system`` ``6.0`` | ``system`` ``8.0.203`` | ``system`` diff --git a/docs/version-specific/supported-software/d/double-down.md b/docs/version-specific/supported-software/d/double-down.md new file mode 100644 index 0000000000..9bf99b14f2 --- /dev/null +++ b/docs/version-specific/supported-software/d/double-down.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# double-down + +double-down : A double precision interface to Embree double-down is a double precision interface to Embree via the Mesh Oriented dAtaBase (MOAB). + +*homepage*: + +version | toolchain +--------|---------- +``1.1.0`` | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/d/dtc.md b/docs/version-specific/supported-software/d/dtc.md new file mode 100644 index 0000000000..102c8ebb2c --- /dev/null +++ b/docs/version-specific/supported-software/d/dtc.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# dtc + +The Device Tree Compiler (dtc) toolchain for working with device tree source and binary files and also libfdt, a utility library for reading and manipulating the binary format. + +*homepage*: + +version | toolchain +--------|---------- +``1.7.2`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/d/dysco.md b/docs/version-specific/supported-software/d/dysco.md new file mode 100644 index 0000000000..461cb401ab --- /dev/null +++ b/docs/version-specific/supported-software/d/dysco.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# dysco + +The Dysco compression technique is explained in the article "Compression of interferometric radio-astronomical data", A. R. Offringa (2016; http://arxiv.org/abs/1609.02019). If you use this software, please cite the paper. + +*homepage*: + +version | toolchain +--------|---------- +``1.3`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/d/index.md b/docs/version-specific/supported-software/d/index.md index 4db74832db..03c50d0233 100644 --- a/docs/version-specific/supported-software/d/index.md +++ b/docs/version-specific/supported-software/d/index.md @@ -16,8 +16,10 @@ search: * [dask](dask.md) * [dask-labextension](dask-labextension.md) * [Dask-ML](Dask-ML.md) + * [dask-mpi](dask-mpi.md) * [datalad](datalad.md) * [datamash](datamash.md) + * [dav1d](dav1d.md) * [DB](DB.md) * [DB_File](DB_File.md) * [DBCSR](DBCSR.md) @@ -30,6 +32,7 @@ search: * [dcm2niix](dcm2niix.md) * [DCMTK](DCMTK.md) * [deal.II](deal.II.md) + * [debugpy](debugpy.md) * [DECAF-synthetic-data](DECAF-synthetic-data.md) * [decona](decona.md) * [deepdiff](deepdiff.md) @@ -48,6 +51,7 @@ search: * [denseweight](denseweight.md) * [DensPart](DensPart.md) * [Deprecated](Deprecated.md) + * [deprecation](deprecation.md) * [desktop-file-utils](desktop-file-utils.md) * [Detectron2](Detectron2.md) * [DETONATE](DETONATE.md) @@ -71,6 +75,7 @@ search: * [dill](dill.md) * [DIRAC](DIRAC.md) * [DistributedStream](DistributedStream.md) + * [DIVEMesh](DIVEMesh.md) * [DjVuLibre](DjVuLibre.md) * [DL_POLY_4](DL_POLY_4.md) * [DL_POLY_Classic_GUI](DL_POLY_Classic_GUI.md) @@ -87,6 +92,7 @@ search: * [dorado](dorado.md) * [dotNET-Core](dotNET-Core.md) * [double-conversion](double-conversion.md) + * [double-down](double-down.md) * [DoubletFinder](DoubletFinder.md) * [Doxygen](Doxygen.md) * [DP3](DP3.md) @@ -98,6 +104,7 @@ search: * [DROP](DROP.md) * [dssp](dssp.md) * [Dsuite](Dsuite.md) + * [dtc](dtc.md) * [dtcmp](dtcmp.md) * [DualSPHysics](DualSPHysics.md) * [dub](dub.md) @@ -108,6 +115,7 @@ search: * [DyMat](DyMat.md) * [dynesty](dynesty.md) * [Dyninst](Dyninst.md) + * [dysco](dysco.md) *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - *d* - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/EBSeq.md b/docs/version-specific/supported-software/e/EBSeq.md new file mode 100644 index 0000000000..9930ad0dfe --- /dev/null +++ b/docs/version-specific/supported-software/e/EBSeq.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# EBSeq + +An R package for gene and isoform differential expression analysis of RNA-seq data + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``2.2.0`` | ``-R-4.4.1`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/e/EIGENSOFT.md b/docs/version-specific/supported-software/e/EIGENSOFT.md index c4b47b657a..cd3a54c5e0 100644 --- a/docs/version-specific/supported-software/e/EIGENSOFT.md +++ b/docs/version-specific/supported-software/e/EIGENSOFT.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``7.2.1`` | ``foss/2021a`` ``7.2.1`` | ``foss/2023a`` +``7.2.1`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/ELPA.md b/docs/version-specific/supported-software/e/ELPA.md index 05ade12a7c..e178467e50 100644 --- a/docs/version-specific/supported-software/e/ELPA.md +++ b/docs/version-specific/supported-software/e/ELPA.md @@ -34,6 +34,8 @@ version | versionsuffix | toolchain ``2024.05.001`` | | ``intel/2024a`` ``2025.01.002`` | | ``foss/2025a`` ``2025.06.001`` | | ``foss/2025b`` +``2025.06.001`` | | ``intel/2025b`` +``2025.06.001`` | | ``lfoss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/EMBOSS.md b/docs/version-specific/supported-software/e/EMBOSS.md index c1121b8f67..16c33c2b9c 100644 --- a/docs/version-specific/supported-software/e/EMBOSS.md +++ b/docs/version-specific/supported-software/e/EMBOSS.md @@ -13,6 +13,7 @@ version | toolchain ``6.6.0`` | ``foss/2021a`` ``6.6.0`` | ``foss/2021b`` ``6.6.0`` | ``foss/2023a`` +``6.6.0`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/ESMF.md b/docs/version-specific/supported-software/e/ESMF.md index d938e06a3a..19fe51c9ce 100644 --- a/docs/version-specific/supported-software/e/ESMF.md +++ b/docs/version-specific/supported-software/e/ESMF.md @@ -21,6 +21,7 @@ version | toolchain ``8.6.1`` | ``foss/2023b`` ``8.6.1`` | ``intel/2023b`` ``8.7.0`` | ``foss/2024a`` +``8.9.0`` | ``intel/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/EVcouplings.md b/docs/version-specific/supported-software/e/EVcouplings.md index 171c48ab49..bdc0283620 100644 --- a/docs/version-specific/supported-software/e/EVcouplings.md +++ b/docs/version-specific/supported-software/e/EVcouplings.md @@ -11,6 +11,7 @@ Predict protein structure, function and mutations using evolutionary sequence co version | toolchain --------|---------- ``0.1.1`` | ``foss/2023a`` +``0.2.1`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/EZC3D.md b/docs/version-specific/supported-software/e/EZC3D.md index 05def979c8..ed50432ae9 100644 --- a/docs/version-specific/supported-software/e/EZC3D.md +++ b/docs/version-specific/supported-software/e/EZC3D.md @@ -11,6 +11,7 @@ EZC3D is an easy to use reader, modifier and writer for C3D format files. It is version | toolchain --------|---------- ``1.5.2`` | ``foss/2022a`` +``1.6.0`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/EasyBuild.md b/docs/version-specific/supported-software/e/EasyBuild.md index 247d7b9fac..23b734f000 100644 --- a/docs/version-specific/supported-software/e/EasyBuild.md +++ b/docs/version-specific/supported-software/e/EasyBuild.md @@ -44,6 +44,7 @@ version | toolchain ``5.0.0`` | ``system`` ``5.1.0`` | ``system`` ``5.1.1`` | ``system`` +``5.1.2`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/EasyPQP.md b/docs/version-specific/supported-software/e/EasyPQP.md new file mode 100644 index 0000000000..5d1e395360 --- /dev/null +++ b/docs/version-specific/supported-software/e/EasyPQP.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# EasyPQP + +EasyPQP is a Python package that provides simplified and fast peptide query parameter generation for OpenSWATH. + +*homepage*: + +version | toolchain +--------|---------- +``0.1.53`` | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/e/Emacs.md b/docs/version-specific/supported-software/e/Emacs.md index ac7edc281a..49c2d09fdb 100644 --- a/docs/version-specific/supported-software/e/Emacs.md +++ b/docs/version-specific/supported-software/e/Emacs.md @@ -14,6 +14,7 @@ version | toolchain ``28.2`` | ``GCCcore/12.2.0`` ``30.1`` | ``GCCcore/12.3.0`` ``30.1`` | ``GCCcore/13.3.0`` +``30.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/EntrezDirect.md b/docs/version-specific/supported-software/e/EntrezDirect.md new file mode 100644 index 0000000000..013ebea62d --- /dev/null +++ b/docs/version-specific/supported-software/e/EntrezDirect.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# EntrezDirect + +Entrez Direct (EDirect) provides access to Entrez, the NCBI's suite of interconnected databases (publication, sequence, structure, gene, variation, expression, etc.) from a Unix terminal window. Search terms are entered as command-line arguments. Individual operations are connected with Unix pipes to construct multi-step queries. Selected records can then be retrieved in a variety of formats + +*homepage*: + +version | toolchain +--------|---------- +``24.4.20250710`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/e/Excel-Writer-XLSX.md b/docs/version-specific/supported-software/e/Excel-Writer-XLSX.md new file mode 100644 index 0000000000..ae483301ba --- /dev/null +++ b/docs/version-specific/supported-software/e/Excel-Writer-XLSX.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Excel-Writer-XLSX + +Create a new file in the Excel 2007+ XLSX format. + +*homepage*: + +version | toolchain +--------|---------- +``1.15`` | ``GCCcore/13.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/e/edlib.md b/docs/version-specific/supported-software/e/edlib.md index bf73280a7b..ba8a2280ad 100644 --- a/docs/version-specific/supported-software/e/edlib.md +++ b/docs/version-specific/supported-software/e/edlib.md @@ -16,6 +16,7 @@ version | toolchain ``1.3.9`` | ``GCC/12.2.0`` ``1.3.9`` | ``GCC/12.3.0`` ``1.3.9.post1`` | ``GCC/13.3.0`` +``1.3.9.post1`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/einops.md b/docs/version-specific/supported-software/e/einops.md index 2215d8d4b4..3002466509 100644 --- a/docs/version-specific/supported-software/e/einops.md +++ b/docs/version-specific/supported-software/e/einops.md @@ -15,6 +15,7 @@ version | toolchain ``0.7.0`` | ``GCCcore/12.2.0`` ``0.7.0`` | ``GCCcore/12.3.0`` ``0.8.0`` | ``GCCcore/13.2.0`` +``0.8.1`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/enchant-2.md b/docs/version-specific/supported-software/e/enchant-2.md index ac1c83fae7..99142ddbac 100644 --- a/docs/version-specific/supported-software/e/enchant-2.md +++ b/docs/version-specific/supported-software/e/enchant-2.md @@ -13,6 +13,8 @@ version | toolchain ``2.3.3`` | ``GCCcore/11.2.0`` ``2.3.3`` | ``GCCcore/11.3.0`` ``2.6.5`` | ``GCCcore/12.3.0`` +``2.8.12`` | ``GCCcore/13.3.0`` +``2.8.14`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/eumdac.md b/docs/version-specific/supported-software/e/eumdac.md new file mode 100644 index 0000000000..01e449dc4d --- /dev/null +++ b/docs/version-specific/supported-software/e/eumdac.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# eumdac + +EUMDAC is the EUMETSAT Data Access Client. It provides simple access to the EUMETSAT data of all satellite missions. As a Python library, it comes with many methods and helpers to use EUMETSATs APIs and services, like Data Store and Data Tailor. As a CLI, it provides a variety of useful command line utilities for data search, translation and processing. + +*homepage*: + +version | toolchain +--------|---------- +``2.1.0`` | ``GCCcore/11.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/e/evaluate.md b/docs/version-specific/supported-software/e/evaluate.md index df8a20b853..659c8d255a 100644 --- a/docs/version-specific/supported-software/e/evaluate.md +++ b/docs/version-specific/supported-software/e/evaluate.md @@ -11,6 +11,7 @@ A library for easily evaluating machine learning models and datasets. version | toolchain --------|---------- ``0.4.3`` | ``gfbf/2023a`` +``0.4.6`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/exiv2.md b/docs/version-specific/supported-software/e/exiv2.md index b4bb078cd5..f8ef44a228 100644 --- a/docs/version-specific/supported-software/e/exiv2.md +++ b/docs/version-specific/supported-software/e/exiv2.md @@ -14,6 +14,7 @@ version | toolchain ``0.27.5`` | ``GCCcore/11.2.0`` ``0.28.0`` | ``GCCcore/12.3.0`` ``0.28.3`` | ``GCCcore/13.3.0`` +``0.28.5`` | ``GCCcore/14.2.0`` ``0.28.5`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/e/expecttest.md b/docs/version-specific/supported-software/e/expecttest.md index 9364c0a6b3..d174e74230 100644 --- a/docs/version-specific/supported-software/e/expecttest.md +++ b/docs/version-specific/supported-software/e/expecttest.md @@ -17,6 +17,7 @@ version | toolchain ``0.1.5`` | ``GCCcore/12.3.0`` ``0.2.1`` | ``GCCcore/13.2.0`` ``0.2.1`` | ``GCCcore/13.3.0`` +``0.3.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/e/index.md b/docs/version-specific/supported-software/e/index.md index 5c2085660e..fee9107561 100644 --- a/docs/version-specific/supported-software/e/index.md +++ b/docs/version-specific/supported-software/e/index.md @@ -14,7 +14,9 @@ search: * [easi](easi.md) * [EasyBuild](EasyBuild.md) * [EasyMocap](EasyMocap.md) + * [EasyPQP](EasyPQP.md) * [ebGSEA](ebGSEA.md) + * [EBSeq](EBSeq.md) * [ecBuild](ecBuild.md) * [ecCodes](ecCodes.md) * [ECL](ECL.md) @@ -54,6 +56,7 @@ search: * [enchant-2](enchant-2.md) * [EnergyPlus](EnergyPlus.md) * [ensmallen](ensmallen.md) + * [EntrezDirect](EntrezDirect.md) * [epct](epct.md) * [epiScanpy](epiScanpy.md) * [EpiSCORE](EpiSCORE.md) @@ -69,6 +72,7 @@ search: * [ETE](ETE.md) * [etils](etils.md) * [EUKulele](EUKulele.md) + * [eumdac](eumdac.md) * [evaluate](evaluate.md) * [EVcouplings](EVcouplings.md) * [Evcxr-REPL](Evcxr-REPL.md) @@ -80,6 +84,7 @@ search: * [EvoDiff](EvoDiff.md) * [EvtGen](EvtGen.md) * [ExaML](ExaML.md) + * [Excel-Writer-XLSX](Excel-Writer-XLSX.md) * [exiv2](exiv2.md) * [Exonerate](Exonerate.md) * [expat](expat.md) diff --git a/docs/version-specific/supported-software/f/FEniCS-Basix-Python.md b/docs/version-specific/supported-software/f/FEniCS-Basix-Python.md new file mode 100644 index 0000000000..ab2bf8761d --- /dev/null +++ b/docs/version-specific/supported-software/f/FEniCS-Basix-Python.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# FEniCS-Basix-Python + +Basix is a finite element definition and tabulation runtime library - Python binding + +*homepage*: + +version | toolchain +--------|---------- +``0.9.0`` | ``gfbf/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/f/FEniCS-Basix.md b/docs/version-specific/supported-software/f/FEniCS-Basix.md new file mode 100644 index 0000000000..8c9338da82 --- /dev/null +++ b/docs/version-specific/supported-software/f/FEniCS-Basix.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# FEniCS-Basix + +Basix is a finite element definition and tabulation runtime library - C++ library + +*homepage*: + +version | toolchain +--------|---------- +``0.9.0`` | ``GCC/13.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/f/FEniCS-DOLFINx-Python.md b/docs/version-specific/supported-software/f/FEniCS-DOLFINx-Python.md new file mode 100644 index 0000000000..6bfb50ac8c --- /dev/null +++ b/docs/version-specific/supported-software/f/FEniCS-DOLFINx-Python.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# FEniCS-DOLFINx-Python + +DOLFINx is the computational environment of FEniCSx - Python binding + +*homepage*: + +version | toolchain +--------|---------- +``0.9.0`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/f/FEniCS-DOLFINx.md b/docs/version-specific/supported-software/f/FEniCS-DOLFINx.md new file mode 100644 index 0000000000..f20235c0bc --- /dev/null +++ b/docs/version-specific/supported-software/f/FEniCS-DOLFINx.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# FEniCS-DOLFINx + +DOLFINx is the computational environment of FEniCSx - C++ library + +*homepage*: + +version | toolchain +--------|---------- +``0.9.0`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/f/FEniCS-FFCx.md b/docs/version-specific/supported-software/f/FEniCS-FFCx.md new file mode 100644 index 0000000000..0998fb0fbd --- /dev/null +++ b/docs/version-specific/supported-software/f/FEniCS-FFCx.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# FEniCS-FFCx + +FFCx is a compiler for finite element variational forms + +*homepage*: + +version | toolchain +--------|---------- +``0.9.0`` | ``gfbf/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/f/FEniCS-UFL.md b/docs/version-specific/supported-software/f/FEniCS-UFL.md new file mode 100644 index 0000000000..a5de477df9 --- /dev/null +++ b/docs/version-specific/supported-software/f/FEniCS-UFL.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# FEniCS-UFL + +The Unified Form Language (UFL) is a domain-specific language for defining variational forms + +*homepage*: + +version | toolchain +--------|---------- +``2024.2.0`` | ``gfbf/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/f/FEniCS-ufcx.md b/docs/version-specific/supported-software/f/FEniCS-ufcx.md new file mode 100644 index 0000000000..8f85dabdbf --- /dev/null +++ b/docs/version-specific/supported-software/f/FEniCS-ufcx.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# FEniCS-ufcx + +FFCx provides the ufcx.h interface header for generated finite element kernels, used by DOLFINx. + +*homepage*: + +version | toolchain +--------|---------- +``0.9.0`` | ``GCCcore/13.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/f/FFTS.md b/docs/version-specific/supported-software/f/FFTS.md new file mode 100644 index 0000000000..262a28b792 --- /dev/null +++ b/docs/version-specific/supported-software/f/FFTS.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# FFTS + +The Fastest Fourier Transform in the South This library is typically used due to its license and most users should prefer FFTW + +*homepage*: + +version | toolchain +--------|---------- +``20190519`` | ``GCC/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/f/FFTW.MPI.md b/docs/version-specific/supported-software/f/FFTW.MPI.md index fd2667deae..581e9adf61 100644 --- a/docs/version-specific/supported-software/f/FFTW.MPI.md +++ b/docs/version-specific/supported-software/f/FFTW.MPI.md @@ -23,6 +23,8 @@ version | toolchain ``3.3.10`` | ``gompi/2025a`` ``3.3.10`` | ``gompi/2025b`` ``3.3.10`` | ``iimpi/2023a`` +``3.3.10`` | ``lmpich/2025b`` +``3.3.10`` | ``lompi/2025b`` ``3.3.10`` | ``nvompi/2022.07`` diff --git a/docs/version-specific/supported-software/f/FFTW.md b/docs/version-specific/supported-software/f/FFTW.md index 1967948500..5c9cd6b0ec 100644 --- a/docs/version-specific/supported-software/f/FFTW.md +++ b/docs/version-specific/supported-software/f/FFTW.md @@ -18,11 +18,13 @@ version | toolchain ``3.3.10`` | ``GCC/14.2.0`` ``3.3.10`` | ``GCC/14.3.0`` ``3.3.10`` | ``NVHPC/22.7-CUDA-11.7.0`` +``3.3.10`` | ``NVHPC/25.1`` ``3.3.10`` | ``gompi/2021b`` ``3.3.10`` | ``iimpi/2021b`` ``3.3.10`` | ``iimpi/2022a`` ``3.3.10`` | ``iimpi/2022b`` ``3.3.10`` | ``intel-compilers/2023.1.0`` +``3.3.10`` | ``llvm-compilers/20.1.8`` ``3.3.9`` | ``gompi/2021a`` ``3.3.9`` | ``intel/2021a`` diff --git a/docs/version-specific/supported-software/f/FFmpeg.md b/docs/version-specific/supported-software/f/FFmpeg.md index 0c9ef4aa3e..ceb63263aa 100644 --- a/docs/version-specific/supported-software/f/FFmpeg.md +++ b/docs/version-specific/supported-software/f/FFmpeg.md @@ -19,6 +19,7 @@ version | toolchain ``6.0`` | ``GCCcore/13.2.0`` ``7.0.2`` | ``GCCcore/13.3.0`` ``7.1.1`` | ``GCCcore/14.2.0`` +``7.1.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/FLANN.md b/docs/version-specific/supported-software/f/FLANN.md index 367330da2b..6eba20be5d 100644 --- a/docs/version-specific/supported-software/f/FLANN.md +++ b/docs/version-specific/supported-software/f/FLANN.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.9.2`` | ``foss/2022b`` ``1.9.2`` | ``foss/2023a`` +``1.9.2`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/FLINT.md b/docs/version-specific/supported-software/f/FLINT.md index 8a41fe46c0..6b4826e9be 100644 --- a/docs/version-specific/supported-software/f/FLINT.md +++ b/docs/version-specific/supported-software/f/FLINT.md @@ -14,6 +14,7 @@ version | toolchain ``2.8.4`` | ``foss/2021b`` ``2.9.0`` | ``gfbf/2022a`` ``2.9.0`` | ``gfbf/2022b`` +``3.1.1`` | ``gfbf/2023a`` ``3.1.1`` | ``gfbf/2023b`` ``3.1.2`` | ``gfbf/2024a`` ``3.3.1`` | ``gfbf/2025b`` diff --git a/docs/version-specific/supported-software/f/FLTK.md b/docs/version-specific/supported-software/f/FLTK.md index ee669f4091..edf31938ca 100644 --- a/docs/version-specific/supported-software/f/FLTK.md +++ b/docs/version-specific/supported-software/f/FLTK.md @@ -17,6 +17,8 @@ version | toolchain ``1.3.8`` | ``GCCcore/12.3.0`` ``1.3.9`` | ``GCCcore/13.2.0`` ``1.4.3`` | ``GCCcore/13.3.0`` +``1.4.4`` | ``GCCcore/14.2.0`` +``1.4.4`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/FUNAERO.md b/docs/version-specific/supported-software/f/FUNAERO.md index fef59d0b02..ed4d36525d 100644 --- a/docs/version-specific/supported-software/f/FUNAERO.md +++ b/docs/version-specific/supported-software/f/FUNAERO.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.0`` | ``gfbf/2024a`` ``1.1`` | ``gfbf/2024a`` +``1.5`` | ``gfbf/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/FUSE.md b/docs/version-specific/supported-software/f/FUSE.md index f3d2a9bb01..1d78359376 100644 --- a/docs/version-specific/supported-software/f/FUSE.md +++ b/docs/version-specific/supported-software/f/FUSE.md @@ -13,6 +13,7 @@ version | toolchain ``3.14.1`` | ``GCCcore/11.3.0`` ``3.14.1`` | ``GCCcore/12.2.0`` ``3.16.2`` | ``GCCcore/12.3.0`` +``3.17.4`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/FastANI.md b/docs/version-specific/supported-software/f/FastANI.md index 746b1c5581..5c8fe7a6ce 100644 --- a/docs/version-specific/supported-software/f/FastANI.md +++ b/docs/version-specific/supported-software/f/FastANI.md @@ -16,6 +16,7 @@ version | toolchain ``1.33`` | ``intel-compilers/2021.4.0`` ``1.34`` | ``GCC/12.3.0`` ``1.34`` | ``GCC/13.2.0`` +``1.34`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/FastME.md b/docs/version-specific/supported-software/f/FastME.md index 63d57adfb2..fcc9f4b36e 100644 --- a/docs/version-specific/supported-software/f/FastME.md +++ b/docs/version-specific/supported-software/f/FastME.md @@ -13,6 +13,9 @@ version | toolchain ``2.1.6.3`` | ``GCC/11.3.0`` ``2.1.6.3`` | ``GCC/12.3.0`` ``2.1.6.3`` | ``GCC/13.2.0`` +``2.1.6.3`` | ``GCC/13.3.0`` +``2.1.6.3`` | ``GCC/14.2.0`` +``2.1.6.4`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/FastTree.md b/docs/version-specific/supported-software/f/FastTree.md index 3444823fa0..5a4b4d3b25 100644 --- a/docs/version-specific/supported-software/f/FastTree.md +++ b/docs/version-specific/supported-software/f/FastTree.md @@ -16,6 +16,7 @@ version | toolchain ``2.1.11`` | ``GCCcore/12.2.0`` ``2.1.11`` | ``GCCcore/12.3.0`` ``2.1.11`` | ``GCCcore/13.2.0`` +``2.2`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/Fastaq.md b/docs/version-specific/supported-software/f/Fastaq.md index 743e93dca7..808e9942e9 100644 --- a/docs/version-specific/supported-software/f/Fastaq.md +++ b/docs/version-specific/supported-software/f/Fastaq.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``3.17.0`` | ``GCC/10.3.0`` ``3.17.0`` | ``GCC/12.3.0`` +``3.17.0`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/Fiona.md b/docs/version-specific/supported-software/f/Fiona.md index afe47a1b01..b199553e6d 100644 --- a/docs/version-specific/supported-software/f/Fiona.md +++ b/docs/version-specific/supported-software/f/Fiona.md @@ -13,6 +13,7 @@ version | toolchain ``1.10.1`` | ``foss/2023b`` ``1.10.1`` | ``foss/2024a`` ``1.10.1`` | ``foss/2025a`` +``1.10.1`` | ``foss/2025b`` ``1.8.20`` | ``foss/2021a`` ``1.8.21`` | ``foss/2021b`` ``1.8.21`` | ``foss/2022a`` diff --git a/docs/version-specific/supported-software/f/FlexiBLAS.md b/docs/version-specific/supported-software/f/FlexiBLAS.md index c594728c1f..6aa6dbc0f8 100644 --- a/docs/version-specific/supported-software/f/FlexiBLAS.md +++ b/docs/version-specific/supported-software/f/FlexiBLAS.md @@ -21,6 +21,7 @@ version | toolchain ``3.4.4`` | ``GCC/13.3.0`` ``3.4.5`` | ``GCC/14.2.0`` ``3.4.5`` | ``GCC/14.3.0`` +``3.4.5`` | ``llvm-compilers/20.1.8`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/Flux.md b/docs/version-specific/supported-software/f/Flux.md index 651ee979dc..e096fe9ad0 100644 --- a/docs/version-specific/supported-software/f/Flux.md +++ b/docs/version-specific/supported-software/f/Flux.md @@ -11,6 +11,8 @@ Flux is a flexible framework for resource management, built for your site. The f version | toolchain --------|---------- ``0.76.0`` | ``GCC/13.2.0`` +``0.80.0`` | ``GCC/13.3.0`` +``0.80.0`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/Fluxbox.md b/docs/version-specific/supported-software/f/Fluxbox.md new file mode 100644 index 0000000000..e764d1d829 --- /dev/null +++ b/docs/version-specific/supported-software/f/Fluxbox.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Fluxbox + +Fluxbox is a lightweight window manager for X11 + +*homepage*: + +version | toolchain +--------|---------- +``1.3.7`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/f/Flye.md b/docs/version-specific/supported-software/f/Flye.md index fe786f6812..3f2c849279 100644 --- a/docs/version-specific/supported-software/f/Flye.md +++ b/docs/version-specific/supported-software/f/Flye.md @@ -18,6 +18,7 @@ version | toolchain ``2.9.3`` | ``GCC/12.3.0`` ``2.9.4`` | ``GCC/13.2.0`` ``2.9.5`` | ``GCC/13.3.0`` +``2.9.6`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/FragGeneScan.md b/docs/version-specific/supported-software/f/FragGeneScan.md index cbc377d343..cfc030d118 100644 --- a/docs/version-specific/supported-software/f/FragGeneScan.md +++ b/docs/version-specific/supported-software/f/FragGeneScan.md @@ -15,6 +15,7 @@ version | toolchain ``1.31`` | ``GCCcore/11.3.0`` ``1.31`` | ``GCCcore/12.3.0`` ``1.32`` | ``GCCcore/13.2.0`` +``1.32`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/FreeImage.md b/docs/version-specific/supported-software/f/FreeImage.md index 4faa576da1..53bea7e61c 100644 --- a/docs/version-specific/supported-software/f/FreeImage.md +++ b/docs/version-specific/supported-software/f/FreeImage.md @@ -17,6 +17,8 @@ version | toolchain ``3.18.0`` | ``GCCcore/12.3.0`` ``3.18.0`` | ``GCCcore/13.2.0`` ``3.18.0`` | ``GCCcore/13.3.0`` +``3.18.0`` | ``GCCcore/14.2.0`` +``3.18.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/fast_float.md b/docs/version-specific/supported-software/f/fast_float.md new file mode 100644 index 0000000000..9cd1ae3971 --- /dev/null +++ b/docs/version-specific/supported-software/f/fast_float.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# fast_float + +Fast and exact implementation of the C++ from_chars functions for float and double types. + +*homepage*: + +version | toolchain +--------|---------- +``8.1.0`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/f/fastahack.md b/docs/version-specific/supported-software/f/fastahack.md index 73a93c1d5c..ed9cf4223c 100644 --- a/docs/version-specific/supported-software/f/fastahack.md +++ b/docs/version-specific/supported-software/f/fastahack.md @@ -15,6 +15,7 @@ version | toolchain ``1.0.0`` | ``GCCcore/11.3.0`` ``1.0.0`` | ``GCCcore/12.2.0`` ``1.0.0`` | ``GCCcore/12.3.0`` +``1.0.0`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/fastp.md b/docs/version-specific/supported-software/f/fastp.md index a2e35ac0ea..3d066d8a16 100644 --- a/docs/version-specific/supported-software/f/fastp.md +++ b/docs/version-specific/supported-software/f/fastp.md @@ -16,6 +16,7 @@ version | toolchain ``0.23.4`` | ``GCC/12.2.0`` ``0.23.4`` | ``GCC/12.3.0`` ``0.23.4`` | ``GCC/13.2.0`` +``1.0.1`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/fermi-lite.md b/docs/version-specific/supported-software/f/fermi-lite.md index 8952439bea..06ca9c362e 100644 --- a/docs/version-specific/supported-software/f/fermi-lite.md +++ b/docs/version-specific/supported-software/f/fermi-lite.md @@ -14,6 +14,7 @@ version | toolchain ``20190320`` | ``GCCcore/11.2.0`` ``20190320`` | ``GCCcore/12.3.0`` ``20190320`` | ``GCCcore/13.2.0`` +``20190320`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/file.md b/docs/version-specific/supported-software/f/file.md index 44f4bf5f9d..1b8e980248 100644 --- a/docs/version-specific/supported-software/f/file.md +++ b/docs/version-specific/supported-software/f/file.md @@ -17,6 +17,7 @@ version | toolchain ``5.43`` | ``GCCcore/12.3.0`` ``5.43`` | ``GCCcore/13.2.0`` ``5.46`` | ``GCCcore/13.3.0`` +``5.46`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/filecheck-python.md b/docs/version-specific/supported-software/f/filecheck-python.md new file mode 100644 index 0000000000..480af9ae97 --- /dev/null +++ b/docs/version-specific/supported-software/f/filecheck-python.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# filecheck-python + +This tries to be as close a clone of LLVMs FileCheck as possible, without going crazy. + +*homepage*: + +version | toolchain +--------|---------- +``1.0.3`` | ``GCCcore/14.2.0`` +``1.0.3`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/f/filevercmp.md b/docs/version-specific/supported-software/f/filevercmp.md index 04fed67941..6303b7a1fe 100644 --- a/docs/version-specific/supported-software/f/filevercmp.md +++ b/docs/version-specific/supported-software/f/filevercmp.md @@ -15,6 +15,7 @@ version | toolchain ``20191210`` | ``GCCcore/11.3.0`` ``20191210`` | ``GCCcore/12.2.0`` ``20191210`` | ``GCCcore/12.3.0`` +``20191210`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/flatbuffers.md b/docs/version-specific/supported-software/f/flatbuffers.md index 212d0fe0fb..ae02b8ab51 100644 --- a/docs/version-specific/supported-software/f/flatbuffers.md +++ b/docs/version-specific/supported-software/f/flatbuffers.md @@ -18,6 +18,7 @@ version | toolchain ``23.5.26`` | ``GCCcore/12.3.0`` ``23.5.26`` | ``GCCcore/13.2.0`` ``24.3.25`` | ``GCCcore/13.3.0`` +``25.2.10`` | ``GCCcore/14.2.0`` ``25.2.10`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/f/fmt.md b/docs/version-specific/supported-software/f/fmt.md index 7548ac91ec..5b921e001d 100644 --- a/docs/version-specific/supported-software/f/fmt.md +++ b/docs/version-specific/supported-software/f/fmt.md @@ -15,6 +15,7 @@ version | toolchain ``10.2.0`` | ``GCCcore/13.2.0`` ``10.2.1`` | ``GCCcore/13.2.0`` ``11.0.2`` | ``GCCcore/13.3.0`` +``11.2.0`` | ``GCCcore/13.3.0`` ``11.2.0`` | ``GCCcore/14.2.0`` ``11.2.0`` | ``GCCcore/14.3.0`` ``7.1.1`` | ``GCCcore/11.2.0`` diff --git a/docs/version-specific/supported-software/f/fortranGIS.md b/docs/version-specific/supported-software/f/fortranGIS.md new file mode 100644 index 0000000000..67d86f5910 --- /dev/null +++ b/docs/version-specific/supported-software/f/fortranGIS.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# fortranGIS + +FortranGIS project includes a collection of Fortran interfaces to some common Open Source GIS (Geographic Information System) software libraries, plus some more Fortran-specific tools. + +*homepage*: + +version | toolchain +--------|---------- +``3.0-1`` | ``intel/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/f/foss.md b/docs/version-specific/supported-software/f/foss.md index ad930717e9..d0b8cd739d 100644 --- a/docs/version-specific/supported-software/f/foss.md +++ b/docs/version-specific/supported-software/f/foss.md @@ -6,7 +6,7 @@ search: GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. -*homepage*: +*homepage*: version | toolchain --------|---------- diff --git a/docs/version-specific/supported-software/f/freeglut.md b/docs/version-specific/supported-software/f/freeglut.md index 429d352496..392369b32e 100644 --- a/docs/version-specific/supported-software/f/freeglut.md +++ b/docs/version-specific/supported-software/f/freeglut.md @@ -17,6 +17,8 @@ version | toolchain ``3.4.0`` | ``GCCcore/12.3.0`` ``3.4.0`` | ``GCCcore/13.2.0`` ``3.6.0`` | ``GCCcore/13.3.0`` +``3.6.0`` | ``GCCcore/14.2.0`` +``3.6.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/fsm-lite.md b/docs/version-specific/supported-software/f/fsm-lite.md index 0505059b47..d175bfe8c0 100644 --- a/docs/version-specific/supported-software/f/fsm-lite.md +++ b/docs/version-specific/supported-software/f/fsm-lite.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.0`` | ``GCCcore/12.2.0`` ``1.0`` | ``GCCcore/12.3.0`` +``1.0`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/fsom.md b/docs/version-specific/supported-software/f/fsom.md index 76439a7ed3..2406808e98 100644 --- a/docs/version-specific/supported-software/f/fsom.md +++ b/docs/version-specific/supported-software/f/fsom.md @@ -15,6 +15,7 @@ version | toolchain ``20151117`` | ``GCCcore/11.3.0`` ``20151117`` | ``GCCcore/12.2.0`` ``20151117`` | ``GCCcore/12.3.0`` +``20151117`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/funannotate.md b/docs/version-specific/supported-software/f/funannotate.md index ef8877e427..5ff03ade5e 100644 --- a/docs/version-specific/supported-software/f/funannotate.md +++ b/docs/version-specific/supported-software/f/funannotate.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.8.13`` | ``foss/2021b`` ``1.8.17`` | ``foss/2023a`` +``1.8.17`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/f/index.md b/docs/version-specific/supported-software/f/index.md index da858abf41..b74962f6ff 100644 --- a/docs/version-specific/supported-software/f/index.md +++ b/docs/version-specific/supported-software/f/index.md @@ -15,6 +15,7 @@ search: * [face-recognition](face-recognition.md) * [Faiss](Faiss.md) * [FALL3D](FALL3D.md) + * [fast_float](fast_float.md) * [FASTA](FASTA.md) * [fasta-reader](fasta-reader.md) * [fastahack](fastahack.md) @@ -44,6 +45,13 @@ search: * [FDS](FDS.md) * [FEBio](FEBio.md) * [feh](feh.md) + * [FEniCS-Basix](FEniCS-Basix.md) + * [FEniCS-Basix-Python](FEniCS-Basix-Python.md) + * [FEniCS-DOLFINx](FEniCS-DOLFINx.md) + * [FEniCS-DOLFINx-Python](FEniCS-DOLFINx-Python.md) + * [FEniCS-FFCx](FEniCS-FFCx.md) + * [FEniCS-ufcx](FEniCS-ufcx.md) + * [FEniCS-UFL](FEniCS-UFL.md) * [fermi-lite](fermi-lite.md) * [Ferret](Ferret.md) * [festival](festival.md) @@ -52,12 +60,14 @@ search: * [FFmpeg](FFmpeg.md) * [ffnvcodec](ffnvcodec.md) * [fftlib](fftlib.md) + * [FFTS](FFTS.md) * [FFTW](FFTW.md) * [FFTW.MPI](FFTW.MPI.md) * [fgbio](fgbio.md) * [FHI-aims](FHI-aims.md) * [Fiji](Fiji.md) * [file](file.md) + * [filecheck-python](filecheck-python.md) * [filevercmp](filevercmp.md) * [Filtlong](Filtlong.md) * [finder](finder.md) @@ -87,6 +97,7 @@ search: * [FLTK](FLTK.md) * [FLUENT](FLUENT.md) * [Flux](Flux.md) + * [Fluxbox](Fluxbox.md) * [Flye](Flye.md) * [FMM3D](FMM3D.md) * [FMPy](FMPy.md) @@ -98,6 +109,7 @@ search: * [forbear](forbear.md) * [ForceBalance](ForceBalance.md) * [FORD](FORD.md) + * [fortranGIS](fortranGIS.md) * [foss](foss.md) * [FoX](FoX.md) * [FOX-Toolkit](FOX-Toolkit.md) diff --git a/docs/version-specific/supported-software/g/GATK.md b/docs/version-specific/supported-software/g/GATK.md index 60630c4d38..f545bbdda3 100644 --- a/docs/version-specific/supported-software/g/GATK.md +++ b/docs/version-specific/supported-software/g/GATK.md @@ -22,6 +22,8 @@ version | versionsuffix | toolchain ``4.6.0.0`` | ``-Java-17`` | ``GCCcore/13.2.0`` ``4.6.1.0`` | ``-Java-17`` | ``GCCcore/13.3.0`` ``4.6.2.0`` | ``-Java-17`` | ``GCCcore/13.3.0`` +``4.6.2.0`` | ``-Java-17`` | ``GCCcore/14.2.0`` +``4.6.2.0`` | ``-Java-17`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GDAL.md b/docs/version-specific/supported-software/g/GDAL.md index 27b518fb1f..e42f4443c6 100644 --- a/docs/version-specific/supported-software/g/GDAL.md +++ b/docs/version-specific/supported-software/g/GDAL.md @@ -15,6 +15,7 @@ version | toolchain ``3.10.0`` | ``foss/2024a`` ``3.11.1`` | ``foss/2025a`` ``3.11.3`` | ``foss/2025b`` +``3.11.3`` | ``intel/2025b`` ``3.3.0`` | ``foss/2021a`` ``3.3.2`` | ``foss/2021b`` ``3.5.0`` | ``foss/2022a`` diff --git a/docs/version-specific/supported-software/g/GDB.md b/docs/version-specific/supported-software/g/GDB.md index 028bbcaab2..7ec855abfe 100644 --- a/docs/version-specific/supported-software/g/GDB.md +++ b/docs/version-specific/supported-software/g/GDB.md @@ -17,6 +17,7 @@ version | toolchain ``13.2`` | ``GCCcore/12.3.0`` ``13.2`` | ``GCCcore/13.2.0`` ``14.2`` | ``GCCcore/13.3.0`` +``16.3`` | ``GCCcore/13.3.0`` ``16.3`` | ``GCCcore/14.2.0`` ``16.3`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/g/GENESPACE.md b/docs/version-specific/supported-software/g/GENESPACE.md index f2298cb590..d390ec227e 100644 --- a/docs/version-specific/supported-software/g/GENESPACE.md +++ b/docs/version-specific/supported-software/g/GENESPACE.md @@ -11,6 +11,7 @@ Efficient phylogenetic analyses on massive phylogenies comprising up to millions version | toolchain --------|---------- ``1.2.3`` | ``foss/2022a`` +``1.2.3`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GHC.md b/docs/version-specific/supported-software/g/GHC.md index 1d28303366..33ffdcfd6e 100644 --- a/docs/version-specific/supported-software/g/GHC.md +++ b/docs/version-specific/supported-software/g/GHC.md @@ -12,6 +12,7 @@ version | versionsuffix | toolchain --------|---------------|---------- ``8.6.5`` | ``-x86_64`` | ``system`` ``9.10.1`` | ``-x86_64`` | ``system`` +``9.12.2`` | | ``system`` ``9.2.2`` | ``-x86_64`` | ``system`` ``9.4.6`` | ``-x86_64`` | ``system`` diff --git a/docs/version-specific/supported-software/g/GI-DocGen.md b/docs/version-specific/supported-software/g/GI-DocGen.md index 17af978b21..4a021d2ed8 100644 --- a/docs/version-specific/supported-software/g/GI-DocGen.md +++ b/docs/version-specific/supported-software/g/GI-DocGen.md @@ -11,6 +11,7 @@ GI-DocGen is a document generator for GObject-based libraries. GObject is the ba version | toolchain --------|---------- ``2023.3`` | ``GCCcore/12.3.0`` +``2025.5`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GKlib-METIS.md b/docs/version-specific/supported-software/g/GKlib-METIS.md index d910000084..a8eea954bf 100644 --- a/docs/version-specific/supported-software/g/GKlib-METIS.md +++ b/docs/version-specific/supported-software/g/GKlib-METIS.md @@ -10,6 +10,9 @@ A library of various helper routines and frameworks used by many of the lab's so version | toolchain --------|---------- +``5.1.1`` | ``GCC/13.3.0`` +``5.1.1`` | ``GCC/14.2.0`` +``5.1.1`` | ``GCC/14.3.0`` ``5.1.1`` | ``GCCcore/11.3.0`` ``5.1.1`` | ``GCCcore/12.3.0`` diff --git a/docs/version-specific/supported-software/g/GL2PS.md b/docs/version-specific/supported-software/g/GL2PS.md index 09399fbb16..a95aa94d06 100644 --- a/docs/version-specific/supported-software/g/GL2PS.md +++ b/docs/version-specific/supported-software/g/GL2PS.md @@ -17,6 +17,7 @@ version | toolchain ``1.4.2`` | ``GCCcore/12.3.0`` ``1.4.2`` | ``GCCcore/13.2.0`` ``1.4.2`` | ``GCCcore/13.3.0`` +``1.4.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GLIMPSE.md b/docs/version-specific/supported-software/g/GLIMPSE.md index 90ece5205f..18eefe1c52 100644 --- a/docs/version-specific/supported-software/g/GLIMPSE.md +++ b/docs/version-specific/supported-software/g/GLIMPSE.md @@ -13,6 +13,8 @@ version | toolchain ``2.0.0`` | ``GCC/10.3.0`` ``2.0.0`` | ``GCC/11.3.0`` ``2.0.0`` | ``GCC/12.2.0`` +``2.0.0`` | ``GCC/12.3.0`` +``2.0.1`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GLM.md b/docs/version-specific/supported-software/g/GLM.md index f723f9becc..9eaaa873e7 100644 --- a/docs/version-specific/supported-software/g/GLM.md +++ b/docs/version-specific/supported-software/g/GLM.md @@ -17,6 +17,7 @@ version | toolchain ``0.9.9.8`` | ``GCCcore/12.3.0`` ``1.0.1`` | ``GCCcore/13.2.0`` ``1.0.1`` | ``GCCcore/13.3.0`` +``1.0.1`` | ``GCCcore/14.2.0`` ``1.0.1`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/g/GMAP-GSNAP.md b/docs/version-specific/supported-software/g/GMAP-GSNAP.md index 02bb91e38c..c831499247 100644 --- a/docs/version-specific/supported-software/g/GMAP-GSNAP.md +++ b/docs/version-specific/supported-software/g/GMAP-GSNAP.md @@ -16,6 +16,7 @@ version | toolchain ``2023-04-20`` | ``GCC/12.2.0`` ``2023-04-20`` | ``GCC/12.3.0`` ``2024-09-18`` | ``GCC/13.3.0`` +``2025-07-31`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GPAW.md b/docs/version-specific/supported-software/g/GPAW.md index 0d18d9cf51..9092d3912f 100644 --- a/docs/version-specific/supported-software/g/GPAW.md +++ b/docs/version-specific/supported-software/g/GPAW.md @@ -32,8 +32,10 @@ version | versionsuffix | toolchain ``25.7.0`` | ``-ASE-3.26.0`` | ``foss/2023a`` ``25.7.0`` | ``-ASE-3.26.0`` | ``foss/2025a`` ``25.7.0`` | | ``foss/2025a`` +``25.7.0`` | ``-CUDA-12.9.1`` | ``foss/2025b`` ``25.7.0`` | | ``foss/2025b`` ``25.7.0`` | ``-ASE-3.26.0`` | ``intel/2023a`` +``25.7.0`` | | ``intel/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GPflow.md b/docs/version-specific/supported-software/g/GPflow.md index 1ca36d0a18..ce1d0afdf5 100644 --- a/docs/version-specific/supported-software/g/GPflow.md +++ b/docs/version-specific/supported-software/g/GPflow.md @@ -10,6 +10,7 @@ GPflow is a package for building Gaussian process models in Python. It implement version | versionsuffix | toolchain --------|---------------|---------- +``2.10.0`` | | ``foss/2024a`` ``2.9.2`` | ``-CUDA-11.7.0`` | ``foss/2022a`` ``2.9.2`` | | ``foss/2022a`` ``2.9.2`` | | ``foss/2023a`` diff --git a/docs/version-specific/supported-software/g/GROMACS.md b/docs/version-specific/supported-software/g/GROMACS.md index 4773d28237..8376dd3e65 100644 --- a/docs/version-specific/supported-software/g/GROMACS.md +++ b/docs/version-specific/supported-software/g/GROMACS.md @@ -36,6 +36,9 @@ version | versionsuffix | toolchain ``2024.4`` | | ``foss/2023b`` ``2025.2`` | | ``foss/2025a`` ``2025.2`` | | ``foss/2025b`` +``2025.2`` | | ``lfoss/2025b`` +``2025.2`` | | ``lmpflf/2025b`` +``2025.3`` | | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GST-plugins-bad.md b/docs/version-specific/supported-software/g/GST-plugins-bad.md index 1a1c475a22..c148c6e6d2 100644 --- a/docs/version-specific/supported-software/g/GST-plugins-bad.md +++ b/docs/version-specific/supported-software/g/GST-plugins-bad.md @@ -13,7 +13,10 @@ version | toolchain ``1.20.2`` | ``GCC/11.3.0`` ``1.22.5`` | ``GCC/12.2.0`` ``1.22.5`` | ``GCC/12.3.0`` +``1.24.12`` | ``GCC/13.2.0`` ``1.24.8`` | ``GCC/13.3.0`` +``1.26.6`` | ``GCCcore/14.2.0`` +``1.26.6`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GST-plugins-base.md b/docs/version-specific/supported-software/g/GST-plugins-base.md index aadf3bd368..f617c8dd48 100644 --- a/docs/version-specific/supported-software/g/GST-plugins-base.md +++ b/docs/version-specific/supported-software/g/GST-plugins-base.md @@ -17,6 +17,8 @@ version | toolchain ``1.22.5`` | ``GCC/12.3.0`` ``1.24.8`` | ``GCC/13.2.0`` ``1.24.8`` | ``GCC/13.3.0`` +``1.26.6`` | ``GCCcore/14.2.0`` +``1.26.6`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GStreamer.md b/docs/version-specific/supported-software/g/GStreamer.md index 15c31046e3..e28b6ec1e0 100644 --- a/docs/version-specific/supported-software/g/GStreamer.md +++ b/docs/version-specific/supported-software/g/GStreamer.md @@ -17,8 +17,8 @@ version | toolchain ``1.22.5`` | ``GCC/12.3.0`` ``1.24.8`` | ``GCC/13.2.0`` ``1.24.8`` | ``GCC/13.3.0`` -``1.26.5`` | ``GCC/14.3.0`` -``1.26.5`` | ``intel-compilers/2025.2.0`` +``1.26.5`` | ``GCCcore/14.3.0`` +``1.26.6`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GTK3.md b/docs/version-specific/supported-software/g/GTK3.md index bb8b80060d..864053c1a9 100644 --- a/docs/version-specific/supported-software/g/GTK3.md +++ b/docs/version-specific/supported-software/g/GTK3.md @@ -17,6 +17,8 @@ version | toolchain ``3.24.37`` | ``GCCcore/12.3.0`` ``3.24.39`` | ``GCCcore/13.2.0`` ``3.24.42`` | ``GCCcore/13.3.0`` +``3.24.43`` | ``GCCcore/14.2.0`` +``3.24.43`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GTK4.md b/docs/version-specific/supported-software/g/GTK4.md index aee1aac250..22476ae3b4 100644 --- a/docs/version-specific/supported-software/g/GTK4.md +++ b/docs/version-specific/supported-software/g/GTK4.md @@ -12,7 +12,10 @@ version | toolchain --------|---------- ``4.11.3`` | ``GCC/12.2.0`` ``4.13.1`` | ``GCC/12.3.0`` +``4.13.1`` | ``GCC/13.2.0`` ``4.17.1`` | ``GCC/13.3.0`` +``4.20.2`` | ``GCCcore/14.2.0`` +``4.20.2`` | ``GCCcore/14.3.0`` ``4.7.0`` | ``GCC/11.3.0`` diff --git a/docs/version-specific/supported-software/g/GTS.md b/docs/version-specific/supported-software/g/GTS.md index bdb104342b..fcc09339a6 100644 --- a/docs/version-specific/supported-software/g/GTS.md +++ b/docs/version-specific/supported-software/g/GTS.md @@ -17,6 +17,7 @@ version | toolchain ``0.7.6`` | ``GCCcore/12.3.0`` ``0.7.6`` | ``GCCcore/13.2.0`` ``0.7.6`` | ``GCCcore/13.3.0`` +``0.7.6`` | ``GCCcore/14.2.0`` ``0.7.6`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/g/Gblocks.md b/docs/version-specific/supported-software/g/Gblocks.md index fe35107e5b..d9016dcd3f 100644 --- a/docs/version-specific/supported-software/g/Gblocks.md +++ b/docs/version-specific/supported-software/g/Gblocks.md @@ -6,7 +6,7 @@ search: Selection of conserved blocks from multiple alignments for their use in phylogenetic analysis -*homepage*: +*homepage*: version | toolchain --------|---------- diff --git a/docs/version-specific/supported-software/g/Geant4.md b/docs/version-specific/supported-software/g/Geant4.md index 75a6b3a43c..eb6e73af33 100644 --- a/docs/version-specific/supported-software/g/Geant4.md +++ b/docs/version-specific/supported-software/g/Geant4.md @@ -19,6 +19,7 @@ version | versionsuffix | toolchain ``11.2.2`` | | ``GCC/12.3.0`` ``11.3.0`` | ``-Qt5`` | ``GCC/13.2.0`` ``11.3.0`` | | ``GCC/13.2.0`` +``11.3.0`` | | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GenomeTools.md b/docs/version-specific/supported-software/g/GenomeTools.md index f854d0da33..243ca2124e 100644 --- a/docs/version-specific/supported-software/g/GenomeTools.md +++ b/docs/version-specific/supported-software/g/GenomeTools.md @@ -15,6 +15,7 @@ version | toolchain ``1.6.2`` | ``GCC/12.2.0`` ``1.6.5`` | ``GCC/12.3.0`` ``1.6.5`` | ``GCC/13.2.0`` +``1.6.5`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GeoDict.md b/docs/version-specific/supported-software/g/GeoDict.md index 4e8b2bd029..4bd0568674 100644 --- a/docs/version-specific/supported-software/g/GeoDict.md +++ b/docs/version-specific/supported-software/g/GeoDict.md @@ -13,6 +13,7 @@ version | toolchain ``2024.SP2`` | ``gmpich/2024.06`` ``2024.SP5`` | ``gmpich/2024.06`` ``2025.SP2`` | ``gmpich/2025.04`` +``2025.SP5`` | ``gmpich/2025.04`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GetOrganelle.md b/docs/version-specific/supported-software/g/GetOrganelle.md index b06c3e25cc..b5bd2eb2bf 100644 --- a/docs/version-specific/supported-software/g/GetOrganelle.md +++ b/docs/version-specific/supported-software/g/GetOrganelle.md @@ -15,6 +15,7 @@ version | toolchain ``1.7.7.0`` | ``foss/2022a`` ``1.7.7.1`` | ``foss/2023a`` ``1.7.7.1`` | ``foss/2024a`` +``1.7.7.1`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GffCompare.md b/docs/version-specific/supported-software/g/GffCompare.md index 8330331ab5..1de5a16a6a 100644 --- a/docs/version-specific/supported-software/g/GffCompare.md +++ b/docs/version-specific/supported-software/g/GffCompare.md @@ -10,6 +10,7 @@ GffCompare provides classification and reference annotation mapping and matchin version | toolchain --------|---------- +``0.12.10`` | ``GCC/14.3.0`` ``0.12.2`` | ``GCC/10.3.0`` ``0.12.6`` | ``GCC/11.2.0`` diff --git a/docs/version-specific/supported-software/g/GitPython.md b/docs/version-specific/supported-software/g/GitPython.md index 2114f73b26..a152daf0ed 100644 --- a/docs/version-specific/supported-software/g/GitPython.md +++ b/docs/version-specific/supported-software/g/GitPython.md @@ -18,6 +18,7 @@ version | toolchain ``3.1.40`` | ``GCCcore/12.3.0`` ``3.1.42`` | ``GCCcore/13.2.0`` ``3.1.43`` | ``GCCcore/13.3.0`` +``3.1.45`` | ``GCCcore/14.2.0`` ``3.1.45`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/g/GlimmerHMM.md b/docs/version-specific/supported-software/g/GlimmerHMM.md index f80169af90..ade76544ac 100644 --- a/docs/version-specific/supported-software/g/GlimmerHMM.md +++ b/docs/version-specific/supported-software/g/GlimmerHMM.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``3.0.4c`` | ``GCC/11.2.0`` ``3.0.4c`` | ``GCC/12.3.0`` +``3.0.4c`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GnuTLS.md b/docs/version-specific/supported-software/g/GnuTLS.md index f18032b497..94d6a1776b 100644 --- a/docs/version-specific/supported-software/g/GnuTLS.md +++ b/docs/version-specific/supported-software/g/GnuTLS.md @@ -15,6 +15,8 @@ version | toolchain ``3.7.8`` | ``GCCcore/11.3.0`` ``3.7.8`` | ``GCCcore/12.3.0`` ``3.7.8`` | ``GCCcore/13.3.0`` +``3.8.10`` | ``GCCcore/14.2.0`` +``3.8.10`` | ``GCCcore/14.3.0`` ``3.8.4`` | ``GCCcore/12.3.0`` diff --git a/docs/version-specific/supported-software/g/Go.md b/docs/version-specific/supported-software/g/Go.md index 301c9a1d29..610c183f2b 100644 --- a/docs/version-specific/supported-software/g/Go.md +++ b/docs/version-specific/supported-software/g/Go.md @@ -27,6 +27,7 @@ version | toolchain ``1.22.4`` | ``system`` ``1.23.6`` | ``system`` ``1.25.0`` | ``system`` +``1.25.3`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/Grace.md b/docs/version-specific/supported-software/g/Grace.md index f020411eb1..f2cfa1accf 100644 --- a/docs/version-specific/supported-software/g/Grace.md +++ b/docs/version-specific/supported-software/g/Grace.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``5.1.25`` | ``foss/2021a`` ``5.1.25`` | ``foss/2021b`` +``5.1.25`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/Gradle.md b/docs/version-specific/supported-software/g/Gradle.md index fcbe681de0..748464e96c 100644 --- a/docs/version-specific/supported-software/g/Gradle.md +++ b/docs/version-specific/supported-software/g/Gradle.md @@ -12,6 +12,7 @@ version | versionsuffix | toolchain --------|---------------|---------- ``6.9.1`` | | ``system`` ``8.14.2`` | ``-Java-17`` | ``system`` +``8.14.3`` | ``-Java-21`` | ``system`` ``8.6`` | ``-Java-17`` | ``system`` diff --git a/docs/version-specific/supported-software/g/GraphDB.md b/docs/version-specific/supported-software/g/GraphDB.md index 5e82b65909..1f354254ed 100644 --- a/docs/version-specific/supported-software/g/GraphDB.md +++ b/docs/version-specific/supported-software/g/GraphDB.md @@ -11,6 +11,7 @@ GraphDB is an enterprise ready Semantic Graph Database, compliant with W3C Stand version | toolchain --------|---------- ``10.1.5`` | ``system`` +``11.2.0`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/Graphene.md b/docs/version-specific/supported-software/g/Graphene.md index 41f821dc8b..d907943d10 100644 --- a/docs/version-specific/supported-software/g/Graphene.md +++ b/docs/version-specific/supported-software/g/Graphene.md @@ -15,6 +15,8 @@ version | toolchain ``1.10.8`` | ``GCCcore/12.3.0`` ``1.10.8`` | ``GCCcore/13.2.0`` ``1.10.8`` | ``GCCcore/13.3.0`` +``1.10.8`` | ``GCCcore/14.2.0`` +``1.10.8`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/GraphicsMagick.md b/docs/version-specific/supported-software/g/GraphicsMagick.md index 673c5706d2..1ad74964ab 100644 --- a/docs/version-specific/supported-software/g/GraphicsMagick.md +++ b/docs/version-specific/supported-software/g/GraphicsMagick.md @@ -14,6 +14,7 @@ version | toolchain ``1.3.45`` | ``GCCcore/12.3.0`` ``1.3.45`` | ``GCCcore/13.2.0`` ``1.3.45`` | ``GCCcore/13.3.0`` +``1.3.45`` | ``GCCcore/14.2.0`` ``1.3.45`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/g/Graphviz.md b/docs/version-specific/supported-software/g/Graphviz.md index 04dac35139..c32370929f 100644 --- a/docs/version-specific/supported-software/g/Graphviz.md +++ b/docs/version-specific/supported-software/g/Graphviz.md @@ -12,7 +12,9 @@ version | versionsuffix | toolchain --------|---------------|---------- ``12.2.0`` | ``-minimal`` | ``GCCcore/13.3.0`` ``12.2.0`` | | ``GCCcore/13.3.0`` +``13.1.2`` | ``-minimal`` | ``GCCcore/14.2.0`` ``13.1.2`` | ``-minimal`` | ``GCCcore/14.3.0`` +``13.1.2`` | | ``GCCcore/14.3.0`` ``2.47.2`` | | ``GCCcore/10.3.0`` ``2.50.0`` | | ``GCCcore/11.2.0`` ``5.0.0`` | | ``GCCcore/11.3.0`` diff --git a/docs/version-specific/supported-software/g/Gubbins.md b/docs/version-specific/supported-software/g/Gubbins.md index fcf7d955e0..d552fd7e1c 100644 --- a/docs/version-specific/supported-software/g/Gubbins.md +++ b/docs/version-specific/supported-software/g/Gubbins.md @@ -11,6 +11,7 @@ Gubbins (Genealogies Unbiased By recomBinations In Nucleotide Sequences) is an a version | toolchain --------|---------- ``3.3.5`` | ``foss/2022b`` +``3.3.5`` | ``foss/2023a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/Guile.md b/docs/version-specific/supported-software/g/Guile.md index 97d98bec31..3f4bf0ed65 100644 --- a/docs/version-specific/supported-software/g/Guile.md +++ b/docs/version-specific/supported-software/g/Guile.md @@ -13,6 +13,7 @@ version | toolchain ``2.0.14`` | ``GCCcore/13.3.0`` ``2.2.7`` | ``GCCcore/10.3.0`` ``3.0.10`` | ``GCCcore/13.3.0`` +``3.0.10`` | ``GCCcore/14.2.0`` ``3.0.10`` | ``GCCcore/14.3.0`` ``3.0.7`` | ``GCCcore/11.2.0`` ``3.0.8`` | ``GCCcore/11.3.0`` diff --git a/docs/version-specific/supported-software/g/Gurobi.md b/docs/version-specific/supported-software/g/Gurobi.md index df40d9ec74..b11d70950d 100644 --- a/docs/version-specific/supported-software/g/Gurobi.md +++ b/docs/version-specific/supported-software/g/Gurobi.md @@ -16,6 +16,7 @@ version | toolchain ``11.0.2`` | ``GCCcore/12.3.0`` ``12.0.0`` | ``GCCcore/13.2.0`` ``12.0.1`` | ``GCCcore/13.3.0`` +``12.0.3`` | ``GCCcore/14.2.0`` ``9.0.3`` | ``system`` ``9.1.0`` | ``system`` ``9.1.2`` | ``GCCcore/10.3.0`` diff --git a/docs/version-specific/supported-software/g/g-xtb.md b/docs/version-specific/supported-software/g/g-xtb.md new file mode 100644 index 0000000000..cdd70b03ec --- /dev/null +++ b/docs/version-specific/supported-software/g/g-xtb.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# g-xtb + +This is a preliminary version of g-xTB, a general-purpose semiempirical quantum mechanical method approximating ωB97M-V/def2-TZVPPD properties. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``1.1.0`` | ``-x86_64`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/g/g2clib.md b/docs/version-specific/supported-software/g/g2clib.md index 988005b333..0eb5a68eca 100644 --- a/docs/version-specific/supported-software/g/g2clib.md +++ b/docs/version-specific/supported-software/g/g2clib.md @@ -13,6 +13,7 @@ version | toolchain ``1.6.3`` | ``GCCcore/10.3.0`` ``1.6.3`` | ``GCCcore/11.2.0`` ``1.7.0`` | ``GCCcore/11.3.0`` +``2.3.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/g2lib.md b/docs/version-specific/supported-software/g/g2lib.md index c4b86e8db6..b7c8787cae 100644 --- a/docs/version-specific/supported-software/g/g2lib.md +++ b/docs/version-specific/supported-software/g/g2lib.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``3.2.0`` | ``GCCcore/10.3.0`` ``3.2.0`` | ``GCCcore/13.2.0`` +``4.0.0`` | ``iimkl/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/gRPC.md b/docs/version-specific/supported-software/g/gRPC.md index 86ab0b080d..f0fd01e62a 100644 --- a/docs/version-specific/supported-software/g/gRPC.md +++ b/docs/version-specific/supported-software/g/gRPC.md @@ -13,6 +13,7 @@ version | toolchain ``1.44.0`` | ``GCCcore/11.2.0`` ``1.57.0`` | ``GCCcore/12.3.0`` ``1.62.1`` | ``GCCcore/13.2.0`` +``1.76.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/gc.md b/docs/version-specific/supported-software/g/gc.md index fc18472063..5da6437fd7 100644 --- a/docs/version-specific/supported-software/g/gc.md +++ b/docs/version-specific/supported-software/g/gc.md @@ -16,6 +16,7 @@ version | toolchain ``8.2.4`` | ``GCCcore/12.3.0`` ``8.2.6`` | ``GCCcore/13.2.0`` ``8.2.6`` | ``GCCcore/13.3.0`` +``8.2.8`` | ``GCCcore/14.2.0`` ``8.2.8`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/g/gcloud.md b/docs/version-specific/supported-software/g/gcloud.md index 788b862037..5c3b155594 100644 --- a/docs/version-specific/supported-software/g/gcloud.md +++ b/docs/version-specific/supported-software/g/gcloud.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``382.0.0`` | ``system`` ``472.0.0`` | ``system`` +``548.0.0`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/gemmi.md b/docs/version-specific/supported-software/g/gemmi.md index 1772462b38..834ea49e36 100644 --- a/docs/version-specific/supported-software/g/gemmi.md +++ b/docs/version-specific/supported-software/g/gemmi.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``0.6.5`` | ``GCCcore/12.3.0`` ``0.7.1`` | ``GCC/13.3.0`` +``0.7.4`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/genozip.md b/docs/version-specific/supported-software/g/genozip.md index a1b06a0b76..98ebdf4387 100644 --- a/docs/version-specific/supported-software/g/genozip.md +++ b/docs/version-specific/supported-software/g/genozip.md @@ -11,6 +11,7 @@ Genozip is a compressor for genomic files - it compresses FASTQ, SAM/BAM/CRAM, V version | toolchain --------|---------- ``13.0.5`` | ``GCCcore/11.2.0`` +``15.0.74`` | ``GCCcore/11.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/git-lfs.md b/docs/version-specific/supported-software/g/git-lfs.md index 387b7bcda7..7a7112c390 100644 --- a/docs/version-specific/supported-software/g/git-lfs.md +++ b/docs/version-specific/supported-software/g/git-lfs.md @@ -11,6 +11,7 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos version | toolchain --------|---------- ``3.6.1`` | ``system`` +``3.7.1`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/glew.md b/docs/version-specific/supported-software/g/glew.md index 589ac2fbad..790927a19d 100644 --- a/docs/version-specific/supported-software/g/glew.md +++ b/docs/version-specific/supported-software/g/glew.md @@ -21,6 +21,8 @@ version | versionsuffix | toolchain ``2.2.0`` | ``-osmesa`` | ``GCCcore/12.3.0`` ``2.2.0`` | ``-egl`` | ``GCCcore/13.2.0`` ``2.2.0`` | ``-egl`` | ``GCCcore/13.3.0`` +``2.2.0`` | ``-egl`` | ``GCCcore/14.2.0`` +``2.2.0`` | ``-egl`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/glib-networking.md b/docs/version-specific/supported-software/g/glib-networking.md index 5124320df2..44023636b8 100644 --- a/docs/version-specific/supported-software/g/glib-networking.md +++ b/docs/version-specific/supported-software/g/glib-networking.md @@ -14,6 +14,8 @@ version | toolchain ``2.72.1`` | ``GCCcore/11.2.0`` ``2.72.1`` | ``GCCcore/11.3.0`` ``2.72.1`` | ``GCCcore/12.3.0`` +``2.80.1`` | ``GCCcore/14.2.0`` +``2.80.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/glog.md b/docs/version-specific/supported-software/g/glog.md index b0bc4b3944..4e9a7bbf35 100644 --- a/docs/version-specific/supported-software/g/glog.md +++ b/docs/version-specific/supported-software/g/glog.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``0.6.0`` | ``GCCcore/11.3.0`` ``0.6.0`` | ``GCCcore/12.2.0`` +``0.7.1`` | ``GCC/13.3.0`` +``0.7.1`` | ``GCC/14.3.0`` ``0.7.1`` | ``GCCcore/14.2.0`` diff --git a/docs/version-specific/supported-software/g/glslang-SPIRV.md b/docs/version-specific/supported-software/g/glslang-SPIRV.md index 5dc6ac24fe..547315bf7f 100644 --- a/docs/version-specific/supported-software/g/glslang-SPIRV.md +++ b/docs/version-specific/supported-software/g/glslang-SPIRV.md @@ -11,6 +11,7 @@ Glslang is the official reference compiler front end for the OpenGL ES and OpenG version | toolchain --------|---------- ``15.3.0`` | ``GCCcore/14.2.0`` +``15.4.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/gmpy2.md b/docs/version-specific/supported-software/g/gmpy2.md index b36e5a0b32..136495bbf7 100644 --- a/docs/version-specific/supported-software/g/gmpy2.md +++ b/docs/version-specific/supported-software/g/gmpy2.md @@ -19,6 +19,7 @@ version | toolchain ``2.1.5`` | ``GCC/12.3.0`` ``2.1.5`` | ``GCC/13.2.0`` ``2.2.0`` | ``GCCcore/13.3.0`` +``2.2.0`` | ``GCCcore/14.2.0`` ``2.2.0`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/g/gmsh.md b/docs/version-specific/supported-software/g/gmsh.md index ef1eb81d5f..4d411e0f0d 100644 --- a/docs/version-specific/supported-software/g/gmsh.md +++ b/docs/version-specific/supported-software/g/gmsh.md @@ -14,6 +14,7 @@ version | toolchain ``4.12.2`` | ``foss/2023a`` ``4.12.2`` | ``foss/2023b`` ``4.14.0`` | ``foss/2024a`` +``4.15.0`` | ``foss/2025a`` ``4.9.0`` | ``foss/2021a`` diff --git a/docs/version-specific/supported-software/g/gnupg-bundle.md b/docs/version-specific/supported-software/g/gnupg-bundle.md index 111eb406b8..baf1e8ffd4 100644 --- a/docs/version-specific/supported-software/g/gnupg-bundle.md +++ b/docs/version-specific/supported-software/g/gnupg-bundle.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``20240306`` | ``GCCcore/13.2.0`` ``20250519`` | ``GCCcore/13.3.0`` +``20250930`` | ``GCCcore/14.2.0`` +``20250930`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/gnuplot.md b/docs/version-specific/supported-software/g/gnuplot.md index 342b5661b2..6162361dbd 100644 --- a/docs/version-specific/supported-software/g/gnuplot.md +++ b/docs/version-specific/supported-software/g/gnuplot.md @@ -17,6 +17,8 @@ version | toolchain ``5.4.8`` | ``GCCcore/12.3.0`` ``6.0.1`` | ``GCCcore/13.2.0`` ``6.0.1`` | ``GCCcore/13.3.0`` +``6.0.3`` | ``GCCcore/14.2.0`` +``6.0.3`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/googleapis-python.md b/docs/version-specific/supported-software/g/googleapis-python.md new file mode 100644 index 0000000000..b166cdd984 --- /dev/null +++ b/docs/version-specific/supported-software/g/googleapis-python.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# googleapis-python + +Clients and tools for Google APIs in Python + +*homepage*: + +version | toolchain +--------|---------- +``2025.03`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/g/gperftools.md b/docs/version-specific/supported-software/g/gperftools.md index e044e549d4..e1eab66d2c 100644 --- a/docs/version-specific/supported-software/g/gperftools.md +++ b/docs/version-specific/supported-software/g/gperftools.md @@ -16,6 +16,7 @@ version | toolchain ``2.14`` | ``GCCcore/12.2.0`` ``2.16`` | ``GCCcore/13.3.0`` ``2.16`` | ``GCCcore/14.2.0`` +``2.17.2`` | ``GCCcore/14.3.0`` ``2.9.1`` | ``GCCcore/10.3.0`` ``2.9.1`` | ``GCCcore/11.2.0`` diff --git a/docs/version-specific/supported-software/g/graphviz-python.md b/docs/version-specific/supported-software/g/graphviz-python.md index 7233438f68..cbde86b98b 100644 --- a/docs/version-specific/supported-software/g/graphviz-python.md +++ b/docs/version-specific/supported-software/g/graphviz-python.md @@ -13,6 +13,8 @@ version | toolchain ``0.20.1`` | ``GCCcore/11.3.0`` ``0.20.1`` | ``GCCcore/12.3.0`` ``0.20.1`` | ``GCCcore/13.2.0`` +``0.21`` | ``GCCcore/13.3.0`` +``0.21`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/g/gtk-layer-shell.md b/docs/version-specific/supported-software/g/gtk-layer-shell.md new file mode 100644 index 0000000000..689ba7198a --- /dev/null +++ b/docs/version-specific/supported-software/g/gtk-layer-shell.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# gtk-layer-shell + +A library to create panels and other desktop components for Wayland using the Layer Shell protocol. GTK3 version. + +*homepage*: + +version | toolchain +--------|---------- +``0.9.2`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/g/index.md b/docs/version-specific/supported-software/g/index.md index c7e152da56..ea584b1099 100644 --- a/docs/version-specific/supported-software/g/index.md +++ b/docs/version-specific/supported-software/g/index.md @@ -8,6 +8,7 @@ search: + * [g-xtb](g-xtb.md) * [g2clib](g2clib.md) * [g2lib](g2lib.md) * [GADGET](GADGET.md) @@ -136,6 +137,7 @@ search: * [GOMC](GOMC.md) * [gomkl](gomkl.md) * [gompi](gompi.md) + * [googleapis-python](googleapis-python.md) * [googlebenchmark](googlebenchmark.md) * [googletest](googletest.md) * [GoPeaks](GoPeaks.md) @@ -185,6 +187,7 @@ search: * [GTDB-Tk](GTDB-Tk.md) * [GTK+](GTK+.md) * [gtk-doc](gtk-doc.md) + * [gtk-layer-shell](gtk-layer-shell.md) * [GTK2](GTK2.md) * [GTK3](GTK3.md) * [GTK4](GTK4.md) diff --git a/docs/version-specific/supported-software/h/HADDOCK3.md b/docs/version-specific/supported-software/h/HADDOCK3.md new file mode 100644 index 0000000000..f17d8235c7 --- /dev/null +++ b/docs/version-specific/supported-software/h/HADDOCK3.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# HADDOCK3 + +HADDOCK3 is the next generation integrative modelling software in the long-lasting HADDOCK project. It represents a complete rethinking and rewriting of the HADDOCK2.X series, implementing a new way to interact with HADDOCK and offering new features to users who can now define custom workflows. + +*homepage*: + +version | toolchain +--------|---------- +``2025.11.0`` | ``gfbf/2025a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/h/HDF-EOS2.md b/docs/version-specific/supported-software/h/HDF-EOS2.md index 07273fbf0d..72b4a859a8 100644 --- a/docs/version-specific/supported-software/h/HDF-EOS2.md +++ b/docs/version-specific/supported-software/h/HDF-EOS2.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``3.0`` | ``GCCcore/11.3.0`` ``3.0`` | ``GCCcore/13.2.0`` +``3.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HDF5.md b/docs/version-specific/supported-software/h/HDF5.md index 739295e767..85692a586f 100644 --- a/docs/version-specific/supported-software/h/HDF5.md +++ b/docs/version-specific/supported-software/h/HDF5.md @@ -34,12 +34,15 @@ version | versionsuffix | toolchain ``1.14.0`` | | ``iompi/2023a`` ``1.14.3`` | | ``gompi/2023b`` ``1.14.3`` | | ``iimpi/2023b`` +``1.14.5`` | | ``NVHPC/25.1`` ``1.14.5`` | | ``gompi/2024a`` ``1.14.5`` | | ``iimpi/2024a`` +``1.14.6`` | ``-serial`` | ``GCC/14.3.0`` ``1.14.6`` | | ``gompi/2025a`` ``1.14.6`` | | ``gompi/2025b`` ``1.14.6`` | | ``iimpi/2025a`` ``1.14.6`` | | ``iimpi/2025b`` +``1.14.6`` | | ``lompi/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HEEDS.md b/docs/version-specific/supported-software/h/HEEDS.md index dfc55e94ef..517e0e3f5c 100644 --- a/docs/version-specific/supported-software/h/HEEDS.md +++ b/docs/version-specific/supported-software/h/HEEDS.md @@ -11,6 +11,7 @@ HEEDS enables users to explore a wide range of design options and parameters, fa version | toolchain --------|---------- ``2310`` | ``system`` +``2504`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HF-Datasets.md b/docs/version-specific/supported-software/h/HF-Datasets.md index 90d64e3f17..b0e7a3fe16 100644 --- a/docs/version-specific/supported-software/h/HF-Datasets.md +++ b/docs/version-specific/supported-software/h/HF-Datasets.md @@ -13,6 +13,7 @@ version | toolchain ``2.14.4`` | ``gfbf/2022b`` ``2.18.0`` | ``gfbf/2023a`` ``3.1.0`` | ``gfbf/2023b`` +``4.0.0`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HH-suite.md b/docs/version-specific/supported-software/h/HH-suite.md index 4dcb97d1cc..c5ee9d1ef3 100644 --- a/docs/version-specific/supported-software/h/HH-suite.md +++ b/docs/version-specific/supported-software/h/HH-suite.md @@ -14,6 +14,7 @@ version | toolchain ``3.3.0`` | ``gompi/2021b`` ``3.3.0`` | ``gompi/2022a`` ``3.3.0`` | ``gompi/2023a`` +``3.3.0`` | ``gompi/2023b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HOMER.md b/docs/version-specific/supported-software/h/HOMER.md index 3235d57fe2..75cbd57900 100644 --- a/docs/version-specific/supported-software/h/HOMER.md +++ b/docs/version-specific/supported-software/h/HOMER.md @@ -13,6 +13,7 @@ version | versionsuffix | toolchain ``4.11`` | ``-R-4.3.2`` | ``foss/2023a`` ``4.11.1`` | | ``foss/2022b`` ``5.1`` | ``-R-4.3.2`` | ``foss/2023a`` +``5.1`` | ``-R-4.4.2`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HOOMD-blue.md b/docs/version-specific/supported-software/h/HOOMD-blue.md index e29fb4c2e9..f0f5248173 100644 --- a/docs/version-specific/supported-software/h/HOOMD-blue.md +++ b/docs/version-specific/supported-software/h/HOOMD-blue.md @@ -12,6 +12,7 @@ version | versionsuffix | toolchain --------|---------------|---------- ``4.0.1`` | ``-CUDA-11.7.0`` | ``foss/2022a`` ``4.0.1`` | | ``foss/2022a`` +``4.9.1`` | ``-llvm`` | ``foss/2023a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HPCG.md b/docs/version-specific/supported-software/h/HPCG.md index 38bd236478..a5015e25c3 100644 --- a/docs/version-specific/supported-software/h/HPCG.md +++ b/docs/version-specific/supported-software/h/HPCG.md @@ -22,6 +22,8 @@ version | toolchain ``3.1`` | ``intel/2022b`` ``3.1`` | ``intel/2023a`` ``3.1`` | ``intel/2025b`` +``3.1`` | ``lfoss/2025b`` +``3.1`` | ``lmpflf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HPCToolkit.md b/docs/version-specific/supported-software/h/HPCToolkit.md index 4ec702f6c2..0e214d39e8 100644 --- a/docs/version-specific/supported-software/h/HPCToolkit.md +++ b/docs/version-specific/supported-software/h/HPCToolkit.md @@ -10,6 +10,8 @@ HPCToolkit is an integrated suite of tools for measurement and analysis of progr version | versionsuffix | toolchain --------|---------------|---------- +``2025.0.1`` | ``-CUDA-12.8.0`` | ``gompi/2025a`` +``2025.0.1`` | | ``gompi/2025a`` ``2025.0.1`` | ``-CUDA-12.9.1`` | ``gompi/2025b`` ``2025.0.1`` | | ``gompi/2025b`` diff --git a/docs/version-specific/supported-software/h/HPCViewer.md b/docs/version-specific/supported-software/h/HPCViewer.md new file mode 100644 index 0000000000..7548690932 --- /dev/null +++ b/docs/version-specific/supported-software/h/HPCViewer.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# HPCViewer + +hpcviewer is a graphical user interface that interactively presents performance data in three complementary code-centric views (top-down, bottom-up, and flat), as well as a graphical view that enables one to assess performance variability across threads and processes. hpcviewer is designed to facilitate rapid top-down analysis using derived metrics that highlight scalability losses and inefficiency rather than focusing exclusively on program hot spots. + +*homepage*: + +version | toolchain +--------|---------- +``2025.2.0`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/h/HPL.md b/docs/version-specific/supported-software/h/HPL.md index c52aab9b4f..028c08ab52 100644 --- a/docs/version-specific/supported-software/h/HPL.md +++ b/docs/version-specific/supported-software/h/HPL.md @@ -45,6 +45,8 @@ version | versionsuffix | toolchain ``2.3`` | | ``intel/2025b`` ``2.3`` | | ``iomkl/2021a`` ``2.3`` | | ``iomkl/2021b`` +``2.3`` | | ``lfoss/2025b`` +``2.3`` | | ``lmpflf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HPX.md b/docs/version-specific/supported-software/h/HPX.md index a1020e1cf0..0729df95a4 100644 --- a/docs/version-specific/supported-software/h/HPX.md +++ b/docs/version-specific/supported-software/h/HPX.md @@ -11,6 +11,7 @@ HPX (High Performance ParalleX) is a general purpose C++ runtime system for par version | toolchain --------|---------- ``1.10.0`` | ``foss/2024a`` +``1.11.0`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HTSeq.md b/docs/version-specific/supported-software/h/HTSeq.md index f773f86907..8a16ca7bd9 100644 --- a/docs/version-specific/supported-software/h/HTSeq.md +++ b/docs/version-specific/supported-software/h/HTSeq.md @@ -6,13 +6,14 @@ search: HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments. -*homepage*: +*homepage*: version | toolchain --------|---------- ``0.11.3`` | ``foss/2021b`` ``2.0.2`` | ``foss/2022a`` ``2.0.7`` | ``foss/2023a`` +``2.0.9`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HeFFTe.md b/docs/version-specific/supported-software/h/HeFFTe.md index 15a6001802..55ede8bec2 100644 --- a/docs/version-specific/supported-software/h/HeFFTe.md +++ b/docs/version-specific/supported-software/h/HeFFTe.md @@ -15,6 +15,7 @@ version | versionsuffix | toolchain ``2.4.1`` | | ``foss/2023b`` ``2.4.1`` | ``-CUDA-12.6.0`` | ``foss/2024a`` ``2.4.1`` | | ``foss/2024a`` +``2.4.1`` | | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HiCMatrix.md b/docs/version-specific/supported-software/h/HiCMatrix.md index 81edb021ee..f536538ba5 100644 --- a/docs/version-specific/supported-software/h/HiCMatrix.md +++ b/docs/version-specific/supported-software/h/HiCMatrix.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``17`` | ``foss/2022a`` ``17.2`` | ``foss/2023a`` +``17.2`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/Highway.md b/docs/version-specific/supported-software/h/Highway.md index 1d9e403656..e0b387bd4c 100644 --- a/docs/version-specific/supported-software/h/Highway.md +++ b/docs/version-specific/supported-software/h/Highway.md @@ -17,6 +17,7 @@ version | toolchain ``1.0.4`` | ``GCCcore/12.3.0`` ``1.0.7`` | ``GCCcore/13.2.0`` ``1.2.0`` | ``GCCcore/13.3.0`` +``1.3.0`` | ``GCCcore/14.2.0`` ``1.3.0`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/h/Hydra.md b/docs/version-specific/supported-software/h/Hydra.md index 70e8c2370e..6e0b3798aa 100644 --- a/docs/version-specific/supported-software/h/Hydra.md +++ b/docs/version-specific/supported-software/h/Hydra.md @@ -15,6 +15,7 @@ version | versionsuffix | toolchain ``1.3.2`` | | ``GCCcore/12.3.0`` ``1.3.2`` | | ``GCCcore/13.3.0`` ``1.3.2`` | ``-with-plugins`` | ``foss/2023a`` +``1.3.2`` | ``-with-plugins`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/HyperQueue.md b/docs/version-specific/supported-software/h/HyperQueue.md index c31a7391f1..91e14a8e05 100644 --- a/docs/version-specific/supported-software/h/HyperQueue.md +++ b/docs/version-specific/supported-software/h/HyperQueue.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``0.13.0`` | ``system`` ``0.20.0`` | ``system`` +``0.24.0`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/h5py.md b/docs/version-specific/supported-software/h/h5py.md index 8af21557de..1e1137e847 100644 --- a/docs/version-specific/supported-software/h/h5py.md +++ b/docs/version-specific/supported-software/h/h5py.md @@ -13,6 +13,8 @@ version | versionsuffix | toolchain ``3.11.0`` | | ``foss/2023b`` ``3.12.1`` | | ``foss/2024a`` ``3.14.0`` | | ``foss/2025a`` +``3.14.0`` | | ``foss/2025b`` +``3.14.0`` | ``-serial`` | ``gfbf/2025b`` ``3.2.1`` | | ``foss/2021a`` ``3.2.1`` | | ``gomkl/2021a`` ``3.6.0`` | | ``foss/2021b`` diff --git a/docs/version-specific/supported-software/h/hatch-jupyter-builder.md b/docs/version-specific/supported-software/h/hatch-jupyter-builder.md index b6a29f427e..28cbea6b77 100644 --- a/docs/version-specific/supported-software/h/hatch-jupyter-builder.md +++ b/docs/version-specific/supported-software/h/hatch-jupyter-builder.md @@ -14,6 +14,7 @@ version | toolchain ``0.9.1`` | ``GCCcore/13.2.0`` ``0.9.1`` | ``GCCcore/13.3.0`` ``0.9.1`` | ``GCCcore/14.2.0`` +``0.9.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/hatchling.md b/docs/version-specific/supported-software/h/hatchling.md index 47508d592f..a19af7de1b 100644 --- a/docs/version-specific/supported-software/h/hatchling.md +++ b/docs/version-specific/supported-software/h/hatchling.md @@ -14,6 +14,7 @@ version | toolchain ``1.18.0`` | ``GCCcore/12.3.0`` ``1.18.0`` | ``GCCcore/13.2.0`` ``1.24.2`` | ``GCCcore/13.3.0`` +``1.27.0`` | ``GCCcore/13.3.0`` ``1.27.0`` | ``GCCcore/14.2.0`` ``1.27.0`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/h/helix.md b/docs/version-specific/supported-software/h/helix.md new file mode 100644 index 0000000000..3b44a7c245 --- /dev/null +++ b/docs/version-specific/supported-software/h/helix.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# helix + +A Kakoune / Neovim inspired editor, written in Rust. + +*homepage*: + +version | toolchain +--------|---------- +``25.07.1`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/h/hictk.md b/docs/version-specific/supported-software/h/hictk.md new file mode 100644 index 0000000000..2b7de07e79 --- /dev/null +++ b/docs/version-specific/supported-software/h/hictk.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# hictk + +hictk is a blazing fast toolkit to work with .hic and .cool files. + +*homepage*: + +version | toolchain +--------|---------- +``2.1.4`` | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/h/hifiasm.md b/docs/version-specific/supported-software/h/hifiasm.md index 605964855e..87f33f6d94 100644 --- a/docs/version-specific/supported-software/h/hifiasm.md +++ b/docs/version-specific/supported-software/h/hifiasm.md @@ -15,6 +15,7 @@ version | toolchain ``0.19.5`` | ``GCCcore/11.2.0`` ``0.19.7`` | ``GCCcore/12.2.0`` ``0.23.0`` | ``GCCcore/13.2.0`` +``0.25.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/hiredis.md b/docs/version-specific/supported-software/h/hiredis.md index 8ac4cc3807..2edf3c6632 100644 --- a/docs/version-specific/supported-software/h/hiredis.md +++ b/docs/version-specific/supported-software/h/hiredis.md @@ -16,6 +16,7 @@ version | toolchain ``1.2.0`` | ``GCCcore/12.3.0`` ``1.2.0`` | ``GCCcore/13.2.0`` ``1.2.0`` | ``GCCcore/13.3.0`` +``1.3.0`` | ``GCCcore/14.2.0`` ``1.3.0`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/h/hpc-container-wrapper.md b/docs/version-specific/supported-software/h/hpc-container-wrapper.md index d6bf1fe826..2b507ecd50 100644 --- a/docs/version-specific/supported-software/h/hpc-container-wrapper.md +++ b/docs/version-specific/supported-software/h/hpc-container-wrapper.md @@ -10,6 +10,7 @@ hpc-container-wrapper (formerly known as Tykky) is a tool for wrapping a softwar version | toolchain --------|---------- +``0.4.2`` | ``GCCcore/13.3.0`` ``0.4.2`` | ``system`` diff --git a/docs/version-specific/supported-software/h/humann.md b/docs/version-specific/supported-software/h/humann.md index 96070fabe5..f538e662d8 100644 --- a/docs/version-specific/supported-software/h/humann.md +++ b/docs/version-specific/supported-software/h/humann.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``3.6`` | ``foss/2022a`` ``3.9`` | ``foss/2023a`` +``3.9`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/hunspell.md b/docs/version-specific/supported-software/h/hunspell.md index c0c7b281c3..0e224b2270 100644 --- a/docs/version-specific/supported-software/h/hunspell.md +++ b/docs/version-specific/supported-software/h/hunspell.md @@ -14,6 +14,8 @@ version | toolchain ``1.7.1`` | ``GCCcore/11.3.0`` ``1.7.2`` | ``GCCcore/12.3.0`` ``1.7.2`` | ``GCCcore/13.2.0`` +``1.7.2`` | ``GCCcore/13.3.0`` +``1.7.2`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/h/hwloc-CUDA.md b/docs/version-specific/supported-software/h/hwloc-CUDA.md new file mode 100644 index 0000000000..4a860a8b0d --- /dev/null +++ b/docs/version-specific/supported-software/h/hwloc-CUDA.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# hwloc-CUDA + +The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering information about modern computing hardware so as to exploit it accordingly and efficiently. This provides the CUDA and NVML plugins for hwloc + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``2.11.2`` | ``-CUDA-12.8.0`` | ``GCCcore/14.2.0`` +``2.12.1`` | ``-CUDA-12.9.1`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/h/index.md b/docs/version-specific/supported-software/h/index.md index 84b6acc9ab..f0d13db4b5 100644 --- a/docs/version-specific/supported-software/h/index.md +++ b/docs/version-specific/supported-software/h/index.md @@ -13,6 +13,7 @@ search: * [h5netcdf](h5netcdf.md) * [h5py](h5py.md) * [h5pyd](h5pyd.md) + * [HADDOCK3](HADDOCK3.md) * [hampel](hampel.md) * [HarfBuzz](HarfBuzz.md) * [harvest-tools](harvest-tools.md) @@ -31,6 +32,7 @@ search: * [hector](hector.md) * [HEEDS](HEEDS.md) * [HeFFTe](HeFFTe.md) + * [helix](helix.md) * [help2man](help2man.md) * [HepMC](HepMC.md) * [HepMC3](HepMC3.md) @@ -42,6 +44,7 @@ search: * [hic-straw](hic-straw.md) * [HiCExplorer](HiCExplorer.md) * [HiCMatrix](HiCMatrix.md) + * [hictk](hictk.md) * [HiCTools](HiCTools.md) * [hifiasm](hifiasm.md) * [HighFive](HighFive.md) @@ -67,6 +70,7 @@ search: * [HPCC](HPCC.md) * [HPCG](HPCG.md) * [HPCToolkit](HPCToolkit.md) + * [HPCViewer](HPCViewer.md) * [HPL](HPL.md) * [HPX](HPX.md) * [htop](htop.md) @@ -78,6 +82,7 @@ search: * [humann](humann.md) * [hunspell](hunspell.md) * [hwloc](hwloc.md) + * [hwloc-CUDA](hwloc-CUDA.md) * [Hybpiper](Hybpiper.md) * [Hydra](Hydra.md) * [Hyperopt](Hyperopt.md) diff --git a/docs/version-specific/supported-software/i/IDBA-UD.md b/docs/version-specific/supported-software/i/IDBA-UD.md index a9656868ec..4634ef1448 100644 --- a/docs/version-specific/supported-software/i/IDBA-UD.md +++ b/docs/version-specific/supported-software/i/IDBA-UD.md @@ -14,6 +14,7 @@ version | toolchain ``1.1.3`` | ``GCC/11.2.0`` ``1.1.3`` | ``GCCcore/12.3.0`` ``1.1.3`` | ``GCCcore/13.2.0`` +``1.1.3`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/i/IGMPlot.md b/docs/version-specific/supported-software/i/IGMPlot.md index 3887f3de8e..43d10b4fa9 100644 --- a/docs/version-specific/supported-software/i/IGMPlot.md +++ b/docs/version-specific/supported-software/i/IGMPlot.md @@ -11,6 +11,7 @@ IGMPlot is a free open-source program developed to identify molecular interactio version | toolchain --------|---------- ``2.6.9b`` | ``GCC/11.2.0`` +``3.17`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/i/IMAS-Data-Dictionary.md b/docs/version-specific/supported-software/i/IMAS-Data-Dictionary.md index ea93a1dbed..04166f6153 100644 --- a/docs/version-specific/supported-software/i/IMAS-Data-Dictionary.md +++ b/docs/version-specific/supported-software/i/IMAS-Data-Dictionary.md @@ -11,6 +11,7 @@ IMAS Data Dictionary definitions version | toolchain --------|---------- ``3.42.2`` | ``GCCcore/13.2.0`` +``4.1.0`` | ``GCCcore/13.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/i/IMAS-ParaView.md b/docs/version-specific/supported-software/i/IMAS-ParaView.md new file mode 100644 index 0000000000..2582442df0 --- /dev/null +++ b/docs/version-specific/supported-software/i/IMAS-ParaView.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# IMAS-ParaView + +ParaView plugin to convert GGD structures to VTK + +*homepage*: + +version | toolchain +--------|---------- +``2.1.0`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/i/IQ-TREE.md b/docs/version-specific/supported-software/i/IQ-TREE.md index 6a040fe16b..bbe1eb8354 100644 --- a/docs/version-specific/supported-software/i/IQ-TREE.md +++ b/docs/version-specific/supported-software/i/IQ-TREE.md @@ -18,6 +18,9 @@ version | toolchain ``2.2.2.7`` | ``gompi/2023a`` ``2.3.5`` | ``gompi/2023a`` ``2.3.6`` | ``gompi/2023a`` +``2.3.6`` | ``gompi/2023b`` +``2.4.0`` | ``gompi/2024a`` +``3.0.1`` | ``gompi/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/i/ITK.md b/docs/version-specific/supported-software/i/ITK.md index e8c1a56c3a..c008ddd118 100644 --- a/docs/version-specific/supported-software/i/ITK.md +++ b/docs/version-specific/supported-software/i/ITK.md @@ -16,6 +16,8 @@ version | toolchain ``5.3.0`` | ``foss/2022b`` ``5.3.0`` | ``foss/2023a`` ``5.4.0`` | ``foss/2023b`` +``5.4.4`` | ``foss/2024a`` +``5.4.5`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/i/ITSTool.md b/docs/version-specific/supported-software/i/ITSTool.md index 3bbbbe466c..6838b584b2 100644 --- a/docs/version-specific/supported-software/i/ITSTool.md +++ b/docs/version-specific/supported-software/i/ITSTool.md @@ -13,6 +13,7 @@ version | toolchain ``2.0.7`` | ``GCCcore/11.3.0`` ``2.0.7`` | ``GCCcore/12.3.0`` ``2.0.7`` | ``GCCcore/13.2.0`` +``2.0.7`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/i/ImageMagick.md b/docs/version-specific/supported-software/i/ImageMagick.md index 5aded6229f..56141bb256 100644 --- a/docs/version-specific/supported-software/i/ImageMagick.md +++ b/docs/version-specific/supported-software/i/ImageMagick.md @@ -18,6 +18,7 @@ version | toolchain ``7.1.1-34`` | ``GCCcore/13.2.0`` ``7.1.1-38`` | ``GCCcore/13.3.0`` ``7.1.1-47`` | ``GCCcore/14.2.0`` +``7.1.2-7`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/i/InChI.md b/docs/version-specific/supported-software/i/InChI.md index 1a60d619b6..3e990bdd6b 100644 --- a/docs/version-specific/supported-software/i/InChI.md +++ b/docs/version-specific/supported-software/i/InChI.md @@ -11,6 +11,7 @@ The IUPAC International Chemical Identifier (InChI TM) is a non-proprietary iden version | toolchain --------|---------- ``1.06`` | ``GCC/10.3.0`` +``1.07.4`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/i/ichorCNA.md b/docs/version-specific/supported-software/i/ichorCNA.md index b42963baba..08ceedc7f9 100644 --- a/docs/version-specific/supported-software/i/ichorCNA.md +++ b/docs/version-specific/supported-software/i/ichorCNA.md @@ -8,9 +8,10 @@ ichorCNA is a tool for estimating the fraction of tumor in cell-free DNA from ul *homepage*: -version | toolchain ---------|---------- -``0.3.2-20191219`` | ``foss/2023a`` +version | versionsuffix | toolchain +--------|---------------|---------- +``0.3.2-20191219`` | | ``foss/2023a`` +``0.5.1-20240609`` | ``-R-4.4.1`` | ``foss/2023b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/i/igraph.md b/docs/version-specific/supported-software/i/igraph.md index 30d5bd3093..cf64dd2fdc 100644 --- a/docs/version-specific/supported-software/i/igraph.md +++ b/docs/version-specific/supported-software/i/igraph.md @@ -13,6 +13,7 @@ version | toolchain ``0.10.10`` | ``foss/2023a`` ``0.10.12`` | ``foss/2023b`` ``0.10.16`` | ``foss/2024a`` +``0.10.17`` | ``foss/2025a`` ``0.10.3`` | ``foss/2022a`` ``0.10.6`` | ``foss/2022b`` ``0.9.4`` | ``foss/2021a`` diff --git a/docs/version-specific/supported-software/i/imageio.md b/docs/version-specific/supported-software/i/imageio.md index b943a1e47c..50824b8377 100644 --- a/docs/version-specific/supported-software/i/imageio.md +++ b/docs/version-specific/supported-software/i/imageio.md @@ -17,6 +17,7 @@ version | toolchain ``2.33.1`` | ``gfbf/2023a`` ``2.34.1`` | ``gfbf/2023b`` ``2.36.1`` | ``gfbf/2024a`` +``2.37.0`` | ``gfbf/2025a`` ``2.37.0`` | ``gfbf/2025b`` diff --git a/docs/version-specific/supported-software/i/imbalanced-learn.md b/docs/version-specific/supported-software/i/imbalanced-learn.md index d750436a77..0d206c2bd6 100644 --- a/docs/version-specific/supported-software/i/imbalanced-learn.md +++ b/docs/version-specific/supported-software/i/imbalanced-learn.md @@ -14,6 +14,8 @@ version | toolchain ``0.12.3`` | ``gfbf/2022b`` ``0.12.3`` | ``gfbf/2023a`` ``0.12.4`` | ``gfbf/2023b`` +``0.12.4`` | ``gfbf/2024a`` +``0.14.0`` | ``gfbf/2024a`` ``0.9.0`` | ``foss/2021b`` diff --git a/docs/version-specific/supported-software/i/index.md b/docs/version-specific/supported-software/i/index.md index 012140ece6..279b7814e6 100644 --- a/docs/version-specific/supported-software/i/index.md +++ b/docs/version-specific/supported-software/i/index.md @@ -35,6 +35,7 @@ search: * [ImageMagick](ImageMagick.md) * [imake](imake.md) * [IMAS-Data-Dictionary](IMAS-Data-Dictionary.md) + * [IMAS-ParaView](IMAS-ParaView.md) * [IMAS-Python](IMAS-Python.md) * [IMAS-Validator](IMAS-Validator.md) * [Imath](Imath.md) @@ -70,16 +71,19 @@ search: * [intervaltree](intervaltree.md) * [intervaltree-python](intervaltree-python.md) * [intltool](intltool.md) + * [intronProspector](intronProspector.md) * [iodata](iodata.md) * [iomkl](iomkl.md) * [iompi](iompi.md) * [IonQuant](IonQuant.md) * [IOR](IOR.md) + * [ip](ip.md) * [iperf](iperf.md) * [ipp](ipp.md) * [ipympl](ipympl.md) * [ipyparallel](ipyparallel.md) * [IPython](IPython.md) + * [ipywidgets](ipywidgets.md) * [IQ-TREE](IQ-TREE.md) * [Iris](Iris.md) * [IRkernel](IRkernel.md) @@ -88,6 +92,7 @@ search: * [ISCE2](ISCE2.md) * [ISL](ISL.md) * [IsoformSwitchAnalyzeR](IsoformSwitchAnalyzeR.md) + * [isONclust3](isONclust3.md) * [IsoQuant](IsoQuant.md) * [IsoSeq](IsoSeq.md) * [ispc](ispc.md) diff --git a/docs/version-specific/supported-software/i/inih.md b/docs/version-specific/supported-software/i/inih.md index 027d830974..6cbdc1f0fe 100644 --- a/docs/version-specific/supported-software/i/inih.md +++ b/docs/version-specific/supported-software/i/inih.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``57`` | ``GCCcore/12.3.0`` ``58`` | ``GCCcore/13.3.0`` +``60`` | ``GCCcore/14.2.0`` ``60`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/i/intel-XED.md b/docs/version-specific/supported-software/i/intel-XED.md index b38df046eb..94cf2d2a59 100644 --- a/docs/version-specific/supported-software/i/intel-XED.md +++ b/docs/version-specific/supported-software/i/intel-XED.md @@ -11,6 +11,7 @@ The Intel X86 Encoder Decoder (Intel XED) is a software library (and associated version | toolchain --------|---------- ``2025.03.02`` | ``GCCcore/13.3.0`` +``2025.06.08`` | ``GCCcore/14.2.0`` ``2025.06.08`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/i/intel-compilers.md b/docs/version-specific/supported-software/i/intel-compilers.md index d6b7029e7a..9c861eb77f 100644 --- a/docs/version-specific/supported-software/i/intel-compilers.md +++ b/docs/version-specific/supported-software/i/intel-compilers.md @@ -35,6 +35,7 @@ version | versionsuffix | toolchain ``2025.2.0`` | ``-CUDA-12.9.0`` | ``system`` ``2025.2.0`` | | ``system`` ``2025.2.1`` | | ``system`` +``2025.3.0`` | | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/i/intel-mbuild.md b/docs/version-specific/supported-software/i/intel-mbuild.md index a901db1689..dfef78f082 100644 --- a/docs/version-specific/supported-software/i/intel-mbuild.md +++ b/docs/version-specific/supported-software/i/intel-mbuild.md @@ -11,6 +11,7 @@ python-based build system used for building XED version | toolchain --------|---------- ``2024.11.04`` | ``GCCcore/13.3.0`` +``2024.11.04`` | ``GCCcore/14.2.0`` ``2024.11.04`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/i/intronProspector.md b/docs/version-specific/supported-software/i/intronProspector.md new file mode 100644 index 0000000000..91025622bf --- /dev/null +++ b/docs/version-specific/supported-software/i/intronProspector.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# intronProspector + +Identify putative introns in RNA-Seq alignments in BAM/SAM alignments. + +*homepage*: + +version | toolchain +--------|---------- +``1.4.0`` | ``GCC/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/i/iodata.md b/docs/version-specific/supported-software/i/iodata.md index 7e8fc11a1c..02304c4d70 100644 --- a/docs/version-specific/supported-software/i/iodata.md +++ b/docs/version-specific/supported-software/i/iodata.md @@ -13,6 +13,8 @@ version | toolchain ``1.0.0a2`` | ``intel/2022a`` ``1.0.0a5`` | ``foss/2023a`` ``1.0.0a5`` | ``foss/2023b`` +``1.0.0a8`` | ``foss/2024a`` +``1.0.0a8`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/i/ip.md b/docs/version-specific/supported-software/i/ip.md new file mode 100644 index 0000000000..a8bfdfed0a --- /dev/null +++ b/docs/version-specific/supported-software/i/ip.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# ip + +This library performs binary I/O for the NCEP models, processing formatted and unformatted byte-addressable data records, and helping transform little endian files into big endian files. + +*homepage*: + +version | toolchain +--------|---------- +``5.4.0`` | ``iimkl/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/i/ipympl.md b/docs/version-specific/supported-software/i/ipympl.md index 4e8edec24c..09f324ead6 100644 --- a/docs/version-specific/supported-software/i/ipympl.md +++ b/docs/version-specific/supported-software/i/ipympl.md @@ -14,6 +14,7 @@ version | toolchain ``0.9.3`` | ``gfbf/2023a`` ``0.9.4`` | ``gfbf/2023b`` ``0.9.7`` | ``gfbf/2024a`` +``0.9.8`` | ``gfbf/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/i/ipywidgets.md b/docs/version-specific/supported-software/i/ipywidgets.md new file mode 100644 index 0000000000..3bfcc046b3 --- /dev/null +++ b/docs/version-specific/supported-software/i/ipywidgets.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# ipywidgets + +Jupyter Widgets are interactive browser controls for Jupyter notebooks + +*homepage*: + +version | toolchain +--------|---------- +``8.1.2`` | ``GCCcore/13.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/i/isONclust3.md b/docs/version-specific/supported-software/i/isONclust3.md new file mode 100644 index 0000000000..4145d1f40d --- /dev/null +++ b/docs/version-specific/supported-software/i/isONclust3.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# isONclust3 + +isONclust3: Scalable and accurate clustering of long-read transcriptome data. + +*homepage*: + +version | toolchain +--------|---------- +``0.3.0`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/index.md b/docs/version-specific/supported-software/index.md index 6c5023b4a7..91a9784ccc 100644 --- a/docs/version-specific/supported-software/index.md +++ b/docs/version-specific/supported-software/index.md @@ -6,7 +6,7 @@ search: *(quick links: [0](./0/index.md) - [a](./a/index.md) - [b](./b/index.md) - [c](./c/index.md) - [d](./d/index.md) - [e](./e/index.md) - [f](./f/index.md) - [g](./g/index.md) - [h](./h/index.md) - [i](./i/index.md) - [j](./j/index.md) - [k](./k/index.md) - [l](./l/index.md) - [m](./m/index.md) - [n](./n/index.md) - [o](./o/index.md) - [p](./p/index.md) - [q](./q/index.md) - [r](./r/index.md) - [s](./s/index.md) - [t](./t/index.md) - [u](./u/index.md) - [v](./v/index.md) - [w](./w/index.md) - [x](./x/index.md) - [y](./y/index.md) - [z](./z/index.md))* -EasyBuild supports 2917 different software packages (incl. toolchains, bundles): +EasyBuild supports 3096 different software packages (incl. toolchains, bundles): * [0](0/index.md) * [4ti2](0/4ti2.md) @@ -19,6 +19,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [ABySS](a/ABySS.md) * [accelerate](a/accelerate.md) * [ack](a/ack.md) + * [acpype](a/acpype.md) * [ACTC](a/ACTC.md) * [AdapterRemoval](a/AdapterRemoval.md) * [adjustText](a/adjustText.md) @@ -32,6 +33,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [AGeNT](a/AGeNT.md) * [AICSImageIO](a/AICSImageIO.md) * [aiida-core](a/aiida-core.md) + * [aiida-shell](a/aiida-shell.md) * [aiohttp](a/aiohttp.md) * [ALAMODE](a/ALAMODE.md) * [Albumentations](a/Albumentations.md) @@ -44,6 +46,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [AlphaPulldown](a/AlphaPulldown.md) * [alsa-lib](a/alsa-lib.md) * [AMAPVox](a/AMAPVox.md) + * [AMAS](a/AMAS.md) * [Amber](a/Amber.md) * [AmberTools](a/AmberTools.md) * [AMD-uProf](a/AMD-uProf.md) @@ -61,10 +64,11 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [ANIcalculator](a/ANIcalculator.md) * [anndata](a/anndata.md) * [Annocript](a/Annocript.md) - * [annovar](a/annovar.md) + * [ANNOVAR](a/ANNOVAR.md) * [ANSYS](a/ANSYS.md) * [ant](a/ant.md) * [ANTIC](a/ANTIC.md) + * [antiword](a/antiword.md) * [ANTLR](a/ANTLR.md) * [ANTs](a/ANTs.md) * [ANTx2](a/ANTx2.md) @@ -76,6 +80,8 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [APOST3D](a/APOST3D.md) * [APR](a/APR.md) * [APR-util](a/APR-util.md) + * [AptaSUITE](a/AptaSUITE.md) + * [aqme](a/aqme.md) * [ARAGORN](a/ARAGORN.md) * [Arb](a/Arb.md) * [Arcade-Learning-Environment](a/Arcade-Learning-Environment.md) @@ -109,6 +115,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [asv](a/asv.md) * [at-spi2-atk](a/at-spi2-atk.md) * [at-spi2-core](a/at-spi2-core.md) + * [ATAT](a/ATAT.md) * [ATK](a/ATK.md) * [Atomsk](a/Atomsk.md) * [atools](a/atools.md) @@ -122,20 +129,24 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [autoCAS](a/autoCAS.md) * [Autoconf](a/Autoconf.md) * [Autoconf-archive](a/Autoconf-archive.md) + * [Autocycler](a/Autocycler.md) * [AutoDock](a/AutoDock.md) * [AutoDock-GPU](a/AutoDock-GPU.md) * [AutoDock-Vina](a/AutoDock-Vina.md) * [Automake](a/Automake.md) * [autopep8](a/autopep8.md) + * [autoplotly](a/autoplotly.md) * [Autotools](a/Autotools.md) * [Avogadro2](a/Avogadro2.md) * [avro-cpp](a/avro-cpp.md) + * [AWS-SDK](a/AWS-SDK.md) * [awscli](a/awscli.md) * [Ax](a/Ax.md) * [b](b/index.md) * [BA3-SNPS-autotune](b/BA3-SNPS-autotune.md) * [BabelStream](b/BabelStream.md) * [babl](b/babl.md) + * [bacio](b/bacio.md) * [Bader](b/Bader.md) * [BAGEL](b/BAGEL.md) * [bakta](b/bakta.md) @@ -161,6 +172,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [Bazel](b/Bazel.md) * [bbFTP](b/bbFTP.md) * [BBMap](b/BBMap.md) + * [BBTools](b/BBTools.md) * [bcbio-gff](b/bcbio-gff.md) * [BCFtools](b/BCFtools.md) * [bcgTree](b/bcgTree.md) @@ -170,7 +182,9 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [BDBag](b/BDBag.md) * [Beagle](b/Beagle.md) * [beagle-lib](b/beagle-lib.md) + * [Bear](b/Bear.md) * [Beast](b/Beast.md) + * [BEAST-X](b/BEAST-X.md) * [BeautifulSoup](b/BeautifulSoup.md) * [BEDOPS](b/BEDOPS.md) * [BEDTools](b/BEDTools.md) @@ -246,6 +260,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [Brotli-python](b/Brotli-python.md) * [Brunsli](b/Brunsli.md) * [bsddb3](b/bsddb3.md) + * [bshoshany-thread-pool](b/bshoshany-thread-pool.md) * [btllib](b/btllib.md) * [btop](b/btop.md) * [build](b/build.md) @@ -263,14 +278,17 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [bzip2](b/bzip2.md) * [c](c/index.md) * [c-ares](c/c-ares.md) + * [caddy](c/caddy.md) * [CAESES](c/CAESES.md) * [cairo](c/cairo.md) * [cairomm](c/cairomm.md) * [CalculiX-CrunchiX](c/CalculiX-CrunchiX.md) + * [camp](c/camp.md) * [CAMPARI](c/CAMPARI.md) * [Cantera](c/Cantera.md) * [canu](c/canu.md) * [CapnProto](c/CapnProto.md) + * [Capstone](c/Capstone.md) * [captum](c/captum.md) * [cargo-c](c/cargo-c.md) * [Cartopy](c/Cartopy.md) @@ -360,6 +378,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [clearml](c/clearml.md) * [CLEASE](c/CLEASE.md) * [CLHEP](c/CLHEP.md) + * [CLI11](c/CLI11.md) * [climate-indices](c/climate-indices.md) * [CliMetLab](c/CliMetLab.md) * [Cling](c/Cling.md) @@ -380,6 +399,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [cmocean](c/cmocean.md) * [cmph](c/cmph.md) * [CMSeq](c/CMSeq.md) + * [cnpy](c/cnpy.md) * [CNVkit](c/CNVkit.md) * [cnvpytor](c/cnvpytor.md) * [COAWST-deps](c/COAWST-deps.md) @@ -389,6 +409,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [code-cli](c/code-cli.md) * [code-server](c/code-server.md) * [CodingQuarry](c/CodingQuarry.md) + * [CodonTransformer](c/CodonTransformer.md) * [Cogent](c/Cogent.md) * [Coin](c/Coin.md) * [CoinUtils](c/CoinUtils.md) @@ -396,6 +417,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [COLMAP](c/COLMAP.md) * [colorize](c/colorize.md) * [colossalai](c/colossalai.md) + * [colour](c/colour.md) * [columba](c/columba.md) * [COMEBin](c/COMEBin.md) * [CompareM](c/CompareM.md) @@ -406,6 +428,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [conan](c/conan.md) * [CONCOCT](c/CONCOCT.md) * [Concorde](c/Concorde.md) + * [concurrentqueue](c/concurrentqueue.md) * [ConcurrentVersionsSystem](c/ConcurrentVersionsSystem.md) * [configurable-http-proxy](c/configurable-http-proxy.md) * [CONN](c/CONN.md) @@ -423,6 +446,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [CORSIKA](c/CORSIKA.md) * [COSTA](c/COSTA.md) * [CoSymLib](c/CoSymLib.md) + * [cotainr](c/cotainr.md) * [coverage](c/coverage.md) * [cowsay](c/cowsay.md) * [coxeter](c/coxeter.md) @@ -454,6 +478,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [cryoDRGN](c/cryoDRGN.md) * [crypt4gh](c/crypt4gh.md) * [cryptography](c/cryptography.md) + * [CRYSTAL](c/CRYSTAL.md) * [CrystFEL](c/CrystFEL.md) * [CSBDeep](c/CSBDeep.md) * [CSBLAST](c/CSBLAST.md) @@ -466,6 +491,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [CubeGUI](c/CubeGUI.md) * [CubeLib](c/CubeLib.md) * [CubeWriter](c/CubeWriter.md) + * [cuBLASMp](c/cuBLASMp.md) * [CUDA](c/CUDA.md) * [CUDA-Python](c/CUDA-Python.md) * [CUDA-Samples](c/CUDA-Samples.md) @@ -474,11 +500,13 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [CUDD](c/CUDD.md) * [cuDNN](c/cuDNN.md) * [Cufflinks](c/Cufflinks.md) + * [cuFFTMp](c/cuFFTMp.md) * [CUnit](c/CUnit.md) * [CuPy](c/CuPy.md) * [cuQuantum](c/cuQuantum.md) * [cURL](c/cURL.md) * [currentNe](c/currentNe.md) + * [cuSOLVERMp](c/cuSOLVERMp.md) * [cuSPARSELt](c/cuSPARSELt.md) * [cutadapt](c/cutadapt.md) * [cuTENSOR](c/cuTENSOR.md) @@ -506,8 +534,10 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [dask](d/dask.md) * [dask-labextension](d/dask-labextension.md) * [Dask-ML](d/Dask-ML.md) + * [dask-mpi](d/dask-mpi.md) * [datalad](d/datalad.md) * [datamash](d/datamash.md) + * [dav1d](d/dav1d.md) * [DB](d/DB.md) * [DB_File](d/DB_File.md) * [DBCSR](d/DBCSR.md) @@ -520,6 +550,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [dcm2niix](d/dcm2niix.md) * [DCMTK](d/DCMTK.md) * [deal.II](d/deal.II.md) + * [debugpy](d/debugpy.md) * [DECAF-synthetic-data](d/DECAF-synthetic-data.md) * [decona](d/decona.md) * [deepdiff](d/deepdiff.md) @@ -538,6 +569,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [denseweight](d/denseweight.md) * [DensPart](d/DensPart.md) * [Deprecated](d/Deprecated.md) + * [deprecation](d/deprecation.md) * [desktop-file-utils](d/desktop-file-utils.md) * [Detectron2](d/Detectron2.md) * [DETONATE](d/DETONATE.md) @@ -561,6 +593,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [dill](d/dill.md) * [DIRAC](d/DIRAC.md) * [DistributedStream](d/DistributedStream.md) + * [DIVEMesh](d/DIVEMesh.md) * [DjVuLibre](d/DjVuLibre.md) * [DL_POLY_4](d/DL_POLY_4.md) * [DL_POLY_Classic_GUI](d/DL_POLY_Classic_GUI.md) @@ -577,6 +610,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [dorado](d/dorado.md) * [dotNET-Core](d/dotNET-Core.md) * [double-conversion](d/double-conversion.md) + * [double-down](d/double-down.md) * [DoubletFinder](d/DoubletFinder.md) * [Doxygen](d/Doxygen.md) * [DP3](d/DP3.md) @@ -588,6 +622,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [DROP](d/DROP.md) * [dssp](d/dssp.md) * [Dsuite](d/Dsuite.md) + * [dtc](d/dtc.md) * [dtcmp](d/dtcmp.md) * [DualSPHysics](d/DualSPHysics.md) * [dub](d/dub.md) @@ -598,6 +633,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [DyMat](d/DyMat.md) * [dynesty](d/dynesty.md) * [Dyninst](d/Dyninst.md) + * [dysco](d/dysco.md) * [e](e/index.md) * [E-ANTIC](e/E-ANTIC.md) * [e3nn](e/e3nn.md) @@ -605,7 +641,9 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [easi](e/easi.md) * [EasyBuild](e/EasyBuild.md) * [EasyMocap](e/EasyMocap.md) + * [EasyPQP](e/EasyPQP.md) * [ebGSEA](e/ebGSEA.md) + * [EBSeq](e/EBSeq.md) * [ecBuild](e/ecBuild.md) * [ecCodes](e/ecCodes.md) * [ECL](e/ECL.md) @@ -645,6 +683,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [enchant-2](e/enchant-2.md) * [EnergyPlus](e/EnergyPlus.md) * [ensmallen](e/ensmallen.md) + * [EntrezDirect](e/EntrezDirect.md) * [epct](e/epct.md) * [epiScanpy](e/epiScanpy.md) * [EpiSCORE](e/EpiSCORE.md) @@ -660,6 +699,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [ETE](e/ETE.md) * [etils](e/etils.md) * [EUKulele](e/EUKulele.md) + * [eumdac](e/eumdac.md) * [evaluate](e/evaluate.md) * [EVcouplings](e/EVcouplings.md) * [Evcxr-REPL](e/Evcxr-REPL.md) @@ -671,6 +711,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [EvoDiff](e/EvoDiff.md) * [EvtGen](e/EvtGen.md) * [ExaML](e/ExaML.md) + * [Excel-Writer-XLSX](e/Excel-Writer-XLSX.md) * [exiv2](e/exiv2.md) * [Exonerate](e/Exonerate.md) * [expat](e/expat.md) @@ -688,6 +729,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [face-recognition](f/face-recognition.md) * [Faiss](f/Faiss.md) * [FALL3D](f/FALL3D.md) + * [fast_float](f/fast_float.md) * [FASTA](f/FASTA.md) * [fasta-reader](f/fasta-reader.md) * [fastahack](f/fastahack.md) @@ -717,6 +759,13 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [FDS](f/FDS.md) * [FEBio](f/FEBio.md) * [feh](f/feh.md) + * [FEniCS-Basix](f/FEniCS-Basix.md) + * [FEniCS-Basix-Python](f/FEniCS-Basix-Python.md) + * [FEniCS-DOLFINx](f/FEniCS-DOLFINx.md) + * [FEniCS-DOLFINx-Python](f/FEniCS-DOLFINx-Python.md) + * [FEniCS-FFCx](f/FEniCS-FFCx.md) + * [FEniCS-ufcx](f/FEniCS-ufcx.md) + * [FEniCS-UFL](f/FEniCS-UFL.md) * [fermi-lite](f/fermi-lite.md) * [Ferret](f/Ferret.md) * [festival](f/festival.md) @@ -725,12 +774,14 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [FFmpeg](f/FFmpeg.md) * [ffnvcodec](f/ffnvcodec.md) * [fftlib](f/fftlib.md) + * [FFTS](f/FFTS.md) * [FFTW](f/FFTW.md) * [FFTW.MPI](f/FFTW.MPI.md) * [fgbio](f/fgbio.md) * [FHI-aims](f/FHI-aims.md) * [Fiji](f/Fiji.md) * [file](f/file.md) + * [filecheck-python](f/filecheck-python.md) * [filevercmp](f/filevercmp.md) * [Filtlong](f/Filtlong.md) * [finder](f/finder.md) @@ -760,6 +811,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [FLTK](f/FLTK.md) * [FLUENT](f/FLUENT.md) * [Flux](f/Flux.md) + * [Fluxbox](f/Fluxbox.md) * [Flye](f/Flye.md) * [FMM3D](f/FMM3D.md) * [FMPy](f/FMPy.md) @@ -771,6 +823,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [forbear](f/forbear.md) * [ForceBalance](f/ForceBalance.md) * [FORD](f/FORD.md) + * [fortranGIS](f/fortranGIS.md) * [foss](f/foss.md) * [FoX](f/FoX.md) * [FOX-Toolkit](f/FOX-Toolkit.md) @@ -804,6 +857,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [futhark](f/futhark.md) * [futile](f/futile.md) * [g](g/index.md) + * [g-xtb](g/g-xtb.md) * [g2clib](g/g2clib.md) * [g2lib](g/g2lib.md) * [GADGET](g/GADGET.md) @@ -932,6 +986,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [GOMC](g/GOMC.md) * [gomkl](g/gomkl.md) * [gompi](g/gompi.md) + * [googleapis-python](g/googleapis-python.md) * [googlebenchmark](g/googlebenchmark.md) * [googletest](g/googletest.md) * [GoPeaks](g/GoPeaks.md) @@ -981,6 +1036,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [GTDB-Tk](g/GTDB-Tk.md) * [GTK+](g/GTK+.md) * [gtk-doc](g/gtk-doc.md) + * [gtk-layer-shell](g/gtk-layer-shell.md) * [GTK2](g/GTK2.md) * [GTK3](g/GTK3.md) * [GTK4](g/GTK4.md) @@ -1001,6 +1057,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [h5netcdf](h/h5netcdf.md) * [h5py](h/h5py.md) * [h5pyd](h/h5pyd.md) + * [HADDOCK3](h/HADDOCK3.md) * [hampel](h/hampel.md) * [HarfBuzz](h/HarfBuzz.md) * [harvest-tools](h/harvest-tools.md) @@ -1019,6 +1076,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [hector](h/hector.md) * [HEEDS](h/HEEDS.md) * [HeFFTe](h/HeFFTe.md) + * [helix](h/helix.md) * [help2man](h/help2man.md) * [HepMC](h/HepMC.md) * [HepMC3](h/HepMC3.md) @@ -1030,6 +1088,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [hic-straw](h/hic-straw.md) * [HiCExplorer](h/HiCExplorer.md) * [HiCMatrix](h/HiCMatrix.md) + * [hictk](h/hictk.md) * [HiCTools](h/HiCTools.md) * [hifiasm](h/hifiasm.md) * [HighFive](h/HighFive.md) @@ -1055,6 +1114,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [HPCC](h/HPCC.md) * [HPCG](h/HPCG.md) * [HPCToolkit](h/HPCToolkit.md) + * [HPCViewer](h/HPCViewer.md) * [HPL](h/HPL.md) * [HPX](h/HPX.md) * [htop](h/htop.md) @@ -1066,6 +1126,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [humann](h/humann.md) * [hunspell](h/hunspell.md) * [hwloc](h/hwloc.md) + * [hwloc-CUDA](h/hwloc-CUDA.md) * [Hybpiper](h/Hybpiper.md) * [Hydra](h/Hydra.md) * [Hyperopt](h/Hyperopt.md) @@ -1101,6 +1162,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [ImageMagick](i/ImageMagick.md) * [imake](i/imake.md) * [IMAS-Data-Dictionary](i/IMAS-Data-Dictionary.md) + * [IMAS-ParaView](i/IMAS-ParaView.md) * [IMAS-Python](i/IMAS-Python.md) * [IMAS-Validator](i/IMAS-Validator.md) * [Imath](i/Imath.md) @@ -1136,16 +1198,19 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [intervaltree](i/intervaltree.md) * [intervaltree-python](i/intervaltree-python.md) * [intltool](i/intltool.md) + * [intronProspector](i/intronProspector.md) * [iodata](i/iodata.md) * [iomkl](i/iomkl.md) * [iompi](i/iompi.md) * [IonQuant](i/IonQuant.md) * [IOR](i/IOR.md) + * [ip](i/ip.md) * [iperf](i/iperf.md) * [ipp](i/ipp.md) * [ipympl](i/ipympl.md) * [ipyparallel](i/ipyparallel.md) * [IPython](i/IPython.md) + * [ipywidgets](i/ipywidgets.md) * [IQ-TREE](i/IQ-TREE.md) * [Iris](i/Iris.md) * [IRkernel](i/IRkernel.md) @@ -1154,6 +1219,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [ISCE2](i/ISCE2.md) * [ISL](i/ISL.md) * [IsoformSwitchAnalyzeR](i/IsoformSwitchAnalyzeR.md) + * [isONclust3](i/isONclust3.md) * [IsoQuant](i/IsoQuant.md) * [IsoSeq](i/IsoSeq.md) * [ispc](i/ispc.md) @@ -1173,20 +1239,25 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [jax](j/jax.md) * [jbigkit](j/jbigkit.md) * [Jblob](j/Jblob.md) + * [JCuda](j/JCuda.md) * [jedi](j/jedi.md) * [jedi-language-server](j/jedi-language-server.md) * [Jellyfish](j/Jellyfish.md) * [jemalloc](j/jemalloc.md) + * [jgmenu](j/jgmenu.md) * [jiter](j/jiter.md) * [Jmol](j/Jmol.md) * [joypy](j/joypy.md) + * [JPEG-NCCS](j/JPEG-NCCS.md) * [jq](j/jq.md) * [json-c](j/json-c.md) * [json-fortran](j/json-fortran.md) * [JSON-GLib](j/JSON-GLib.md) * [JsonCpp](j/JsonCpp.md) + * [JUBE](j/JUBE.md) * [Judy](j/Judy.md) * [Juicebox](j/Juicebox.md) + * [juicer](j/juicer.md) * [Julia](j/Julia.md) * [juliaup](j/juliaup.md) * [junos-eznc](j/junos-eznc.md) @@ -1199,14 +1270,17 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [jupyter-server](j/jupyter-server.md) * [jupyter-server-proxy](j/jupyter-server-proxy.md) * [jupyter-vscode-proxy](j/jupyter-vscode-proxy.md) + * [jupyter_packaging](j/jupyter_packaging.md) * [JupyterHub](j/JupyterHub.md) * [JupyterLab](j/JupyterLab.md) + * [JupyterLab-git](j/JupyterLab-git.md) * [jupyterlab-h5web](j/jupyterlab-h5web.md) * [jupyterlab-lmod](j/jupyterlab-lmod.md) * [jupyterlmod](j/jupyterlmod.md) * [JupyterNotebook](j/JupyterNotebook.md) * [jxrlib](j/jxrlib.md) * [k](k/index.md) + * [k8](k/k8.md) * [kaggle](k/kaggle.md) * [KaHIP](k/KaHIP.md) * [Kaleido](k/Kaleido.md) @@ -1225,6 +1299,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [KMCLib](k/KMCLib.md) * [KMCP](k/KMCP.md) * [kneaddata](k/kneaddata.md) + * [Kokkos](k/Kokkos.md) * [koopmans](k/koopmans.md) * [koopmans-kcp](k/koopmans-kcp.md) * [koopmans-qe-utils](k/koopmans-qe-utils.md) @@ -1249,10 +1324,14 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [langchain-mistralai](l/langchain-mistralai.md) * [langchain-openai](l/langchain-openai.md) * [LAPACK](l/LAPACK.md) + * [LAPACK++](l/LAPACK++.md) + * [laspy](l/laspy.md) * [LASSO-Python](l/LASSO-Python.md) * [LASTZ](l/LASTZ.md) * [lavaan](l/lavaan.md) + * [LavaVu](l/LavaVu.md) * [LayoutParser](l/LayoutParser.md) + * [lazrs](l/lazrs.md) * [LBFGS++](l/LBFGS++.md) * [lcalc](l/lcalc.md) * [LCov](l/LCov.md) @@ -1266,6 +1345,8 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [LevelDB](l/LevelDB.md) * [Levenshtein](l/Levenshtein.md) * [levmar](l/levmar.md) + * [lfbf](l/lfbf.md) + * [lfoss](l/lfoss.md) * [lftp](l/lftp.md) * [LHAPDF](l/LHAPDF.md) * [LIANA](l/LIANA.md) @@ -1273,6 +1354,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [libaec](l/libaec.md) * [libaed2](l/libaed2.md) * [libaio](l/libaio.md) + * [libaom](l/libaom.md) * [libarchive](l/libarchive.md) * [libavif](l/libavif.md) * [libbacktrace](l/libbacktrace.md) @@ -1283,6 +1365,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [libcifpp](l/libcifpp.md) * [libcint](l/libcint.md) * [libcircle](l/libcircle.md) + * [libclc](l/libclc.md) * [libconfig](l/libconfig.md) * [libcroco](l/libcroco.md) * [libdap](l/libdap.md) @@ -1336,6 +1419,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [libMemcached](l/libMemcached.md) * [libmypaint](l/libmypaint.md) * [libneurosim](l/libneurosim.md) + * [libnotify](l/libnotify.md) * [libnsl](l/libnsl.md) * [libobjcryst](l/libobjcryst.md) * [libogg](l/libogg.md) @@ -1344,10 +1428,13 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [libpci](l/libpci.md) * [libpciaccess](l/libpciaccess.md) * [libpng](l/libpng.md) + * [libproxy](l/libproxy.md) * [libpsl](l/libpsl.md) * [libPSML](l/libPSML.md) * [libpspio](l/libpspio.md) + * [libpthread-stubs](l/libpthread-stubs.md) * [libQGLViewer](l/libQGLViewer.md) + * [LibRaw](l/LibRaw.md) * [libreadline](l/libreadline.md) * [libRmath](l/libRmath.md) * [librosa](l/librosa.md) @@ -1356,6 +1443,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [libSBML](l/libSBML.md) * [libsigc++](l/libsigc++.md) * [libsigsegv](l/libsigsegv.md) + * [libslirp](l/libslirp.md) * [libsndfile](l/libsndfile.md) * [libsodium](l/libsodium.md) * [LibSoup](l/LibSoup.md) @@ -1377,14 +1465,18 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [libtree](l/libtree.md) * [libunistring](l/libunistring.md) * [libunwind](l/libunwind.md) + * [liburing](l/liburing.md) * [libuv](l/libuv.md) * [libvdwxc](l/libvdwxc.md) * [libvips](l/libvips.md) + * [LibVNCServer](l/LibVNCServer.md) * [libvorbis](l/libvorbis.md) * [libvori](l/libvori.md) * [libvpx](l/libvpx.md) * [libWallModelledLES](l/libWallModelledLES.md) * [libwebp](l/libwebp.md) + * [libwebsockets](l/libwebsockets.md) + * [libwnck](l/libwnck.md) * [libwpe](l/libwpe.md) * [libxc](l/libxc.md) * [libxml++](l/libxml++.md) @@ -1403,6 +1495,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [lil-aretomo](l/lil-aretomo.md) * [LIME](l/LIME.md) * [LinBox](l/LinBox.md) + * [LINC](l/LINC.md) * [line_profiler](l/line_profiler.md) * [LIQA](l/LIQA.md) * [LISFLOOD-FP](l/LISFLOOD-FP.md) @@ -1410,13 +1503,20 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [LittleCMS](l/LittleCMS.md) * [llama-cpp-python](l/llama-cpp-python.md) * [llama.cpp](l/llama.cpp.md) + * [llnl-blt](l/llnl-blt.md) * [LLVM](l/LLVM.md) + * [llvm-compilers](l/llvm-compilers.md) * [LM-Studio](l/LM-Studio.md) * [LMDB](l/LMDB.md) * [LMfit](l/LMfit.md) * [lmoments3](l/lmoments3.md) + * [lmpflf](l/lmpflf.md) + * [lmpich](l/lmpich.md) * [LOBSTER](l/LOBSTER.md) * [LocARNA](l/LocARNA.md) + * [LofarStMan](l/LofarStMan.md) + * [lohhla-mod](l/lohhla-mod.md) + * [lompi](l/lompi.md) * [longestrunsubsequence](l/longestrunsubsequence.md) * [longread_umi](l/longread_umi.md) * [Longshot](l/Longshot.md) @@ -1424,6 +1524,8 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [loomR](l/loomR.md) * [LoopTools](l/LoopTools.md) * [LoRDEC](l/LoRDEC.md) + * [LoSoTo](l/LoSoTo.md) + * [LPC3D](l/LPC3D.md) * [lpsolve](l/lpsolve.md) * [LRBinner](l/LRBinner.md) * [lrcalc](l/lrcalc.md) @@ -1432,6 +1534,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [LS-PrePost](l/LS-PrePost.md) * [lsb_release](l/lsb_release.md) * [LSD2](l/LSD2.md) + * [LSMTool](l/LSMTool.md) * [LST-AI](l/LST-AI.md) * [LTR_retriever](l/LTR_retriever.md) * [Lua](l/Lua.md) @@ -1518,6 +1621,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [meboot](m/meboot.md) * [medaka](m/medaka.md) * [MedPy](m/MedPy.md) + * [Meeko](m/Meeko.md) * [MEGA](m/MEGA.md) * [MEGAHIT](m/MEGAHIT.md) * [Megalodon](m/Megalodon.md) @@ -1552,6 +1656,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [MFEM](m/MFEM.md) * [MFiX](m/MFiX.md) * [mfqe](m/mfqe.md) + * [MGARD](m/MGARD.md) * [mgen](m/mgen.md) * [mgltools](m/mgltools.md) * [MICOM](m/MICOM.md) @@ -1569,6 +1674,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [Minimac3](m/Minimac3.md) * [Minimac4](m/Minimac4.md) * [minimap2](m/minimap2.md) + * [MinIONQC](m/MinIONQC.md) * [Minipolish](m/Minipolish.md) * [miniprot](m/miniprot.md) * [minizip](m/minizip.md) @@ -1591,7 +1697,9 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [Mmg](m/Mmg.md) * [MMseqs2](m/MMseqs2.md) * [MNE-Python](m/MNE-Python.md) + * [MOAB](m/MOAB.md) * [MOABB](m/MOABB.md) + * [Modeller](m/Modeller.md) * [ModelTest-NG](m/ModelTest-NG.md) * [MODFLOW](m/MODFLOW.md) * [modin](m/modin.md) @@ -1647,6 +1755,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [mujoco-py](m/mujoco-py.md) * [multicharge](m/multicharge.md) * [multichoose](m/multichoose.md) + * [MulticoreTSNE](m/MulticoreTSNE.md) * [MultilevelEstimators](m/MultilevelEstimators.md) * [multiprocess](m/multiprocess.md) * [MultiQC](m/MultiQC.md) @@ -1664,6 +1773,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [MView](m/MView.md) * [MXNet](m/MXNet.md) * [mygene](m/mygene.md) + * [mzmine](m/mzmine.md) * [n](n/index.md) * [n2v](n/n2v.md) * [NAG](n/NAG.md) @@ -1705,9 +1815,12 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [ncview](n/ncview.md) * [NECAT](n/NECAT.md) * [NECI](n/NECI.md) + * [neko](n/neko.md) * [Nektar++](n/Nektar++.md) * [nellie](n/nellie.md) + * [Neovim](n/Neovim.md) * [neptune-client](n/neptune-client.md) + * [NEST](n/NEST.md) * [netCDF](n/netCDF.md) * [netCDF-C++4](n/netCDF-C++4.md) * [netCDF-Fortran](n/netCDF-Fortran.md) @@ -1726,6 +1839,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [nf-core](n/nf-core.md) * [nf-core-mag](n/nf-core-mag.md) * [NFFT](n/NFFT.md) + * [ng-log](n/ng-log.md) * [nghttp2](n/nghttp2.md) * [nghttp3](n/nghttp3.md) * [NGLess](n/NGLess.md) @@ -1763,6 +1877,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [num2words](n/num2words.md) * [numactl](n/numactl.md) * [numba](n/numba.md) + * [numba-cuda](n/numba-cuda.md) * [numdiff](n/numdiff.md) * [numdifftools](n/numdifftools.md) * [numexpr](n/numexpr.md) @@ -1771,6 +1886,9 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [numsa](n/numsa.md) * [nvbandwidth](n/nvbandwidth.md) * [NVHPC](n/NVHPC.md) + * [nvidia-compilers](n/nvidia-compilers.md) + * [nvidia-cutlass](n/nvidia-cutlass.md) + * [nvImageCodec](n/nvImageCodec.md) * [nvitop](n/nvitop.md) * [nvofbf](n/nvofbf.md) * [nvompi](n/nvompi.md) @@ -1802,12 +1920,14 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [ont-fast5-api](o/ont-fast5-api.md) * [ont-guppy](o/ont-guppy.md) * [ont-remora](o/ont-remora.md) + * [OnTAD](o/OnTAD.md) * [OPARI2](o/OPARI2.md) * [OPEN-SURFEX](o/OPEN-SURFEX.md) * [OpenAI-Gym](o/OpenAI-Gym.md) * [openai-python](o/openai-python.md) * [OpenBabel](o/OpenBabel.md) * [OpenBLAS](o/OpenBLAS.md) + * [Openbox](o/Openbox.md) * [openCARP](o/openCARP.md) * [OpenCensus-python](o/OpenCensus-python.md) * [OpenColorIO](o/OpenColorIO.md) @@ -1819,6 +1939,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [OpenFOAM-Extend](o/OpenFOAM-Extend.md) * [OpenFold](o/OpenFold.md) * [OpenForceField-Toolkit](o/OpenForceField-Toolkit.md) + * [OpenGL](o/OpenGL.md) * [OpenImageIO](o/OpenImageIO.md) * [OpenJPEG](o/OpenJPEG.md) * [openkim-models](o/openkim-models.md) @@ -1839,6 +1960,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [openslide-python](o/openslide-python.md) * [OpenSSL](o/OpenSSL.md) * [OpenStackClient](o/OpenStackClient.md) + * [opentelemetry-cpp](o/opentelemetry-cpp.md) * [OPERA-MS](o/OPERA-MS.md) * [opt-einsum](o/opt-einsum.md) * [OptaDOS](o/OptaDOS.md) @@ -1857,7 +1979,9 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [osmium-tool](o/osmium-tool.md) * [OSPRay](o/OSPRay.md) * [OSU-Micro-Benchmarks](o/OSU-Micro-Benchmarks.md) + * [OTF-CPT](o/OTF-CPT.md) * [OTF2](o/OTF2.md) + * [overpy](o/overpy.md) * [OVITO](o/OVITO.md) * [oxDNA](o/oxDNA.md) * [p](p/index.md) @@ -1872,6 +1996,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [pairtools](p/pairtools.md) * [PAL2NAL](p/PAL2NAL.md) * [paladin](p/paladin.md) + * [Palantir](p/Palantir.md) * [PALEOMIX](p/PALEOMIX.md) * [PALM](p/PALM.md) * [PAML](p/PAML.md) @@ -1892,6 +2017,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [parasail](p/parasail.md) * [Paraver](p/Paraver.md) * [ParaView](p/ParaView.md) + * [ParaView-Catalyst](p/ParaView-Catalyst.md) * [Parcels](p/Parcels.md) * [PARI-GP](p/PARI-GP.md) * [ParMETIS](p/ParMETIS.md) @@ -1921,6 +2047,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [peakdetect](p/peakdetect.md) * [PEAR](p/PEAR.md) * [PEcAn](p/PEcAn.md) + * [PEFT](p/PEFT.md) * [PennCNV](p/PennCNV.md) * [PennyLane](p/PennyLane.md) * [PEPT](p/PEPT.md) @@ -1956,6 +2083,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [phyx](p/phyx.md) * [picard](p/picard.md) * [PICI-LIGGGHTS](p/PICI-LIGGGHTS.md) + * [picom](p/picom.md) * [PICRUSt2](p/PICRUSt2.md) * [pigz](p/pigz.md) * [Pillow](p/Pillow.md) @@ -1965,6 +2093,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [Pint](p/Pint.md) * [PIPITS](p/PIPITS.md) * [PIRATE](p/PIRATE.md) + * [Pixi](p/Pixi.md) * [pixman](p/pixman.md) * [pkg-config](p/pkg-config.md) * [pkgconf](p/pkgconf.md) @@ -1984,6 +2113,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [plotutils](p/plotutils.md) * [PLUMED](p/PLUMED.md) * [plumpy](p/plumpy.md) + * [Pluto](p/Pluto.md) * [PLY](p/PLY.md) * [PMIx](p/PMIx.md) * [pmt](p/pmt.md) @@ -2138,6 +2268,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [PyPy](p/PyPy.md) * [PyQt-builder](p/PyQt-builder.md) * [PyQt5](p/PyQt5.md) + * [PyQt6](p/PyQt6.md) * [PyQtGraph](p/PyQtGraph.md) * [pyradiomics](p/pyradiomics.md) * [pyro-ppl](p/pyro-ppl.md) @@ -2152,6 +2283,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [PySINDy](p/PySINDy.md) * [pyslim](p/pyslim.md) * [pyspoa](p/pyspoa.md) + * [PySR](p/PySR.md) * [PyStan](p/PyStan.md) * [pystencils](p/pystencils.md) * [pysteps](p/pysteps.md) @@ -2181,6 +2313,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [python-igraph](p/python-igraph.md) * [python-irodsclient](p/python-irodsclient.md) * [python-isal](p/python-isal.md) + * [python-jellyfish](p/python-jellyfish.md) * [python-libsbml](p/python-libsbml.md) * [python-louvain](p/python-louvain.md) * [python-lsp-server](p/python-lsp-server.md) @@ -2198,15 +2331,18 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [PyTorch-Image-Models](p/PyTorch-Image-Models.md) * [PyTorch-Lightning](p/PyTorch-Lightning.md) * [PyTorchVideo](p/PyTorchVideo.md) + * [pyunicore](p/pyunicore.md) * [PyVCF3](p/PyVCF3.md) * [pyvips](p/pyvips.md) * [PyVista](p/PyVista.md) + * [PyVO](p/PyVO.md) * [pyWannier90](p/pyWannier90.md) * [PyWavelets](p/PyWavelets.md) * [PyWBGT](p/PyWBGT.md) * [pyXDF](p/pyXDF.md) * [PyYAML](p/PyYAML.md) * [PyZMQ](p/PyZMQ.md) + * [pyzstd](p/pyzstd.md) * [q](q/index.md) * [q2-krona](q/q2-krona.md) * [QCA](q/QCA.md) @@ -2215,6 +2351,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [QCMaquis](q/QCMaquis.md) * [QCxMS](q/QCxMS.md) * [QD](q/QD.md) + * [QEMU](q/QEMU.md) * [qforce](q/qforce.md) * [QGIS](q/QGIS.md) * [Qhull](q/Qhull.md) @@ -2224,6 +2361,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [qnorm](q/qnorm.md) * [qrupdate](q/qrupdate.md) * [QScintilla](q/QScintilla.md) + * [qsimcirq](q/qsimcirq.md) * [Qt5](q/Qt5.md) * [Qt5Webkit](q/Qt5Webkit.md) * [Qt6](q/Qt6.md) @@ -2240,11 +2378,13 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [QuickPIC](q/QuickPIC.md) * [QuickTree](q/QuickTree.md) * [QuPath](q/QuPath.md) + * [Qutip](q/Qutip.md) * [Qwt](q/Qwt.md) * [r](r/index.md) * [R](r/R.md) * [R-bundle-Bioconductor](r/R-bundle-Bioconductor.md) * [R-bundle-CRAN](r/R-bundle-CRAN.md) + * [R-crumble](r/R-crumble.md) * [R-INLA](r/R-INLA.md) * [R-MXM](r/R-MXM.md) * [R-tesseract](r/R-tesseract.md) @@ -2266,6 +2406,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [Rasqal](r/Rasqal.md) * [rasterio](r/rasterio.md) * [rasterstats](r/rasterstats.md) + * [rav1e](r/rav1e.md) * [Raven](r/Raven.md) * [RAxML](r/RAxML.md) * [RAxML-NG](r/RAxML-NG.md) @@ -2281,11 +2422,13 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [RE2](r/RE2.md) * [re2c](r/re2c.md) * [read2tree](r/read2tree.md) + * [readerwriterqueue](r/readerwriterqueue.md) * [ReaxFF](r/ReaxFF.md) * [RECON](r/RECON.md) * [Redis](r/Redis.md) * [redis-py](r/redis-py.md) * [Redland](r/Redland.md) + * [REEF3D](r/REEF3D.md) * [ReFrame](r/ReFrame.md) * [Regenie](r/Regenie.md) * [regionmask](r/regionmask.md) @@ -2323,6 +2466,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [rMATS-turbo](r/rMATS-turbo.md) * [rmats2sashimiplot](r/rmats2sashimiplot.md) * [RMBlast](r/RMBlast.md) + * [RMextract](r/RMextract.md) * [RNA-Bloom](r/RNA-Bloom.md) * [RNA-SeQC](r/RNA-SeQC.md) * [rnamotif](r/rnamotif.md) @@ -2349,6 +2493,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [Rtree](r/Rtree.md) * [ruamel.yaml](r/ruamel.yaml.md) * [Ruby](r/Ruby.md) + * [ruff](r/ruff.md) * [ruffus](r/ruffus.md) * [ruptures](r/ruptures.md) * [Rust](r/Rust.md) @@ -2358,6 +2503,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [Sabre](s/Sabre.md) * [safestringlib](s/safestringlib.md) * [Safetensors](s/Safetensors.md) + * [SAGECal](s/SAGECal.md) * [Sagemath](s/Sagemath.md) * [Salmon](s/Salmon.md) * [Sambamba](s/Sambamba.md) @@ -2429,6 +2575,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [SDL2_image](s/SDL2_image.md) * [SDL2_mixer](s/SDL2_mixer.md) * [SDL2_ttf](s/SDL2_ttf.md) + * [SDPR](s/SDPR.md) * [sdsl-lite](s/sdsl-lite.md) * [Seaborn](s/Seaborn.md) * [SEACells](s/SEACells.md) @@ -2462,6 +2609,8 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [SHAP](s/SHAP.md) * [SHAPEIT4](s/SHAPEIT4.md) * [Shapely](s/Shapely.md) + * [ShapeMapper2](s/ShapeMapper2.md) + * [shared-mime-info](s/shared-mime-info.md) * [SharedMeatAxe](s/SharedMeatAxe.md) * [ShengBTE](s/ShengBTE.md) * [Short-Pair](s/Short-Pair.md) @@ -2473,6 +2622,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [silhouetteRank](s/silhouetteRank.md) * [silx](s/silx.md) * [simanneal](s/simanneal.md) + * [simde](s/simde.md) * [simint](s/simint.md) * [SimNIBS](s/SimNIBS.md) * [SimPEG](s/SimPEG.md) @@ -2484,9 +2634,11 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [SingleM](s/SingleM.md) * [Singular](s/Singular.md) * [sinto](s/sinto.md) + * [SIONfwd](s/SIONfwd.md) * [SIONlib](s/SIONlib.md) * [SIP](s/SIP.md) * [SIRIUS](s/SIRIUS.md) + * [SIRIUS-MS](s/SIRIUS-MS.md) * [sirocco](s/sirocco.md) * [siscone](s/siscone.md) * [sisl](s/sisl.md) @@ -2505,6 +2657,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [SLICOT](s/SLICOT.md) * [Slideflow](s/Slideflow.md) * [SLiM](s/SLiM.md) + * [slirp4netns](s/slirp4netns.md) * [slow5tools](s/slow5tools.md) * [slurm-drmaa](s/slurm-drmaa.md) * [SlurmViewer](s/SlurmViewer.md) @@ -2537,17 +2690,20 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [Solids4foam](s/Solids4foam.md) * [solo](s/solo.md) * [sonic](s/sonic.md) + * [SONIC-bio](s/SONIC-bio.md) * [SoPlex](s/SoPlex.md) * [SoQt](s/SoQt.md) * [SoupX](s/SoupX.md) * [SoX](s/SoX.md) * [SoXt](s/SoXt.md) * [SpaceRanger](s/SpaceRanger.md) + * [spacexr](s/spacexr.md) * [Spack](s/Spack.md) * [spaCy](s/spaCy.md) * [spacyr](s/spacyr.md) * [SPAdes](s/SPAdes.md) * [spaln](s/spaln.md) + * [span-lite](s/span-lite.md) * [Spark](s/Spark.md) * [sparse-neighbors-search](s/sparse-neighbors-search.md) * [sparsehash](s/sparsehash.md) @@ -2628,11 +2784,14 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [SVG](s/SVG.md) * [SVIM](s/SVIM.md) * [svist4get](s/svist4get.md) + * [SVT-AV1](s/SVT-AV1.md) + * [SWI-Prolog](s/SWI-Prolog.md) * [SWIG](s/SWIG.md) * [SWIPE](s/SWIPE.md) * [SymEngine](s/SymEngine.md) * [SymEngine-python](s/SymEngine-python.md) * [SYMMETRICA](s/SYMMETRICA.md) + * [SYMPHONY](s/SYMPHONY.md) * [sympy](s/sympy.md) * [synapseclient](s/synapseclient.md) * [synthcity](s/synthcity.md) @@ -2657,6 +2816,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [TBProfiler](t/TBProfiler.md) * [Tcl](t/Tcl.md) * [TCLAP](t/TCLAP.md) + * [tcping](t/tcping.md) * [tcsh](t/tcsh.md) * [tdb](t/tdb.md) * [tdlib](t/tdlib.md) @@ -2673,6 +2833,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [termcolor](t/termcolor.md) * [tesseract](t/tesseract.md) * [test-drive](t/test-drive.md) + * [testsweeper](t/testsweeper.md) * [TestU01](t/TestU01.md) * [TetGen](t/TetGen.md) * [TEtranscripts](t/TEtranscripts.md) @@ -2681,6 +2842,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [texlive](t/texlive.md) * [text-unidecode](t/text-unidecode.md) * [TF-COMB](t/TF-COMB.md) + * [TGS-GapCloser](t/TGS-GapCloser.md) * [Theano](t/Theano.md) * [ThemisPy](t/ThemisPy.md) * [thirdorder](t/thirdorder.md) @@ -2692,6 +2854,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [timm](t/timm.md) * [TINKER](t/TINKER.md) * [Tinker-HP](t/Tinker-HP.md) + * [tint2](t/tint2.md) * [tiny-cuda-nn](t/tiny-cuda-nn.md) * [tinyobjloader](t/tinyobjloader.md) * [TinyXML](t/TinyXML.md) @@ -2709,9 +2872,11 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [TOBIAS](t/TOBIAS.md) * [Togl](t/Togl.md) * [toil](t/toil.md) + * [toil-cwl](t/toil-cwl.md) * [tokenizers](t/tokenizers.md) * [Tombo](t/Tombo.md) * [TOML-Fortran](t/TOML-Fortran.md) + * [tomlplusplus](t/tomlplusplus.md) * [TOPAS](t/TOPAS.md) * [topaz](t/topaz.md) * [TopHat](t/TopHat.md) @@ -2727,6 +2892,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [tox](t/tox.md) * [tqdm](t/tqdm.md) * [trame](t/trame.md) + * [trame-bundle](t/trame-bundle.md) * [TransDecoder](t/TransDecoder.md) * [Transformers](t/Transformers.md) * [Transrate](t/Transrate.md) @@ -2750,6 +2916,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [TRIQS-som](t/TRIQS-som.md) * [TRIQS-tprf](t/TRIQS-tprf.md) * [Triton](t/Triton.md) + * [TRL](t/TRL.md) * [tRNAscan-SE](t/tRNAscan-SE.md) * [TRUST4](t/TRUST4.md) * [trusTEr](t/trusTEr.md) @@ -2757,8 +2924,11 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [tsai](t/tsai.md) * [TSEBRA](t/TSEBRA.md) * [tseriesEntropy](t/tseriesEntropy.md) + * [tslearn](t/tslearn.md) + * [ttyd](t/ttyd.md) * [tueplots](t/tueplots.md) * [TurboVNC](t/TurboVNC.md) + * [Twisted](t/Twisted.md) * [TWL-NINJA](t/TWL-NINJA.md) * [TXR](t/TXR.md) * [typing-extensions](t/typing-extensions.md) @@ -2767,7 +2937,9 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [UCC-CUDA](u/UCC-CUDA.md) * [UCX](u/UCX.md) * [UCX-CUDA](u/UCX-CUDA.md) + * [ucx-py](u/ucx-py.md) * [UCX-ROCm](u/UCX-ROCm.md) + * [UDA](u/UDA.md) * [UDUNITS](u/UDUNITS.md) * [UFCG](u/UFCG.md) * [Ultralytics](u/Ultralytics.md) @@ -2790,6 +2962,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [USEARCH](u/USEARCH.md) * [UShER](u/UShER.md) * [utf8proc](u/utf8proc.md) + * [uthash](u/uthash.md) * [util-linux](u/util-linux.md) * [uv](u/uv.md) * [v](v/index.md) @@ -2806,6 +2979,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [VCFtools](v/VCFtools.md) * [vConTACT2](v/vConTACT2.md) * [velocyto](v/velocyto.md) + * [VeloxChem](v/VeloxChem.md) * [Velvet](v/Velvet.md) * [VEP](v/VEP.md) * [Verkko](v/Verkko.md) @@ -2824,6 +2998,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [Visit](v/Visit.md) * [vispr](v/vispr.md) * [VisPy](v/VisPy.md) + * [ViTables](v/ViTables.md) * [vitessce-python](v/vitessce-python.md) * [vitessceR](v/vitessceR.md) * [vLLM](v/vLLM.md) @@ -2837,6 +3012,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [vt](v/vt.md) * [VTK](v/VTK.md) * [VTune](v/VTune.md) + * [Vulkan](v/Vulkan.md) * [w](w/index.md) * [waLBerla](w/waLBerla.md) * [wandb](w/wandb.md) @@ -2880,6 +3056,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [wxWidgets](w/wxWidgets.md) * [x](x/index.md) * [X11](x/X11.md) + * [x11vnc](x/x11vnc.md) * [x13as](x/x13as.md) * [x264](x/x264.md) * [x265](x/x265.md) @@ -2913,6 +3090,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [xtb](x/xtb.md) * [xtb-IFF](x/xtb-IFF.md) * [xtensor](x/xtensor.md) + * [xterm](x/xterm.md) * [xtrans](x/xtrans.md) * [Xvfb](x/Xvfb.md) * [xxd](x/xxd.md) @@ -2933,6 +3111,7 @@ EasyBuild supports 2917 different software packages (incl. toolchains, bundles): * [Yices](y/Yices.md) * [yMMSL-dot](y/yMMSL-dot.md) * [YODA](y/YODA.md) + * [yq](y/yq.md) * [yt](y/yt.md) * [z](z/index.md) * [Z3](z/Z3.md) diff --git a/docs/version-specific/supported-software/j/JCuda.md b/docs/version-specific/supported-software/j/JCuda.md new file mode 100644 index 0000000000..1c982f2b45 --- /dev/null +++ b/docs/version-specific/supported-software/j/JCuda.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# JCuda + +JCuda: Java bindings for NVIDIA CUDA (core API + natives for linux-x86_64). + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``12.6.0`` | ``-CUDA-12.6.0`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/j/JPEG-NCCS.md b/docs/version-specific/supported-software/j/JPEG-NCCS.md new file mode 100644 index 0000000000..2ed52aa978 --- /dev/null +++ b/docs/version-specific/supported-software/j/JPEG-NCCS.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# JPEG-NCCS + +Independent JPEG Group's JPEG software from NCCS repository. + +*homepage*: + +version | toolchain +--------|---------- +``9b`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/j/JUBE.md b/docs/version-specific/supported-software/j/JUBE.md new file mode 100644 index 0000000000..cccb4bddc8 --- /dev/null +++ b/docs/version-specific/supported-software/j/JUBE.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# JUBE + +The JUBE benchmarking environment provides a script based framework to easily create benchmark sets, run those sets on different computer systems and evaluate the results. + +*homepage*: + +version | toolchain +--------|---------- +``2.7.1`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/j/Jansson.md b/docs/version-specific/supported-software/j/Jansson.md index 594e7cf9a3..26c236cb45 100644 --- a/docs/version-specific/supported-software/j/Jansson.md +++ b/docs/version-specific/supported-software/j/Jansson.md @@ -14,6 +14,8 @@ version | toolchain ``2.14`` | ``GCC/11.3.0`` ``2.14`` | ``GCC/12.3.0`` ``2.14.1`` | ``GCCcore/13.2.0`` +``2.14.1`` | ``GCCcore/13.3.0`` +``2.14.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/j/Java.md b/docs/version-specific/supported-software/j/Java.md index 84efd7a460..098d08f3ae 100644 --- a/docs/version-specific/supported-software/j/Java.md +++ b/docs/version-specific/supported-software/j/Java.md @@ -36,6 +36,8 @@ version | versionsuffix | toolchain ``23.0.1`` | | ``system`` ``23.0.2`` | | ``system`` ``23`` | | ``system`` +``25.36`` | | ``system`` +``25`` | | ``system`` ``8.345`` | | ``system`` ``8.362`` | | ``system`` ``8.402`` | | ``system`` diff --git a/docs/version-specific/supported-software/j/Jmol.md b/docs/version-specific/supported-software/j/Jmol.md index ce6fc29278..d7781f6dcc 100644 --- a/docs/version-specific/supported-software/j/Jmol.md +++ b/docs/version-specific/supported-software/j/Jmol.md @@ -11,6 +11,7 @@ Jmol: an open-source Java viewer for chemical structures in 3D version | versionsuffix | toolchain --------|---------------|---------- ``16.1.41`` | ``-Java-11`` | ``system`` +``16.3.33`` | ``-Java-17`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/j/Judy.md b/docs/version-specific/supported-software/j/Judy.md index 9642a2deac..b74406f227 100644 --- a/docs/version-specific/supported-software/j/Judy.md +++ b/docs/version-specific/supported-software/j/Judy.md @@ -17,6 +17,7 @@ version | toolchain ``1.0.5`` | ``GCCcore/12.3.0`` ``1.0.5`` | ``GCCcore/13.2.0`` ``1.0.5`` | ``GCCcore/13.3.0`` +``1.0.5`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/j/Julia.md b/docs/version-specific/supported-software/j/Julia.md index e6135c8856..a0ef4361e4 100644 --- a/docs/version-specific/supported-software/j/Julia.md +++ b/docs/version-specific/supported-software/j/Julia.md @@ -15,7 +15,10 @@ version | versionsuffix | toolchain ``1.10.4`` | ``-linux-x86_64`` | ``system`` ``1.10.5`` | ``-linux-x86_64`` | ``system`` ``1.11.3`` | ``-linux-x86_64`` | ``system`` +``1.11.5`` | | ``system`` ``1.11.6`` | ``-linux-x86_64`` | ``system`` +``1.11.7`` | | ``system`` +``1.12.2`` | | ``system`` ``1.4.2`` | ``-linux-x86_64`` | ``system`` ``1.5.1`` | ``-linux-x86_64`` | ``system`` ``1.5.3`` | ``-linux-x86_64`` | ``system`` diff --git a/docs/version-specific/supported-software/j/Jupyter-bundle.md b/docs/version-specific/supported-software/j/Jupyter-bundle.md index e1523bc425..d18005e976 100644 --- a/docs/version-specific/supported-software/j/Jupyter-bundle.md +++ b/docs/version-specific/supported-software/j/Jupyter-bundle.md @@ -14,6 +14,7 @@ version | toolchain ``20240522`` | ``GCCcore/13.2.0`` ``20250530`` | ``GCCcore/13.3.0`` ``20250702`` | ``GCCcore/14.2.0`` +``20251112`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/j/JupyterHub.md b/docs/version-specific/supported-software/j/JupyterHub.md index 5d53c82069..69ea4b0cfc 100644 --- a/docs/version-specific/supported-software/j/JupyterHub.md +++ b/docs/version-specific/supported-software/j/JupyterHub.md @@ -17,6 +17,7 @@ version | toolchain ``4.1.5`` | ``GCCcore/13.2.0`` ``5.3.0`` | ``GCCcore/13.3.0`` ``5.3.0`` | ``GCCcore/14.2.0`` +``5.4.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/j/JupyterLab-git.md b/docs/version-specific/supported-software/j/JupyterLab-git.md new file mode 100644 index 0000000000..751e85bfd3 --- /dev/null +++ b/docs/version-specific/supported-software/j/JupyterLab-git.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# JupyterLab-git + +A JupyterLab extension for version control using Git + +*homepage*: + +version | toolchain +--------|---------- +``0.51.1`` | ``GCCcore/13.2.0`` +``0.51.2`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/j/JupyterLab.md b/docs/version-specific/supported-software/j/JupyterLab.md index a27752ff5a..e9955dadff 100644 --- a/docs/version-specific/supported-software/j/JupyterLab.md +++ b/docs/version-specific/supported-software/j/JupyterLab.md @@ -19,6 +19,7 @@ version | toolchain ``4.2.0`` | ``GCCcore/13.2.0`` ``4.2.5`` | ``GCCcore/13.3.0`` ``4.4.4`` | ``GCCcore/14.2.0`` +``4.4.9`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/j/JupyterNotebook.md b/docs/version-specific/supported-software/j/JupyterNotebook.md index 22f777f93e..9d65b4c24f 100644 --- a/docs/version-specific/supported-software/j/JupyterNotebook.md +++ b/docs/version-specific/supported-software/j/JupyterNotebook.md @@ -15,6 +15,7 @@ version | toolchain ``7.2.0`` | ``GCCcore/13.2.0`` ``7.2.3`` | ``GCCcore/13.3.0`` ``7.4.4`` | ``GCCcore/14.2.0`` +``7.4.7`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/j/index.md b/docs/version-specific/supported-software/j/index.md index fe38dfb4df..422183288b 100644 --- a/docs/version-specific/supported-software/j/index.md +++ b/docs/version-specific/supported-software/j/index.md @@ -18,20 +18,25 @@ search: * [jax](jax.md) * [jbigkit](jbigkit.md) * [Jblob](Jblob.md) + * [JCuda](JCuda.md) * [jedi](jedi.md) * [jedi-language-server](jedi-language-server.md) * [Jellyfish](Jellyfish.md) * [jemalloc](jemalloc.md) + * [jgmenu](jgmenu.md) * [jiter](jiter.md) * [Jmol](Jmol.md) * [joypy](joypy.md) + * [JPEG-NCCS](JPEG-NCCS.md) * [jq](jq.md) * [json-c](json-c.md) * [json-fortran](json-fortran.md) * [JSON-GLib](JSON-GLib.md) * [JsonCpp](JsonCpp.md) + * [JUBE](JUBE.md) * [Judy](Judy.md) * [Juicebox](Juicebox.md) + * [juicer](juicer.md) * [Julia](Julia.md) * [juliaup](juliaup.md) * [junos-eznc](junos-eznc.md) @@ -44,8 +49,10 @@ search: * [jupyter-server](jupyter-server.md) * [jupyter-server-proxy](jupyter-server-proxy.md) * [jupyter-vscode-proxy](jupyter-vscode-proxy.md) + * [jupyter_packaging](jupyter_packaging.md) * [JupyterHub](JupyterHub.md) * [JupyterLab](JupyterLab.md) + * [JupyterLab-git](JupyterLab-git.md) * [jupyterlab-h5web](jupyterlab-h5web.md) * [jupyterlab-lmod](jupyterlab-lmod.md) * [jupyterlmod](jupyterlmod.md) diff --git a/docs/version-specific/supported-software/j/jax.md b/docs/version-specific/supported-software/j/jax.md index 25eff35b97..897186b91c 100644 --- a/docs/version-specific/supported-software/j/jax.md +++ b/docs/version-specific/supported-software/j/jax.md @@ -24,6 +24,7 @@ version | versionsuffix | toolchain ``0.4.25`` | | ``gfbf/2023a`` ``0.4.4`` | ``-CUDA-11.7.0`` | ``foss/2022a`` ``0.4.4`` | | ``foss/2022a`` +``0.6.2`` | ``-CUDA-12.6.0`` | ``gfbf/2024a`` ``0.6.2`` | | ``gfbf/2024a`` ``0.7.0`` | | ``gfbf/2025a`` diff --git a/docs/version-specific/supported-software/j/jemalloc.md b/docs/version-specific/supported-software/j/jemalloc.md index b6710ac382..3426e40bc5 100644 --- a/docs/version-specific/supported-software/j/jemalloc.md +++ b/docs/version-specific/supported-software/j/jemalloc.md @@ -18,6 +18,7 @@ version | toolchain ``5.3.0`` | ``GCCcore/12.3.0`` ``5.3.0`` | ``GCCcore/13.2.0`` ``5.3.0`` | ``GCCcore/13.3.0`` +``5.3.0`` | ``GCCcore/14.2.0`` ``5.3.0`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/j/jgmenu.md b/docs/version-specific/supported-software/j/jgmenu.md new file mode 100644 index 0000000000..0a4ab78543 --- /dev/null +++ b/docs/version-specific/supported-software/j/jgmenu.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# jgmenu + +jgmenu is simple, independent and contemporary-looking X11 menu, designed for scripting, modding and tweaking. + +*homepage*: + +version | toolchain +--------|---------- +``4.5.0`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/j/jq.md b/docs/version-specific/supported-software/j/jq.md index 5bddae7b82..6af1799690 100644 --- a/docs/version-specific/supported-software/j/jq.md +++ b/docs/version-specific/supported-software/j/jq.md @@ -15,6 +15,8 @@ version | toolchain ``1.6`` | ``GCCcore/12.2.0`` ``1.6`` | ``GCCcore/12.3.0`` ``1.7.1`` | ``GCCcore/13.2.0`` +``1.7.1`` | ``GCCcore/13.3.0`` +``1.8.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/j/json-fortran.md b/docs/version-specific/supported-software/j/json-fortran.md index bad0427a8f..34de55d03b 100644 --- a/docs/version-specific/supported-software/j/json-fortran.md +++ b/docs/version-specific/supported-software/j/json-fortran.md @@ -22,6 +22,10 @@ version | toolchain ``9.0.2`` | ``GCC/12.3.0`` ``9.0.2`` | ``GCC/13.2.0`` ``9.0.3`` | ``GCC/13.3.0`` +``9.0.3`` | ``intel-compilers/2024.2.0`` +``9.0.5`` | ``GCC/14.2.0`` +``9.0.5`` | ``GCC/14.3.0`` +``9.0.5`` | ``intel-compilers/2025.1.1`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/j/juicer.md b/docs/version-specific/supported-software/j/juicer.md new file mode 100644 index 0000000000..a2527f1175 --- /dev/null +++ b/docs/version-specific/supported-software/j/juicer.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# juicer + +Juicer is a platform for analyzing kilobase resolution Hi-C data. This installation uses a hybrid setup: - Juicer Tools v2.20.00 (Standard) for CPU processing (pre, stats, pipeline). - Juicer Tools v3.0.0 (GPU) for accelerated Loop Calling (hiccups). + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``1.6`` | ``-CUDA-12.6.0`` | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/j/jupyter-resource-usage.md b/docs/version-specific/supported-software/j/jupyter-resource-usage.md index bd06f7d2dc..2b71b2ffa5 100644 --- a/docs/version-specific/supported-software/j/jupyter-resource-usage.md +++ b/docs/version-specific/supported-software/j/jupyter-resource-usage.md @@ -17,6 +17,7 @@ version | toolchain ``1.0.2`` | ``GCCcore/13.2.0`` ``1.1.1`` | ``GCCcore/13.3.0`` ``1.1.1`` | ``GCCcore/14.2.0`` +``1.2.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/j/jupyter-server-proxy.md b/docs/version-specific/supported-software/j/jupyter-server-proxy.md index 485fbf8f5f..428c4f55cf 100644 --- a/docs/version-specific/supported-software/j/jupyter-server-proxy.md +++ b/docs/version-specific/supported-software/j/jupyter-server-proxy.md @@ -17,6 +17,7 @@ version | toolchain ``4.1.2`` | ``GCCcore/13.2.0`` ``4.4.0`` | ``GCCcore/13.3.0`` ``4.4.0`` | ``GCCcore/14.2.0`` +``4.4.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/j/jupyter-server.md b/docs/version-specific/supported-software/j/jupyter-server.md index f2a806ac6b..09f6e884f0 100644 --- a/docs/version-specific/supported-software/j/jupyter-server.md +++ b/docs/version-specific/supported-software/j/jupyter-server.md @@ -14,6 +14,7 @@ version | toolchain ``2.14.0`` | ``GCCcore/13.2.0`` ``2.14.2`` | ``GCCcore/13.3.0`` ``2.16.0`` | ``GCCcore/14.2.0`` +``2.17.0`` | ``GCCcore/14.3.0`` ``2.7.0`` | ``GCCcore/12.2.0`` ``2.7.2`` | ``GCCcore/12.3.0`` diff --git a/docs/version-specific/supported-software/j/jupyter_packaging.md b/docs/version-specific/supported-software/j/jupyter_packaging.md new file mode 100644 index 0000000000..617c35ee55 --- /dev/null +++ b/docs/version-specific/supported-software/j/jupyter_packaging.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# jupyter_packaging + +Tools to help build and install Jupyter Python packages that require a pre-build step that may include JavaScript build steps. + +*homepage*: + +version | toolchain +--------|---------- +``0.12.3`` | ``GCCcore/13.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/j/jupyterlmod.md b/docs/version-specific/supported-software/j/jupyterlmod.md index 87c16778e9..f8f5b96cd2 100644 --- a/docs/version-specific/supported-software/j/jupyterlmod.md +++ b/docs/version-specific/supported-software/j/jupyterlmod.md @@ -16,6 +16,7 @@ version | toolchain ``5.2.1`` | ``GCCcore/13.2.0`` ``5.2.2`` | ``GCCcore/13.3.0`` ``5.2.2`` | ``GCCcore/14.2.0`` +``5.3.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/j/jxrlib.md b/docs/version-specific/supported-software/j/jxrlib.md index f6476e8d44..e018dfb3cd 100644 --- a/docs/version-specific/supported-software/j/jxrlib.md +++ b/docs/version-specific/supported-software/j/jxrlib.md @@ -12,8 +12,12 @@ version | toolchain --------|---------- ``1.1`` | ``GCCcore/10.3.0`` ``1.1`` | ``GCCcore/11.3.0`` +``1.1`` | ``GCCcore/12.2.0`` ``1.1`` | ``GCCcore/12.3.0`` ``1.1`` | ``GCCcore/13.2.0`` +``2019.10.9`` | ``GCCcore/13.3.0`` +``2019.10.9`` | ``GCCcore/14.2.0`` +``2019.10.9`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/k/KaHIP.md b/docs/version-specific/supported-software/k/KaHIP.md index dcfc02b127..baaee79169 100644 --- a/docs/version-specific/supported-software/k/KaHIP.md +++ b/docs/version-specific/supported-software/k/KaHIP.md @@ -14,6 +14,9 @@ version | toolchain ``3.14`` | ``gompi/2022b`` ``3.16`` | ``gompi/2023a`` ``3.16`` | ``gompi/2023b`` +``3.19`` | ``gompi/2024a`` +``3.19`` | ``gompi/2025a`` +``3.19`` | ``gompi/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/k/Kent_tools.md b/docs/version-specific/supported-software/k/Kent_tools.md index 314fa40cf5..3bc31d3866 100644 --- a/docs/version-specific/supported-software/k/Kent_tools.md +++ b/docs/version-specific/supported-software/k/Kent_tools.md @@ -16,6 +16,8 @@ version | toolchain ``457`` | ``GCC/12.2.0`` ``461`` | ``GCC/12.2.0`` ``468`` | ``GCC/12.3.0`` +``479`` | ``GCC/13.3.0`` +``487`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/k/Kokkos.md b/docs/version-specific/supported-software/k/Kokkos.md new file mode 100644 index 0000000000..26af176fa3 --- /dev/null +++ b/docs/version-specific/supported-software/k/Kokkos.md @@ -0,0 +1,19 @@ +--- +search: + boost: 0.5 +--- +# Kokkos + +Kokkos Core implements a programming model in C++ for writing performance portable applications targeting all major HPC platforms. For that purpose it provides abstractions for both parallel execution of code and data management. Kokkos is designed to target complex node architectures with N-level memory hierarchies and multiple types of execution resources. It currently can use CUDA, HIP, SYCL, HPX, OpenMP and C++ threads as backend programming models with several other backends in development. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``4.7.01`` | ``-CUDA-12.9.1`` | ``GCC/14.3.0`` +``4.7.01`` | | ``GCC/14.3.0`` +``4.7.01`` | | ``intel-compilers/2025.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/k/Kraken2.md b/docs/version-specific/supported-software/k/Kraken2.md index a8481ba31b..7727f1862e 100644 --- a/docs/version-specific/supported-software/k/Kraken2.md +++ b/docs/version-specific/supported-software/k/Kraken2.md @@ -15,6 +15,7 @@ version | toolchain ``2.1.2`` | ``gompi/2022a`` ``2.1.3`` | ``gompi/2023a`` ``2.1.4`` | ``gompi/2024a`` +``2.1.6`` | ``gompi/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/k/KrakenTools.md b/docs/version-specific/supported-software/k/KrakenTools.md index a965129991..f13ce44b8b 100644 --- a/docs/version-specific/supported-software/k/KrakenTools.md +++ b/docs/version-specific/supported-software/k/KrakenTools.md @@ -11,6 +11,7 @@ KrakenTools is a suite of scripts to be used alongside the Kraken, KrakenUniq, K version | toolchain --------|---------- ``1.2`` | ``foss/2024a`` +``1.2.1`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/k/KronaTools.md b/docs/version-specific/supported-software/k/KronaTools.md index ebfa7dec85..2cb2ba506a 100644 --- a/docs/version-specific/supported-software/k/KronaTools.md +++ b/docs/version-specific/supported-software/k/KronaTools.md @@ -16,6 +16,7 @@ version | toolchain ``2.8.1`` | ``GCCcore/12.2.0`` ``2.8.1`` | ``GCCcore/12.3.0`` ``2.8.1`` | ``GCCcore/13.2.0`` +``2.8.1`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/k/index.md b/docs/version-specific/supported-software/k/index.md index 54dafc2b6d..e0d7772776 100644 --- a/docs/version-specific/supported-software/k/index.md +++ b/docs/version-specific/supported-software/k/index.md @@ -8,6 +8,7 @@ search: + * [k8](k8.md) * [kaggle](kaggle.md) * [KaHIP](KaHIP.md) * [Kaleido](Kaleido.md) @@ -26,6 +27,7 @@ search: * [KMCLib](KMCLib.md) * [KMCP](KMCP.md) * [kneaddata](kneaddata.md) + * [Kokkos](Kokkos.md) * [koopmans](koopmans.md) * [koopmans-kcp](koopmans-kcp.md) * [koopmans-qe-utils](koopmans-qe-utils.md) diff --git a/docs/version-specific/supported-software/k/k8.md b/docs/version-specific/supported-software/k/k8.md new file mode 100644 index 0000000000..d7d627a784 --- /dev/null +++ b/docs/version-specific/supported-software/k/k8.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# k8 + +K8 is a JavaScript runtime built on top of Google's v8 JavaScript engine. It provides a resizable binary buffer and synchronous APIs for plain file writing and gzip'd file reading. + +*homepage*: + +version | toolchain +--------|---------- +``1.2`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/k/kallisto.md b/docs/version-specific/supported-software/k/kallisto.md index 1413cf4037..441b4ff7b2 100644 --- a/docs/version-specific/supported-software/k/kallisto.md +++ b/docs/version-specific/supported-software/k/kallisto.md @@ -17,6 +17,7 @@ version | toolchain ``0.51.1`` | ``gompi/2023a`` ``0.51.1`` | ``gompi/2023b`` ``0.51.1`` | ``gompi/2024a`` +``0.51.1`` | ``gompi/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/k/kim-api.md b/docs/version-specific/supported-software/k/kim-api.md index 1ab739bce0..920b658762 100644 --- a/docs/version-specific/supported-software/k/kim-api.md +++ b/docs/version-specific/supported-software/k/kim-api.md @@ -18,6 +18,8 @@ version | toolchain ``2.3.0`` | ``GCC/13.2.0`` ``2.3.0`` | ``intel-compilers/2023.1.0`` ``2.4.1`` | ``GCC/13.3.0`` +``2.4.1`` | ``GCC/14.3.0`` +``2.4.1`` | ``intel-compilers/2025.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/k/kma.md b/docs/version-specific/supported-software/k/kma.md index 2ffbbda874..a3498082f7 100644 --- a/docs/version-specific/supported-software/k/kma.md +++ b/docs/version-specific/supported-software/k/kma.md @@ -11,6 +11,7 @@ KMA is a mapping method designed to map raw reads directly against redundant dat version | toolchain --------|---------- ``1.4.12a`` | ``GCC/12.2.0`` +``1.6.6`` | ``GCC/13.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/LAMMPS.md b/docs/version-specific/supported-software/l/LAMMPS.md index 46dc2f5950..d6fe15364a 100644 --- a/docs/version-specific/supported-software/l/LAMMPS.md +++ b/docs/version-specific/supported-software/l/LAMMPS.md @@ -10,6 +10,8 @@ LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale At version | versionsuffix | toolchain --------|---------------|---------- +``22Jul2025`` | ``-kokkos-CUDA-12.6.0`` | ``foss/2024a`` +``22Jul2025`` | ``-kokkos`` | ``foss/2024a`` ``23Jun2022`` | ``-kokkos-CUDA-11.3.1`` | ``foss/2021a`` ``23Jun2022`` | ``-kokkos`` | ``foss/2021a`` ``23Jun2022`` | ``-kokkos-CUDA-11.4.1`` | ``foss/2021b`` diff --git a/docs/version-specific/supported-software/l/LAPACK++.md b/docs/version-specific/supported-software/l/LAPACK++.md new file mode 100644 index 0000000000..e6bf6bc07a --- /dev/null +++ b/docs/version-specific/supported-software/l/LAPACK++.md @@ -0,0 +1,20 @@ +--- +search: + boost: 0.5 +--- +# LAPACK++ + +LAPACK++ is a C++ wrapper around CPU and GPU LAPACK and LAPACK-like linear algebra libraries. BLAS++ is a C++ wrapper around CPU and GPU BLAS (basic linear algebra subroutines. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``2025.05.28`` | ``-CUDA-12.8.0`` | ``gfbf/2025a`` +``2025.05.28`` | | ``gfbf/2025a`` +``2025.05.28`` | ``-CUDA-12.9.1`` | ``gfbf/2025b`` +``2025.05.28`` | | ``gfbf/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/LINC.md b/docs/version-specific/supported-software/l/LINC.md new file mode 100644 index 0000000000..daf119b771 --- /dev/null +++ b/docs/version-specific/supported-software/l/LINC.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# LINC + +LINC is a pipeline to correct for various instrumental and ionospheric effects in both LOFAR HBA and LOFAR LBA observations. + +*homepage*: + +version | toolchain +--------|---------- +``5.0`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/LMDB.md b/docs/version-specific/supported-software/l/LMDB.md index d099592d02..6a2647c8d3 100644 --- a/docs/version-specific/supported-software/l/LMDB.md +++ b/docs/version-specific/supported-software/l/LMDB.md @@ -17,6 +17,7 @@ version | toolchain ``0.9.31`` | ``GCCcore/12.3.0`` ``0.9.31`` | ``GCCcore/13.2.0`` ``0.9.31`` | ``GCCcore/13.3.0`` +``0.9.31`` | ``GCCcore/14.2.0`` ``0.9.31`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/l/LPC3D.md b/docs/version-specific/supported-software/l/LPC3D.md new file mode 100644 index 0000000000..4cac3cecb7 --- /dev/null +++ b/docs/version-specific/supported-software/l/LPC3D.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# LPC3D + +A code to do mesoscopic simulations of ions diffusing in carbon particles and of full supercapacitors. + +*homepage*: + +version | toolchain +--------|---------- +``0.1.2`` | ``foss/2023a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/LSD2.md b/docs/version-specific/supported-software/l/LSD2.md index 1354473655..d5e58de78e 100644 --- a/docs/version-specific/supported-software/l/LSD2.md +++ b/docs/version-specific/supported-software/l/LSD2.md @@ -15,6 +15,9 @@ version | toolchain ``2.3`` | ``GCCcore/11.3.0`` ``2.4.1`` | ``GCCcore/12.2.0`` ``2.4.1`` | ``GCCcore/12.3.0`` +``2.4.1`` | ``GCCcore/13.2.0`` +``2.4.1`` | ``GCCcore/13.3.0`` +``2.4.1`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/LSMTool.md b/docs/version-specific/supported-software/l/LSMTool.md new file mode 100644 index 0000000000..ce369b321f --- /dev/null +++ b/docs/version-specific/supported-software/l/LSMTool.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# LSMTool + +LSMTool is a Python package which allows for the manipulation of LOFAR sky models in the makesourcedb format. + +*homepage*: + +version | toolchain +--------|---------- +``1.7.0`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/LTR_retriever.md b/docs/version-specific/supported-software/l/LTR_retriever.md index 9a227b52ad..a469269a41 100644 --- a/docs/version-specific/supported-software/l/LTR_retriever.md +++ b/docs/version-specific/supported-software/l/LTR_retriever.md @@ -11,6 +11,7 @@ LTR_retriever is a highly accurate and sensitive program for identification of version | toolchain --------|---------- ``2.9.0`` | ``foss/2022a`` +``2.9.0`` | ``foss/2024a`` ``3.0.1`` | ``foss/2023a`` diff --git a/docs/version-specific/supported-software/l/LavaVu.md b/docs/version-specific/supported-software/l/LavaVu.md new file mode 100644 index 0000000000..4e2835fff5 --- /dev/null +++ b/docs/version-specific/supported-software/l/LavaVu.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# LavaVu + +A lightweight scientific visualisation tool with a python interface for fast and flexible visual analysis. LavaVu provides access to OpenGL powered 3D rendering of point, line, surface and volume data with minimal setup and an interface focused on simple mapping of values to visual properties while abstracting all the intricacies of OpenGL. A scientific visualisation tool with a python interface for fast and flexible visual analysis. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``1.9.9`` | ``-egl`` | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/Leptonica.md b/docs/version-specific/supported-software/l/Leptonica.md index 4abb4fa525..88c698a912 100644 --- a/docs/version-specific/supported-software/l/Leptonica.md +++ b/docs/version-specific/supported-software/l/Leptonica.md @@ -14,6 +14,7 @@ version | toolchain ``1.83.0`` | ``GCCcore/11.3.0`` ``1.84.1`` | ``GCCcore/12.3.0`` ``1.85.0`` | ``GCCcore/13.3.0`` +``1.85.0`` | ``GCCcore/14.2.0`` ``1.85.0`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/l/LibLZF.md b/docs/version-specific/supported-software/l/LibLZF.md index 70970e0857..b3469e42d0 100644 --- a/docs/version-specific/supported-software/l/LibLZF.md +++ b/docs/version-specific/supported-software/l/LibLZF.md @@ -14,6 +14,9 @@ version | toolchain ``3.6`` | ``GCCcore/11.3.0`` ``3.6`` | ``GCCcore/12.3.0`` ``3.6`` | ``GCCcore/13.2.0`` +``3.6`` | ``GCCcore/13.3.0`` +``3.6`` | ``GCCcore/14.2.0`` +``3.6`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/LibRaw.md b/docs/version-specific/supported-software/l/LibRaw.md new file mode 100644 index 0000000000..f2726faf40 --- /dev/null +++ b/docs/version-specific/supported-software/l/LibRaw.md @@ -0,0 +1,22 @@ +--- +search: + boost: 0.5 +--- +# LibRaw + +The LibRaw library provides a simple and unified interface for extracting out of RAW files generated by digital photo cameras the following: - RAW data (pixel values) - Metadata necessary for processing RAW (geometry, CFA / Bayer pattern, black level, white balance, etc.) - Embedded preview / thumbnail. + +*homepage*: + +version | toolchain +--------|---------- +``0.21.3`` | ``GCCcore/12.2.0`` +``0.21.3`` | ``GCCcore/12.3.0`` +``0.21.3`` | ``GCCcore/13.2.0`` +``0.21.3`` | ``GCCcore/13.3.0`` +``0.21.4`` | ``GCCcore/14.2.0`` +``0.21.4`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/LibVNCServer.md b/docs/version-specific/supported-software/l/LibVNCServer.md new file mode 100644 index 0000000000..0e4a9390a9 --- /dev/null +++ b/docs/version-specific/supported-software/l/LibVNCServer.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# LibVNCServer + +LibVNCServer: A library for easy implementation of a VNC server. + +*homepage*: + +version | toolchain +--------|---------- +``0.9.15`` | ``GCCcore/14.2.0`` +``0.9.15`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/Libint.md b/docs/version-specific/supported-software/l/Libint.md index aa2f368514..9fe8be2ef9 100644 --- a/docs/version-specific/supported-software/l/Libint.md +++ b/docs/version-specific/supported-software/l/Libint.md @@ -10,11 +10,13 @@ Libint library is used to evaluate the traditional (electron repulsion) and cert version | versionsuffix | toolchain --------|---------------|---------- +``2.11.1`` | ``-lmax-6-cp2k`` | ``GCC/14.2.0`` ``2.6.0`` | ``-lmax-6-cp2k`` | ``GCC/10.3.0`` ``2.6.0`` | ``-lmax-6-cp2k`` | ``iimpi/2021a`` ``2.7.2`` | ``-lmax-6-cp2k`` | ``GCC/11.3.0`` ``2.7.2`` | ``-lmax-6-cp2k`` | ``GCC/12.2.0`` ``2.7.2`` | ``-lmax-6-cp2k`` | ``GCC/12.3.0`` +``2.7.2`` | ``-lmax-6-cp2k`` | ``GCC/13.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/LoSoTo.md b/docs/version-specific/supported-software/l/LoSoTo.md new file mode 100644 index 0000000000..bdb77cd1d8 --- /dev/null +++ b/docs/version-specific/supported-software/l/LoSoTo.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# LoSoTo + +LoSoTo: LOFAR solutions tool + +*homepage*: + +version | toolchain +--------|---------- +``2.5.0`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/LofarStMan.md b/docs/version-specific/supported-software/l/LofarStMan.md new file mode 100644 index 0000000000..87187a0010 --- /dev/null +++ b/docs/version-specific/supported-software/l/LofarStMan.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# LofarStMan + +This package provides a casacore storage manager to read raw correlator output of the LOFAR telescope. + +*homepage*: + +version | toolchain +--------|---------- +``1.0`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/Lua.md b/docs/version-specific/supported-software/l/Lua.md index 733eb1f709..f2510f370c 100644 --- a/docs/version-specific/supported-software/l/Lua.md +++ b/docs/version-specific/supported-software/l/Lua.md @@ -18,6 +18,7 @@ version | toolchain ``5.4.6`` | ``GCCcore/13.2.0`` ``5.4.7`` | ``GCCcore/13.3.0`` ``5.4.8`` | ``GCCcore/14.2.0`` +``5.4.8`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/index.md b/docs/version-specific/supported-software/l/index.md index 32a0acbbbe..392a044edd 100644 --- a/docs/version-specific/supported-software/l/index.md +++ b/docs/version-specific/supported-software/l/index.md @@ -19,10 +19,14 @@ search: * [langchain-mistralai](langchain-mistralai.md) * [langchain-openai](langchain-openai.md) * [LAPACK](LAPACK.md) + * [LAPACK++](LAPACK++.md) + * [laspy](laspy.md) * [LASSO-Python](LASSO-Python.md) * [LASTZ](LASTZ.md) * [lavaan](lavaan.md) + * [LavaVu](LavaVu.md) * [LayoutParser](LayoutParser.md) + * [lazrs](lazrs.md) * [LBFGS++](LBFGS++.md) * [lcalc](lcalc.md) * [LCov](LCov.md) @@ -36,6 +40,8 @@ search: * [LevelDB](LevelDB.md) * [Levenshtein](Levenshtein.md) * [levmar](levmar.md) + * [lfbf](lfbf.md) + * [lfoss](lfoss.md) * [lftp](lftp.md) * [LHAPDF](LHAPDF.md) * [LIANA](LIANA.md) @@ -43,6 +49,7 @@ search: * [libaec](libaec.md) * [libaed2](libaed2.md) * [libaio](libaio.md) + * [libaom](libaom.md) * [libarchive](libarchive.md) * [libavif](libavif.md) * [libbacktrace](libbacktrace.md) @@ -53,6 +60,7 @@ search: * [libcifpp](libcifpp.md) * [libcint](libcint.md) * [libcircle](libcircle.md) + * [libclc](libclc.md) * [libconfig](libconfig.md) * [libcroco](libcroco.md) * [libdap](libdap.md) @@ -106,6 +114,7 @@ search: * [libMemcached](libMemcached.md) * [libmypaint](libmypaint.md) * [libneurosim](libneurosim.md) + * [libnotify](libnotify.md) * [libnsl](libnsl.md) * [libobjcryst](libobjcryst.md) * [libogg](libogg.md) @@ -114,10 +123,13 @@ search: * [libpci](libpci.md) * [libpciaccess](libpciaccess.md) * [libpng](libpng.md) + * [libproxy](libproxy.md) * [libpsl](libpsl.md) * [libPSML](libPSML.md) * [libpspio](libpspio.md) + * [libpthread-stubs](libpthread-stubs.md) * [libQGLViewer](libQGLViewer.md) + * [LibRaw](LibRaw.md) * [libreadline](libreadline.md) * [libRmath](libRmath.md) * [librosa](librosa.md) @@ -126,6 +138,7 @@ search: * [libSBML](libSBML.md) * [libsigc++](libsigc++.md) * [libsigsegv](libsigsegv.md) + * [libslirp](libslirp.md) * [libsndfile](libsndfile.md) * [libsodium](libsodium.md) * [LibSoup](LibSoup.md) @@ -147,14 +160,18 @@ search: * [libtree](libtree.md) * [libunistring](libunistring.md) * [libunwind](libunwind.md) + * [liburing](liburing.md) * [libuv](libuv.md) * [libvdwxc](libvdwxc.md) * [libvips](libvips.md) + * [LibVNCServer](LibVNCServer.md) * [libvorbis](libvorbis.md) * [libvori](libvori.md) * [libvpx](libvpx.md) * [libWallModelledLES](libWallModelledLES.md) * [libwebp](libwebp.md) + * [libwebsockets](libwebsockets.md) + * [libwnck](libwnck.md) * [libwpe](libwpe.md) * [libxc](libxc.md) * [libxml++](libxml++.md) @@ -173,6 +190,7 @@ search: * [lil-aretomo](lil-aretomo.md) * [LIME](LIME.md) * [LinBox](LinBox.md) + * [LINC](LINC.md) * [line_profiler](line_profiler.md) * [LIQA](LIQA.md) * [LISFLOOD-FP](LISFLOOD-FP.md) @@ -180,13 +198,20 @@ search: * [LittleCMS](LittleCMS.md) * [llama-cpp-python](llama-cpp-python.md) * [llama.cpp](llama.cpp.md) + * [llnl-blt](llnl-blt.md) * [LLVM](LLVM.md) + * [llvm-compilers](llvm-compilers.md) * [LM-Studio](LM-Studio.md) * [LMDB](LMDB.md) * [LMfit](LMfit.md) * [lmoments3](lmoments3.md) + * [lmpflf](lmpflf.md) + * [lmpich](lmpich.md) * [LOBSTER](LOBSTER.md) * [LocARNA](LocARNA.md) + * [LofarStMan](LofarStMan.md) + * [lohhla-mod](lohhla-mod.md) + * [lompi](lompi.md) * [longestrunsubsequence](longestrunsubsequence.md) * [longread_umi](longread_umi.md) * [Longshot](Longshot.md) @@ -194,6 +219,8 @@ search: * [loomR](loomR.md) * [LoopTools](LoopTools.md) * [LoRDEC](LoRDEC.md) + * [LoSoTo](LoSoTo.md) + * [LPC3D](LPC3D.md) * [lpsolve](lpsolve.md) * [LRBinner](LRBinner.md) * [lrcalc](lrcalc.md) @@ -202,6 +229,7 @@ search: * [LS-PrePost](LS-PrePost.md) * [lsb_release](lsb_release.md) * [LSD2](LSD2.md) + * [LSMTool](LSMTool.md) * [LST-AI](LST-AI.md) * [LTR_retriever](LTR_retriever.md) * [Lua](Lua.md) diff --git a/docs/version-specific/supported-software/l/laspy.md b/docs/version-specific/supported-software/l/laspy.md new file mode 100644 index 0000000000..6f38affda4 --- /dev/null +++ b/docs/version-specific/supported-software/l/laspy.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# laspy + +Laspy is a pythonic interface for reading/modifying/creating .LAS LIDAR files matching specification 1.0-1.4. + +*homepage*: + +version | toolchain +--------|---------- +``2.6.1`` | ``foss/2025a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/lazrs.md b/docs/version-specific/supported-software/l/lazrs.md new file mode 100644 index 0000000000..9cb23df1b5 --- /dev/null +++ b/docs/version-specific/supported-software/l/lazrs.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# lazrs + +Data validation and settings management using Python type hinting. + +*homepage*: + +version | toolchain +--------|---------- +``0.7.0`` | ``GCCcore/14.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/lfbf.md b/docs/version-specific/supported-software/l/lfbf.md new file mode 100644 index 0000000000..ae070abeac --- /dev/null +++ b/docs/version-specific/supported-software/l/lfbf.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# lfbf + +LLVM based compiler toolchain, including FlexiBLAS (BLAS and LAPACK support) and (serial) FFTW. + +*homepage*: <(none)> + +version | toolchain +--------|---------- +``2025b`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/lfoss.md b/docs/version-specific/supported-software/l/lfoss.md new file mode 100644 index 0000000000..8d440d993a --- /dev/null +++ b/docs/version-specific/supported-software/l/lfoss.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# lfoss + +GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. + +*homepage*: + +version | toolchain +--------|---------- +``2025b`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/lftp.md b/docs/version-specific/supported-software/l/lftp.md index 2d59d61628..00936df9d6 100644 --- a/docs/version-specific/supported-software/l/lftp.md +++ b/docs/version-specific/supported-software/l/lftp.md @@ -11,6 +11,7 @@ LFTP is a sophisticated ftp/http client, and a file transfer program supporting version | toolchain --------|---------- ``4.9.2`` | ``GCCcore/11.2.0`` +``4.9.3`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libBigWig.md b/docs/version-specific/supported-software/l/libBigWig.md index 52c5d88e5e..1376025166 100644 --- a/docs/version-specific/supported-software/l/libBigWig.md +++ b/docs/version-specific/supported-software/l/libBigWig.md @@ -11,6 +11,7 @@ A C library for handling bigWig files version | toolchain --------|---------- ``0.4.6`` | ``GCCcore/11.2.0`` +``0.4.8`` | ``GCCcore/13.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libGLU.md b/docs/version-specific/supported-software/l/libGLU.md index 36e6428d96..9b5e303fe3 100644 --- a/docs/version-specific/supported-software/l/libGLU.md +++ b/docs/version-specific/supported-software/l/libGLU.md @@ -17,6 +17,7 @@ version | toolchain ``9.0.3`` | ``GCCcore/12.3.0`` ``9.0.3`` | ``GCCcore/13.2.0`` ``9.0.3`` | ``GCCcore/13.3.0`` +``9.0.3`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libRmath.md b/docs/version-specific/supported-software/l/libRmath.md index 1e6e60fb7c..5e70f10a17 100644 --- a/docs/version-specific/supported-software/l/libRmath.md +++ b/docs/version-specific/supported-software/l/libRmath.md @@ -13,6 +13,7 @@ version | toolchain ``4.1.2`` | ``GCCcore/11.2.0`` ``4.2.0`` | ``GCCcore/10.3.0`` ``4.2.1`` | ``GCCcore/11.3.0`` +``4.5.1`` | ``GCCcore/12.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libSBML.md b/docs/version-specific/supported-software/l/libSBML.md index 22022450e8..5f9e53d574 100644 --- a/docs/version-specific/supported-software/l/libSBML.md +++ b/docs/version-specific/supported-software/l/libSBML.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``5.19.0`` | ``GCC/10.3.0`` ``5.19.7`` | ``GCC/11.3.0`` +``5.20.5`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libStatGen.md b/docs/version-specific/supported-software/l/libStatGen.md index 6893689366..0c7b4991f4 100644 --- a/docs/version-specific/supported-software/l/libStatGen.md +++ b/docs/version-specific/supported-software/l/libStatGen.md @@ -11,6 +11,7 @@ Useful set of classes for creating statistical genetic programs. version | toolchain --------|---------- ``1.0.15`` | ``GCCcore/12.3.0`` +``1.0.15`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libaom.md b/docs/version-specific/supported-software/l/libaom.md new file mode 100644 index 0000000000..3304df1c4e --- /dev/null +++ b/docs/version-specific/supported-software/l/libaom.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# libaom + + + +*homepage*: + +version | toolchain +--------|---------- +``3.10.0`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/libavif.md b/docs/version-specific/supported-software/l/libavif.md index 078a9d8bd5..341389b99e 100644 --- a/docs/version-specific/supported-software/l/libavif.md +++ b/docs/version-specific/supported-software/l/libavif.md @@ -15,6 +15,7 @@ version | toolchain ``1.0.4`` | ``GCCcore/12.3.0`` ``1.1.1`` | ``GCCcore/13.2.0`` ``1.2.0`` | ``GCCcore/13.3.0`` +``1.3.0`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libcint.md b/docs/version-specific/supported-software/l/libcint.md index 8bf2a0c4eb..0746bd8771 100644 --- a/docs/version-specific/supported-software/l/libcint.md +++ b/docs/version-specific/supported-software/l/libcint.md @@ -18,6 +18,7 @@ version | versionsuffix | toolchain ``5.4.0`` | | ``gfbf/2023b`` ``5.5.0`` | | ``gfbf/2022b`` ``6.1.2`` | | ``gfbf/2024a`` +``6.1.2`` | | ``gfbf/2025a`` ``6.1.2`` | | ``gfbf/2025b`` diff --git a/docs/version-specific/supported-software/l/libcircle.md b/docs/version-specific/supported-software/l/libcircle.md index 3f7e35a859..4cffb88cab 100644 --- a/docs/version-specific/supported-software/l/libcircle.md +++ b/docs/version-specific/supported-software/l/libcircle.md @@ -14,6 +14,7 @@ version | toolchain ``0.3`` | ``gompi/2023a`` ``0.3`` | ``gompi/2024a`` ``0.3`` | ``gompi/2025a`` +``0.3`` | ``gompi/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libclc.md b/docs/version-specific/supported-software/l/libclc.md new file mode 100644 index 0000000000..4d2bc2d02c --- /dev/null +++ b/docs/version-specific/supported-software/l/libclc.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# libclc + +libclc is an open source, BSD/MIT dual licensed implementation of the library requirements of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. + +*homepage*: + +version | toolchain +--------|---------- +``20.1.8`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/libconfig.md b/docs/version-specific/supported-software/l/libconfig.md index 6e7f837ca4..471a2ad815 100644 --- a/docs/version-specific/supported-software/l/libconfig.md +++ b/docs/version-specific/supported-software/l/libconfig.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.7.3`` | ``GCCcore/10.3.0`` ``1.7.3`` | ``GCCcore/11.2.0`` +``1.8.1`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libcroco.md b/docs/version-specific/supported-software/l/libcroco.md index eccba2a5b5..c895b4d961 100644 --- a/docs/version-specific/supported-software/l/libcroco.md +++ b/docs/version-specific/supported-software/l/libcroco.md @@ -11,6 +11,7 @@ Libcroco is a standalone css2 parsing and manipulation library. version | toolchain --------|---------- ``0.6.13`` | ``GCCcore/13.3.0`` +``0.6.13`` | ``GCCcore/14.2.0`` ``0.6.13`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/l/libdivsufsort.md b/docs/version-specific/supported-software/l/libdivsufsort.md index 47830a6317..24da583fe4 100644 --- a/docs/version-specific/supported-software/l/libdivsufsort.md +++ b/docs/version-specific/supported-software/l/libdivsufsort.md @@ -10,6 +10,7 @@ libdivsufsort is a software library that implements a lightweight suffix array version | toolchain --------|---------- +``2.0.1`` | ``GCCcore/13.3.0`` ``2.0.1`` | ``foss/2023a`` diff --git a/docs/version-specific/supported-software/l/libdwarf.md b/docs/version-specific/supported-software/l/libdwarf.md index bb73125d05..d818e1bdb9 100644 --- a/docs/version-specific/supported-software/l/libdwarf.md +++ b/docs/version-specific/supported-software/l/libdwarf.md @@ -14,6 +14,7 @@ version | toolchain ``0.4.1`` | ``GCCcore/11.3.0`` ``0.7.0`` | ``GCCcore/12.3.0`` ``0.9.2`` | ``GCCcore/13.2.0`` +``2.1.0`` | ``GCCcore/14.2.0`` ``2.1.0`` | ``GCCcore/14.3.0`` ``20210305`` | ``GCCcore/10.3.0`` ``20210528`` | ``GCCcore/11.2.0`` diff --git a/docs/version-specific/supported-software/l/libedit.md b/docs/version-specific/supported-software/l/libedit.md index 662e0f9874..dd19dd136a 100644 --- a/docs/version-specific/supported-software/l/libedit.md +++ b/docs/version-specific/supported-software/l/libedit.md @@ -14,6 +14,8 @@ version | toolchain ``20210910`` | ``GCCcore/10.3.0`` ``20210910`` | ``GCCcore/11.2.0`` ``20240517`` | ``GCCcore/13.2.0`` +``20240808`` | ``GCCcore/13.3.0`` +``20250104`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libepoxy.md b/docs/version-specific/supported-software/l/libepoxy.md index 2ea8b75fbb..b4d092e278 100644 --- a/docs/version-specific/supported-software/l/libepoxy.md +++ b/docs/version-specific/supported-software/l/libepoxy.md @@ -15,6 +15,8 @@ version | toolchain ``1.5.10`` | ``GCCcore/12.3.0`` ``1.5.10`` | ``GCCcore/13.2.0`` ``1.5.10`` | ``GCCcore/13.3.0`` +``1.5.10`` | ``GCCcore/14.2.0`` +``1.5.10`` | ``GCCcore/14.3.0`` ``1.5.8`` | ``GCCcore/10.3.0`` ``1.5.8`` | ``GCCcore/11.2.0`` diff --git a/docs/version-specific/supported-software/l/libev.md b/docs/version-specific/supported-software/l/libev.md index 27ed8507ea..356b7684e7 100644 --- a/docs/version-specific/supported-software/l/libev.md +++ b/docs/version-specific/supported-software/l/libev.md @@ -13,6 +13,9 @@ version | toolchain ``4.33`` | ``GCC/11.2.0`` ``4.33`` | ``GCC/11.3.0`` ``4.33`` | ``GCC/12.3.0`` +``4.33`` | ``GCCcore/13.3.0`` +``4.33`` | ``GCCcore/14.2.0`` +``4.33`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libexif.md b/docs/version-specific/supported-software/l/libexif.md index 4b4cf87faa..cc4bafc069 100644 --- a/docs/version-specific/supported-software/l/libexif.md +++ b/docs/version-specific/supported-software/l/libexif.md @@ -11,6 +11,7 @@ A library for parsing, editing, and saving EXIF data. version | toolchain --------|---------- ``0.6.24`` | ``GCCcore/11.2.0`` +``0.6.25`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libgcrypt.md b/docs/version-specific/supported-software/l/libgcrypt.md index e19f42bd9a..56fa3cc41d 100644 --- a/docs/version-specific/supported-software/l/libgcrypt.md +++ b/docs/version-specific/supported-software/l/libgcrypt.md @@ -13,6 +13,7 @@ version | toolchain ``1.10.1`` | ``GCCcore/11.3.0`` ``1.10.3`` | ``GCCcore/12.3.0`` ``1.10.3`` | ``GCCcore/13.2.0`` +``1.11.2`` | ``GCCcore/14.2.0`` ``1.9.2`` | ``GCCcore/10.3.0`` ``1.9.3`` | ``GCCcore/11.2.0`` diff --git a/docs/version-specific/supported-software/l/libgpg-error.md b/docs/version-specific/supported-software/l/libgpg-error.md index fb1f8fe441..d7110890bb 100644 --- a/docs/version-specific/supported-software/l/libgpg-error.md +++ b/docs/version-specific/supported-software/l/libgpg-error.md @@ -15,6 +15,7 @@ version | toolchain ``1.46`` | ``GCCcore/11.3.0`` ``1.48`` | ``GCCcore/12.3.0`` ``1.48`` | ``GCCcore/13.2.0`` +``1.56`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libhandy.md b/docs/version-specific/supported-software/l/libhandy.md index cf5e3c9ec8..c041a3a934 100644 --- a/docs/version-specific/supported-software/l/libhandy.md +++ b/docs/version-specific/supported-software/l/libhandy.md @@ -11,6 +11,7 @@ Building blocks for modern adaptive GNOME apps version | toolchain --------|---------- ``1.8.2`` | ``GCCcore/12.3.0`` +``1.8.2`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libharu.md b/docs/version-specific/supported-software/l/libharu.md index 4b97a153c5..093bdbeca0 100644 --- a/docs/version-specific/supported-software/l/libharu.md +++ b/docs/version-specific/supported-software/l/libharu.md @@ -16,6 +16,8 @@ version | toolchain ``2.3.0`` | ``GCCcore/12.3.0`` ``2.3.0`` | ``foss/2021a`` ``2.3.0`` | ``foss/2021b`` +``2.4.5`` | ``GCCcore/13.3.0`` +``2.4.5`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libjxl.md b/docs/version-specific/supported-software/l/libjxl.md index 2bffe07f70..92263ad371 100644 --- a/docs/version-specific/supported-software/l/libjxl.md +++ b/docs/version-specific/supported-software/l/libjxl.md @@ -10,6 +10,7 @@ JPEG XL image format reference implementation version | toolchain --------|---------- +``0.10.4`` | ``GCCcore/13.3.0`` ``0.5`` | ``GCCcore/10.3.0`` ``0.8.1`` | ``foss/2022a`` ``0.8.2`` | ``GCCcore/12.3.0`` diff --git a/docs/version-specific/supported-software/l/libmad.md b/docs/version-specific/supported-software/l/libmad.md index 3b98026f4c..25bc9f6735 100644 --- a/docs/version-specific/supported-software/l/libmad.md +++ b/docs/version-specific/supported-software/l/libmad.md @@ -12,7 +12,9 @@ version | toolchain --------|---------- ``0.15.1b`` | ``GCCcore/11.3.0`` ``0.15.1b`` | ``GCCcore/12.3.0`` +``0.15.1b`` | ``GCCcore/13.2.0`` ``0.15.1b`` | ``GCCcore/13.3.0`` +``0.15.1b`` | ``GCCcore/14.2.0`` ``0.15.1b`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/l/libnotify.md b/docs/version-specific/supported-software/l/libnotify.md new file mode 100644 index 0000000000..b909b7d57c --- /dev/null +++ b/docs/version-specific/supported-software/l/libnotify.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# libnotify + +libnotify is a library for sending desktop notifications to a notification daemon, as defined in the org.freedesktop.Notifications Desktop Specification. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. + +*homepage*: + +version | toolchain +--------|---------- +``0.8.7`` | ``GCCcore/14.2.0`` +``0.8.7`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/libopus.md b/docs/version-specific/supported-software/l/libopus.md index baf2b26702..7b7c003fff 100644 --- a/docs/version-specific/supported-software/l/libopus.md +++ b/docs/version-specific/supported-software/l/libopus.md @@ -15,6 +15,7 @@ version | toolchain ``1.4`` | ``GCCcore/12.3.0`` ``1.5.2`` | ``GCCcore/13.2.0`` ``1.5.2`` | ``GCCcore/13.3.0`` +``1.5.2`` | ``GCCcore/14.2.0`` ``1.5.2`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/l/libosmium.md b/docs/version-specific/supported-software/l/libosmium.md index 9c671e4268..7c5dd7c672 100644 --- a/docs/version-specific/supported-software/l/libosmium.md +++ b/docs/version-specific/supported-software/l/libosmium.md @@ -11,6 +11,7 @@ A fast and flexible C++ library for working with OpenStreetMap data. The Osmium version | toolchain --------|---------- ``2.22.0`` | ``foss/2024a`` +``2.22.0`` | ``foss/2025a`` ``2.22.0`` | ``foss/2025b`` diff --git a/docs/version-specific/supported-software/l/libpng.md b/docs/version-specific/supported-software/l/libpng.md index be15c96692..78baec4442 100644 --- a/docs/version-specific/supported-software/l/libpng.md +++ b/docs/version-specific/supported-software/l/libpng.md @@ -11,6 +11,7 @@ libpng is the official PNG reference library version | toolchain --------|---------- ``1.5.30`` | ``system`` +``1.6.34`` | ``system`` ``1.6.37`` | ``GCCcore/10.3.0`` ``1.6.37`` | ``GCCcore/11.2.0`` ``1.6.37`` | ``GCCcore/11.3.0`` diff --git a/docs/version-specific/supported-software/l/libproxy.md b/docs/version-specific/supported-software/l/libproxy.md new file mode 100644 index 0000000000..3245fd3b6d --- /dev/null +++ b/docs/version-specific/supported-software/l/libproxy.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# libproxy + +libproxy is a library that provides automatic proxy configuration management. + +*homepage*: + +version | toolchain +--------|---------- +``0.5.12`` | ``GCCcore/14.2.0`` +``0.5.12`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/libpthread-stubs.md b/docs/version-specific/supported-software/l/libpthread-stubs.md new file mode 100644 index 0000000000..4c31889ae6 --- /dev/null +++ b/docs/version-specific/supported-software/l/libpthread-stubs.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# libpthread-stubs + +Stub replacements for POSIX Threads functions. + +*homepage*: + +version | toolchain +--------|---------- +``0.4`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/librosa.md b/docs/version-specific/supported-software/l/librosa.md index 2c78592abd..747b72a23b 100644 --- a/docs/version-specific/supported-software/l/librosa.md +++ b/docs/version-specific/supported-software/l/librosa.md @@ -11,7 +11,11 @@ Audio and music processing in Python version | toolchain --------|---------- ``0.10.1`` | ``foss/2023a`` +``0.10.1`` | ``foss/2023b`` +``0.10.2.post1`` | ``foss/2023b`` ``0.10.2.post1`` | ``foss/2024a`` +``0.11.0`` | ``foss/2025a`` +``0.11.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/librsvg.md b/docs/version-specific/supported-software/l/librsvg.md index 8cb8ad8f57..d3e0e9a978 100644 --- a/docs/version-specific/supported-software/l/librsvg.md +++ b/docs/version-specific/supported-software/l/librsvg.md @@ -16,6 +16,7 @@ version | toolchain ``2.58.0`` | ``GCCcore/12.3.0`` ``2.58.0`` | ``GCCcore/13.2.0`` ``2.60.0`` | ``GCCcore/13.3.0`` +``2.61.0`` | ``GCCcore/14.2.0`` ``2.61.0`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/l/libslirp.md b/docs/version-specific/supported-software/l/libslirp.md new file mode 100644 index 0000000000..d6ca88e64f --- /dev/null +++ b/docs/version-specific/supported-software/l/libslirp.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# libslirp + +A general purpose TCP-IP emulator used by virtual machine hypervisors to provide virtual networking services. + +*homepage*: + +version | toolchain +--------|---------- +``4.9.1`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/libsndfile.md b/docs/version-specific/supported-software/l/libsndfile.md index baad076fc0..4dd015b8f0 100644 --- a/docs/version-specific/supported-software/l/libsndfile.md +++ b/docs/version-specific/supported-software/l/libsndfile.md @@ -17,6 +17,7 @@ version | toolchain ``1.2.2`` | ``GCCcore/12.3.0`` ``1.2.2`` | ``GCCcore/13.2.0`` ``1.2.2`` | ``GCCcore/13.3.0`` +``1.2.2`` | ``GCCcore/14.2.0`` ``1.2.2`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/l/libspatialindex.md b/docs/version-specific/supported-software/l/libspatialindex.md index dc5e2e705c..c6b8162471 100644 --- a/docs/version-specific/supported-software/l/libspatialindex.md +++ b/docs/version-specific/supported-software/l/libspatialindex.md @@ -16,6 +16,7 @@ version | toolchain ``1.9.3`` | ``GCCcore/12.3.0`` ``1.9.3`` | ``GCCcore/13.2.0`` ``2.0.0`` | ``GCCcore/13.3.0`` +``2.1.0`` | ``GCCcore/14.2.0`` ``2.1.0`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/l/libspectre.md b/docs/version-specific/supported-software/l/libspectre.md index f95606c839..d79945bc5b 100644 --- a/docs/version-specific/supported-software/l/libspectre.md +++ b/docs/version-specific/supported-software/l/libspectre.md @@ -11,6 +11,7 @@ libspectre is a small library for rendering Postscript documents. It provides a version | toolchain --------|---------- ``0.2.12`` | ``GCCcore/12.3.0`` +``0.2.12`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libsupermesh.md b/docs/version-specific/supported-software/l/libsupermesh.md index 639981aa06..50f61d2ad9 100644 --- a/docs/version-specific/supported-software/l/libsupermesh.md +++ b/docs/version-specific/supported-software/l/libsupermesh.md @@ -11,6 +11,9 @@ libsupermesh parallel supermeshing library. version | toolchain --------|---------- ``2025-01-25`` | ``foss/2023a`` +``2025.4`` | ``foss/2024a`` +``2025.4`` | ``foss/2025a`` +``2025.4`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libtasn1.md b/docs/version-specific/supported-software/l/libtasn1.md index fdec763adc..a26ec50e6a 100644 --- a/docs/version-specific/supported-software/l/libtasn1.md +++ b/docs/version-specific/supported-software/l/libtasn1.md @@ -15,6 +15,8 @@ version | toolchain ``4.19.0`` | ``GCCcore/11.3.0`` ``4.19.0`` | ``GCCcore/12.3.0`` ``4.19.0`` | ``GCCcore/13.3.0`` +``4.20.0`` | ``GCCcore/14.2.0`` +``4.20.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/liburing.md b/docs/version-specific/supported-software/l/liburing.md new file mode 100644 index 0000000000..c28b7565a7 --- /dev/null +++ b/docs/version-specific/supported-software/l/liburing.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# liburing + +Library providing helpers for the Linux kernel io_uring support + +*homepage*: + +version | toolchain +--------|---------- +``2.12`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/libuv.md b/docs/version-specific/supported-software/l/libuv.md index 0d2d6e77ba..00ce9cfa95 100644 --- a/docs/version-specific/supported-software/l/libuv.md +++ b/docs/version-specific/supported-software/l/libuv.md @@ -11,6 +11,7 @@ libuv is a multi-platform support library with a focus on asynchronous I/O. version | toolchain --------|---------- ``1.48.0`` | ``GCCcore/12.3.0`` +``1.51.0`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libvorbis.md b/docs/version-specific/supported-software/l/libvorbis.md index f8fd35adce..fa6552d9d0 100644 --- a/docs/version-specific/supported-software/l/libvorbis.md +++ b/docs/version-specific/supported-software/l/libvorbis.md @@ -17,6 +17,7 @@ version | toolchain ``1.3.7`` | ``GCCcore/12.3.0`` ``1.3.7`` | ``GCCcore/13.2.0`` ``1.3.7`` | ``GCCcore/13.3.0`` +``1.3.7`` | ``GCCcore/14.2.0`` ``1.3.7`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/l/libvori.md b/docs/version-specific/supported-software/l/libvori.md index fdea9dff7c..bf4214d2d5 100644 --- a/docs/version-specific/supported-software/l/libvori.md +++ b/docs/version-specific/supported-software/l/libvori.md @@ -14,6 +14,9 @@ version | toolchain ``220621`` | ``GCCcore/12.2.0`` ``220621`` | ``GCCcore/12.3.0`` ``220621`` | ``GCCcore/13.2.0`` +``220621`` | ``GCCcore/13.3.0`` +``220621`` | ``GCCcore/14.2.0`` +``220621`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libvpx.md b/docs/version-specific/supported-software/l/libvpx.md index 75cfdf1edc..484da47f83 100644 --- a/docs/version-specific/supported-software/l/libvpx.md +++ b/docs/version-specific/supported-software/l/libvpx.md @@ -10,6 +10,9 @@ VPx are open and royalty free video compression formats owned by Google. version | toolchain --------|---------- +``1.15.2`` | ``GCCcore/13.2.0`` +``1.15.2`` | ``GCCcore/13.3.0`` +``1.15.2`` | ``GCCcore/14.2.0`` ``1.15.2`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/l/libwebsockets.md b/docs/version-specific/supported-software/l/libwebsockets.md new file mode 100644 index 0000000000..8bb1cace51 --- /dev/null +++ b/docs/version-specific/supported-software/l/libwebsockets.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# libwebsockets + +Libwebsockets (LWS) is a flexible, lightweight pure C library for implementing modern network protocols easily with a tiny footprint, using a nonblocking event loop. It has been developed continuously since 2010 and is used in tens of millions of devices and by thousands of developers around the world. + +*homepage*: + +version | toolchain +--------|---------- +``4.3.6`` | ``GCCcore/14.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/libwnck.md b/docs/version-specific/supported-software/l/libwnck.md new file mode 100644 index 0000000000..c48fda5481 --- /dev/null +++ b/docs/version-specific/supported-software/l/libwnck.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# libwnck + +libwnck is Window Navigator Construction Kit, i.e. a library to use for writing pagers and taskslists and stuff. + +*homepage*: + +version | toolchain +--------|---------- +``43.3`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/libwpe.md b/docs/version-specific/supported-software/l/libwpe.md index 94115c89e3..050970c31e 100644 --- a/docs/version-specific/supported-software/l/libwpe.md +++ b/docs/version-specific/supported-software/l/libwpe.md @@ -13,6 +13,7 @@ version | toolchain ``1.13.3`` | ``GCCcore/11.2.0`` ``1.14.1`` | ``GCCcore/11.3.0`` ``1.16.0`` | ``GCCcore/12.3.0`` +``1.16.3`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libxc.md b/docs/version-specific/supported-software/l/libxc.md index a6abeb5b6b..829ae448f7 100644 --- a/docs/version-specific/supported-software/l/libxc.md +++ b/docs/version-specific/supported-software/l/libxc.md @@ -30,6 +30,8 @@ version | versionsuffix | toolchain ``6.2.2`` | | ``intel-compilers/2023.2.1`` ``7.0.0`` | | ``GCC/14.2.0`` ``7.0.0`` | | ``GCC/14.3.0`` +``7.0.0`` | | ``intel-compilers/2025.2.0`` +``7.0.0`` | | ``llvm-compilers/20.1.8`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libxml2-python.md b/docs/version-specific/supported-software/l/libxml2-python.md index b85b254959..db9b3b106f 100644 --- a/docs/version-specific/supported-software/l/libxml2-python.md +++ b/docs/version-specific/supported-software/l/libxml2-python.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``2.11.4`` | ``GCCcore/12.3.0`` ``2.11.5`` | ``GCCcore/13.2.0`` +``2.12.10`` | ``GCCcore/13.3.0`` ``2.9.13`` | ``GCCcore/11.3.0`` diff --git a/docs/version-specific/supported-software/l/libxsmm.md b/docs/version-specific/supported-software/l/libxsmm.md index 3617b28410..1e55bce64e 100644 --- a/docs/version-specific/supported-software/l/libxsmm.md +++ b/docs/version-specific/supported-software/l/libxsmm.md @@ -17,6 +17,8 @@ version | toolchain ``1.17`` | ``GCC/12.2.0`` ``1.17`` | ``GCC/12.3.0`` ``1.17`` | ``GCC/13.2.0`` +``1.17`` | ``GCC/13.3.0`` +``1.17`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/libyuv.md b/docs/version-specific/supported-software/l/libyuv.md index 118e7e0ccb..69a57f1f72 100644 --- a/docs/version-specific/supported-software/l/libyuv.md +++ b/docs/version-specific/supported-software/l/libyuv.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``20241125`` | ``GCCcore/13.2.0`` ``20250227`` | ``GCCcore/13.3.0`` +``20251204`` | ``GCCcore/14.2.0`` +``20251210`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/likwid.md b/docs/version-specific/supported-software/l/likwid.md index 51564cd36e..71ca001654 100644 --- a/docs/version-specific/supported-software/l/likwid.md +++ b/docs/version-specific/supported-software/l/likwid.md @@ -19,7 +19,10 @@ version | toolchain ``5.3.0`` | ``GCC/12.3.0`` ``5.3.0`` | ``GCC/13.2.0`` ``5.3.0`` | ``GCC/13.3.0`` +``5.4.1`` | ``GCC/14.2.0`` ``5.4.1`` | ``GCC/14.3.0`` +``5.4.1`` | ``intel-compilers/2025.2.0`` +``5.5.0`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/llnl-blt.md b/docs/version-specific/supported-software/l/llnl-blt.md new file mode 100644 index 0000000000..adc124c189 --- /dev/null +++ b/docs/version-specific/supported-software/l/llnl-blt.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# llnl-blt + +A streamlined CMake build system foundation by LLNL for developing HPC software. BLT makes it easy to get up and running on a wide range of HPC compilers, operating systems and technologies. + +*homepage*: + +version | toolchain +--------|---------- +``0.7.1`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/llvm-compilers.md b/docs/version-specific/supported-software/l/llvm-compilers.md new file mode 100644 index 0000000000..a470044b97 --- /dev/null +++ b/docs/version-specific/supported-software/l/llvm-compilers.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# llvm-compilers + +The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. + +*homepage*: + +version | toolchain +--------|---------- +``20.1.8`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/lmpflf.md b/docs/version-specific/supported-software/l/lmpflf.md new file mode 100644 index 0000000000..e1e038b7d9 --- /dev/null +++ b/docs/version-specific/supported-software/l/lmpflf.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# lmpflf + +LLVM based compiler toolchain, including MPICH for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. + +*homepage*: + +version | toolchain +--------|---------- +``2025b`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/lmpich.md b/docs/version-specific/supported-software/l/lmpich.md new file mode 100644 index 0000000000..17c56c8e7a --- /dev/null +++ b/docs/version-specific/supported-software/l/lmpich.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# lmpich + +LLVM based compiler toolchain, including MPICH for MPI support. + +*homepage*: <(none)> + +version | toolchain +--------|---------- +``2025b`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/lohhla-mod.md b/docs/version-specific/supported-software/l/lohhla-mod.md new file mode 100644 index 0000000000..8faa2e2462 --- /dev/null +++ b/docs/version-specific/supported-software/l/lohhla-mod.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# lohhla-mod + +Modernized HLALOH, a HLA loss of heterozygosity detection algorithm. + +*homepage*: + +version | toolchain +--------|---------- +``20240902`` | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/lompi.md b/docs/version-specific/supported-software/l/lompi.md new file mode 100644 index 0000000000..9500704b6b --- /dev/null +++ b/docs/version-specific/supported-software/l/lompi.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# lompi + +LLVM based compiler toolchain, including OpenMPI for MPI support. + +*homepage*: <(none)> + +version | toolchain +--------|---------- +``2025b`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/l/loompy.md b/docs/version-specific/supported-software/l/loompy.md index a3f1915966..72e51d756b 100644 --- a/docs/version-specific/supported-software/l/loompy.md +++ b/docs/version-specific/supported-software/l/loompy.md @@ -15,6 +15,7 @@ version | toolchain ``3.0.7`` | ``foss/2022a`` ``3.0.7`` | ``foss/2023a`` ``3.0.7`` | ``intel/2021b`` +``3.0.8`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/luaposix.md b/docs/version-specific/supported-software/l/luaposix.md index 9eb50c9b31..cc82a3da19 100644 --- a/docs/version-specific/supported-software/l/luaposix.md +++ b/docs/version-specific/supported-software/l/luaposix.md @@ -11,6 +11,8 @@ A library binding various POSIX APIs. POSIX is the IEEE Portable Operating Syste version | toolchain --------|---------- ``36.3`` | ``GCCcore/13.2.0`` +``36.3`` | ``GCCcore/13.3.0`` +``36.3`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/l/lwgrp.md b/docs/version-specific/supported-software/l/lwgrp.md index ed8abab076..452c624ab0 100644 --- a/docs/version-specific/supported-software/l/lwgrp.md +++ b/docs/version-specific/supported-software/l/lwgrp.md @@ -14,6 +14,7 @@ version | toolchain ``1.0.5`` | ``gompi/2023a`` ``1.0.6`` | ``gompi/2024a`` ``1.0.6`` | ``gompi/2025a`` +``1.0.6`` | ``gompi/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MAGIC.md b/docs/version-specific/supported-software/m/MAGIC.md index 496626b85e..21cc4f378e 100644 --- a/docs/version-specific/supported-software/m/MAGIC.md +++ b/docs/version-specific/supported-software/m/MAGIC.md @@ -11,6 +11,7 @@ Markov Affinity-based Graph Imputation of Cells (MAGIC) is an algorithm for deno version | toolchain --------|---------- ``3.0.0`` | ``foss/2023a`` +``3.0.0`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MATIO.md b/docs/version-specific/supported-software/m/MATIO.md index c876821606..a313f5526a 100644 --- a/docs/version-specific/supported-software/m/MATIO.md +++ b/docs/version-specific/supported-software/m/MATIO.md @@ -17,6 +17,8 @@ version | toolchain ``1.5.26`` | ``GCCcore/12.3.0`` ``1.5.26`` | ``GCCcore/13.2.0`` ``1.5.28`` | ``GCCcore/13.3.0`` +``1.5.28`` | ``GCCcore/14.2.0`` +``1.5.28`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MATLAB.md b/docs/version-specific/supported-software/m/MATLAB.md index c881077b06..9ec1dfcd4e 100644 --- a/docs/version-specific/supported-software/m/MATLAB.md +++ b/docs/version-specific/supported-software/m/MATLAB.md @@ -19,7 +19,9 @@ version | versionsuffix | toolchain ``2022b`` | | ``system`` ``2023a`` | | ``system`` ``2023b`` | | ``system`` +``2024a`` | ``-r7`` | ``system`` ``2024b`` | | ``system`` +``2025a`` | ``-r1`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MATSim.md b/docs/version-specific/supported-software/m/MATSim.md index c68702b5ed..59a9a5f9a9 100644 --- a/docs/version-specific/supported-software/m/MATSim.md +++ b/docs/version-specific/supported-software/m/MATSim.md @@ -14,6 +14,8 @@ version | versionsuffix | toolchain ``14.0`` | ``-Java-11`` | ``system`` ``15.0`` | ``-Java-17`` | ``GCCcore/12.3.0`` ``15.0`` | ``-Java-17`` | ``system`` +``2024.0`` | ``-Java-21`` | ``GCCcore/13.3.0`` +``2024.0`` | ``-Java-21`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MCScanX.md b/docs/version-specific/supported-software/m/MCScanX.md index 0458815098..77cf2b53a5 100644 --- a/docs/version-specific/supported-software/m/MCScanX.md +++ b/docs/version-specific/supported-software/m/MCScanX.md @@ -10,6 +10,7 @@ The MCScanX package has two major components: a modified version of MCscan algor version | toolchain --------|---------- +``1.0.0`` | ``GCC/14.2.0`` ``20221101`` | ``GCC/11.3.0`` diff --git a/docs/version-specific/supported-software/m/MDAnalysis.md b/docs/version-specific/supported-software/m/MDAnalysis.md index 309e3ea6f2..e4f5467bf2 100644 --- a/docs/version-specific/supported-software/m/MDAnalysis.md +++ b/docs/version-specific/supported-software/m/MDAnalysis.md @@ -13,6 +13,7 @@ version | toolchain ``2.0.0`` | ``foss/2021a`` ``2.0.0`` | ``foss/2021b`` ``2.0.0`` | ``intel/2021b`` +``2.10.0`` | ``foss/2025b`` ``2.2.0`` | ``foss/2022a`` ``2.4.2`` | ``foss/2021a`` ``2.4.2`` | ``foss/2022b`` diff --git a/docs/version-specific/supported-software/m/MDTraj.md b/docs/version-specific/supported-software/m/MDTraj.md index 2fc01c3eda..0f699b890f 100644 --- a/docs/version-specific/supported-software/m/MDTraj.md +++ b/docs/version-specific/supported-software/m/MDTraj.md @@ -13,6 +13,7 @@ version | toolchain ``1.10.3`` | ``foss/2023b`` ``1.10.3`` | ``foss/2024a`` ``1.11.0`` | ``foss/2025a`` +``1.11.0`` | ``foss/2025b`` ``1.9.7`` | ``foss/2021a`` ``1.9.7`` | ``foss/2021b`` ``1.9.7`` | ``foss/2022a`` diff --git a/docs/version-specific/supported-software/m/MGARD.md b/docs/version-specific/supported-software/m/MGARD.md new file mode 100644 index 0000000000..56513a6c5d --- /dev/null +++ b/docs/version-specific/supported-software/m/MGARD.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# MGARD + +MGARD (MultiGrid Adaptive Reduction of Data) is a technique for multilevel lossy compression and refactoring of scientific data based on the theory of multigrid methods + +*homepage*: + +version | toolchain +--------|---------- +``1.6.0`` | ``GCC/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/m/MIGRATE-N.md b/docs/version-specific/supported-software/m/MIGRATE-N.md index b40d2c8ce2..1f590fe1d7 100644 --- a/docs/version-specific/supported-software/m/MIGRATE-N.md +++ b/docs/version-specific/supported-software/m/MIGRATE-N.md @@ -11,6 +11,7 @@ Migrate estimates population parameters, effective population sizes and migratio version | toolchain --------|---------- ``5.0.4`` | ``foss/2021b`` +``5.0.8`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MMseqs2.md b/docs/version-specific/supported-software/m/MMseqs2.md index c3e358d9d6..0d6804e819 100644 --- a/docs/version-specific/supported-software/m/MMseqs2.md +++ b/docs/version-specific/supported-software/m/MMseqs2.md @@ -16,6 +16,7 @@ version | toolchain ``14-7e284`` | ``gompi/2023a`` ``15-6f452`` | ``gompi/2023b`` ``17-b804f`` | ``gompi/2024a`` +``18-8cc5c`` | ``gompi/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MNE-Python.md b/docs/version-specific/supported-software/m/MNE-Python.md index b72bc9cc3a..33f3af5838 100644 --- a/docs/version-specific/supported-software/m/MNE-Python.md +++ b/docs/version-specific/supported-software/m/MNE-Python.md @@ -11,6 +11,7 @@ MNE-Python software is an open-source Python package for exploring, visualizing, version | toolchain --------|---------- ``0.24.1`` | ``foss/2021a`` +``1.10.2`` | ``foss/2024a`` ``1.6.1`` | ``foss/2023a`` diff --git a/docs/version-specific/supported-software/m/MOAB.md b/docs/version-specific/supported-software/m/MOAB.md new file mode 100644 index 0000000000..e19c5b05ec --- /dev/null +++ b/docs/version-specific/supported-software/m/MOAB.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# MOAB + +MOAB — The Mesh-Oriented datABase The Mesh-Oriented datABase (MOAB) is a component for representing and evaluating mesh data. MOAB can store and represent structured and unstructured meshes consisting of elements in the finite element “zoo”, including polygons and polyhedra. + +*homepage*: + +version | toolchain +--------|---------- +``5.5.0`` | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/m/MOABB.md b/docs/version-specific/supported-software/m/MOABB.md index 305ca4ed97..067eaaaeb8 100644 --- a/docs/version-specific/supported-software/m/MOABB.md +++ b/docs/version-specific/supported-software/m/MOABB.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``0.4.6`` | ``foss/2021a`` ``1.0.0`` | ``foss/2023a`` +``1.2.0`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MPICH.md b/docs/version-specific/supported-software/m/MPICH.md index 0e6a4db381..20193f8873 100644 --- a/docs/version-specific/supported-software/m/MPICH.md +++ b/docs/version-specific/supported-software/m/MPICH.md @@ -15,6 +15,8 @@ version | versionsuffix | toolchain ``4.2.2`` | | ``GCC/13.3.0`` ``4.3.0`` | ``-CUDA-12.8.0`` | ``GCC/14.2.0`` ``4.3.0`` | | ``GCC/14.2.0`` +``4.3.2`` | | ``GCC/14.3.0`` +``4.3.2`` | | ``llvm-compilers/20.1.8`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MUMPS.md b/docs/version-specific/supported-software/m/MUMPS.md index f788e3417b..250fc65548 100644 --- a/docs/version-specific/supported-software/m/MUMPS.md +++ b/docs/version-specific/supported-software/m/MUMPS.md @@ -26,6 +26,7 @@ version | versionsuffix | toolchain ``5.7.2`` | ``-metis`` | ``intel/2023b`` ``5.7.2`` | ``-parmetis`` | ``intel/2023b`` ``5.8.1`` | ``-metis`` | ``foss/2025a`` +``5.8.1`` | ``-metis`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MUMmer.md b/docs/version-specific/supported-software/m/MUMmer.md index 0c751c089d..a1719b7cf1 100644 --- a/docs/version-specific/supported-software/m/MUMmer.md +++ b/docs/version-specific/supported-software/m/MUMmer.md @@ -16,6 +16,7 @@ version | toolchain ``4.0.0rc1`` | ``GCCcore/11.3.0`` ``4.0.0rc1`` | ``GCCcore/12.2.0`` ``4.0.0rc1`` | ``GCCcore/12.3.0`` +``4.0.1`` | ``GCCcore/12.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MUSCLE.md b/docs/version-specific/supported-software/m/MUSCLE.md index ae2c841a74..956faa916f 100644 --- a/docs/version-specific/supported-software/m/MUSCLE.md +++ b/docs/version-specific/supported-software/m/MUSCLE.md @@ -18,6 +18,8 @@ version | toolchain ``5.1.0`` | ``GCCcore/11.3.0`` ``5.1.0`` | ``GCCcore/12.2.0`` ``5.1.0`` | ``GCCcore/12.3.0`` +``5.1.0`` | ``GCCcore/13.2.0`` +``5.1.0`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MUST.md b/docs/version-specific/supported-software/m/MUST.md index e1f7973fb8..5e6e4f8cc1 100644 --- a/docs/version-specific/supported-software/m/MUST.md +++ b/docs/version-specific/supported-software/m/MUST.md @@ -13,6 +13,9 @@ version | toolchain ``1.10.0`` | ``foss/2024a`` ``1.11.0`` | ``iimpi/2025b`` ``1.11.1`` | ``iimpi/2025b`` +``1.11.2`` | ``iimpi/2025b`` +``1.11.2`` | ``lmpich/2025b`` +``1.11.2`` | ``lompi/2025b`` ``1.7.2`` | ``foss/2021a`` diff --git a/docs/version-specific/supported-software/m/MariaDB.md b/docs/version-specific/supported-software/m/MariaDB.md index 3e4bec1bab..884734b05f 100644 --- a/docs/version-specific/supported-software/m/MariaDB.md +++ b/docs/version-specific/supported-software/m/MariaDB.md @@ -17,6 +17,7 @@ version | toolchain ``11.6.0`` | ``GCC/12.3.0`` ``11.7.0`` | ``GCC/13.2.0`` ``11.7.0`` | ``GCC/13.3.0`` +``11.8.3`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MathWorksServiceHost.md b/docs/version-specific/supported-software/m/MathWorksServiceHost.md index e32721ccae..9c91bb1111 100644 --- a/docs/version-specific/supported-software/m/MathWorksServiceHost.md +++ b/docs/version-specific/supported-software/m/MathWorksServiceHost.md @@ -11,6 +11,8 @@ MathWorks Service Host is a collection of background processes that provide req version | toolchain --------|---------- ``2024.13.0.2`` | ``system`` +``2025.5.1.1`` | ``system`` +``2025.9.0.2`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/Maven.md b/docs/version-specific/supported-software/m/Maven.md index 14e6a4c524..e1f031e4d3 100644 --- a/docs/version-specific/supported-software/m/Maven.md +++ b/docs/version-specific/supported-software/m/Maven.md @@ -8,10 +8,11 @@ Binary maven install, Apache Maven is a software project management and comprehe *homepage*: -version | toolchain ---------|---------- -``3.6.3`` | ``system`` -``3.9.7`` | ``system`` +version | versionsuffix | toolchain +--------|---------------|---------- +``3.6.3`` | | ``system`` +``3.9.11`` | ``-Java-21`` | ``system`` +``3.9.7`` | | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/Meeko.md b/docs/version-specific/supported-software/m/Meeko.md new file mode 100644 index 0000000000..b98d3d9cf0 --- /dev/null +++ b/docs/version-specific/supported-software/m/Meeko.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Meeko + +"Meeko prepares the input for AutoDock and processes its output. It is developed alongside AutoDock-GPU and AutoDock-Vina. Meeko parameterizes both small organic molecules (ligands) and proteins and nucleic acids (receptors). + +*homepage*: + +version | toolchain +--------|---------- +``0.7.1`` | ``foss/2023a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/m/MetaPhlAn.md b/docs/version-specific/supported-software/m/MetaPhlAn.md index 3493161f3a..5d12c259e6 100644 --- a/docs/version-specific/supported-software/m/MetaPhlAn.md +++ b/docs/version-specific/supported-software/m/MetaPhlAn.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``4.0.6`` | ``foss/2022a`` ``4.1.1`` | ``foss/2023a`` +``4.1.1`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/Miller.md b/docs/version-specific/supported-software/m/Miller.md index b9c26aba55..73e9f84e17 100644 --- a/docs/version-specific/supported-software/m/Miller.md +++ b/docs/version-specific/supported-software/m/Miller.md @@ -10,6 +10,7 @@ Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, version | toolchain --------|---------- +``6.15.0`` | ``system`` ``6.4.0`` | ``system`` diff --git a/docs/version-specific/supported-software/m/MinIONQC.md b/docs/version-specific/supported-software/m/MinIONQC.md new file mode 100644 index 0000000000..0c2f0830e3 --- /dev/null +++ b/docs/version-specific/supported-software/m/MinIONQC.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# MinIONQC + +Fast and effective quality control for MinION and PromethION sequencing data + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``1.4.2`` | ``-R-4.4.1`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/m/MinPath.md b/docs/version-specific/supported-software/m/MinPath.md index 1d78bd9134..15af839016 100644 --- a/docs/version-specific/supported-software/m/MinPath.md +++ b/docs/version-specific/supported-software/m/MinPath.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.6`` | ``GCCcore/11.2.0`` ``1.6`` | ``GCCcore/12.3.0`` +``1.6`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/Modeller.md b/docs/version-specific/supported-software/m/Modeller.md new file mode 100644 index 0000000000..bbda36f80e --- /dev/null +++ b/docs/version-specific/supported-software/m/Modeller.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Modeller + +MODELLER is used for homology or comparative modeling of protein three-dimensional structures (1,2). The user provides an alignment of a sequence to be modeled with known related structures and MODELLER automatically calculates a model containing all non-hydrogen atoms. + +*homepage*: + +version | toolchain +--------|---------- +``10.7`` | ``GCC/12.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/m/MoviePy.md b/docs/version-specific/supported-software/m/MoviePy.md index fef7e1a5ad..2d5d00dfc5 100644 --- a/docs/version-specific/supported-software/m/MoviePy.md +++ b/docs/version-specific/supported-software/m/MoviePy.md @@ -13,6 +13,7 @@ version | toolchain ``1.0.3`` | ``foss/2021a`` ``1.0.3`` | ``foss/2021b`` ``1.0.3`` | ``foss/2022b`` +``2.2.1`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MrBayes.md b/docs/version-specific/supported-software/m/MrBayes.md index e1139b5125..1238d01a8e 100644 --- a/docs/version-specific/supported-software/m/MrBayes.md +++ b/docs/version-specific/supported-software/m/MrBayes.md @@ -8,10 +8,13 @@ MrBayes is a program for Bayesian inference and model choice across a wide rang *homepage*: -version | toolchain ---------|---------- -``3.2.7`` | ``gompi/2022a`` -``3.2.7`` | ``gompi/2023a`` +version | versionsuffix | toolchain +--------|---------------|---------- +``3.2.7`` | | ``gompi/2022a`` +``3.2.7`` | ``-CUDA-12.1.1`` | ``gompi/2023a`` +``3.2.7`` | | ``gompi/2023a`` +``3.2.7`` | | ``gompi/2024a`` +``3.2.7`` | | ``gompi/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MuJoCo.md b/docs/version-specific/supported-software/m/MuJoCo.md index aac2676487..9accf8f97c 100644 --- a/docs/version-specific/supported-software/m/MuJoCo.md +++ b/docs/version-specific/supported-software/m/MuJoCo.md @@ -13,6 +13,7 @@ version | toolchain ``2.1.1`` | ``GCCcore/11.2.0`` ``2.2.2`` | ``GCCcore/11.3.0`` ``3.1.4`` | ``GCCcore/12.3.0`` +``3.3.0`` | ``GCCcore/13.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/MulticoreTSNE.md b/docs/version-specific/supported-software/m/MulticoreTSNE.md new file mode 100644 index 0000000000..89fab87027 --- /dev/null +++ b/docs/version-specific/supported-software/m/MulticoreTSNE.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# MulticoreTSNE + +Parallel t-SNE implementation with Python and Torch wrappers. + +*homepage*: + +version | toolchain +--------|---------- +``20240206`` | ``foss/2022a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/m/index.md b/docs/version-specific/supported-software/m/index.md index 1caee89c31..dc4996c39c 100644 --- a/docs/version-specific/supported-software/m/index.md +++ b/docs/version-specific/supported-software/m/index.md @@ -82,6 +82,7 @@ search: * [meboot](meboot.md) * [medaka](medaka.md) * [MedPy](MedPy.md) + * [Meeko](Meeko.md) * [MEGA](MEGA.md) * [MEGAHIT](MEGAHIT.md) * [Megalodon](Megalodon.md) @@ -116,6 +117,7 @@ search: * [MFEM](MFEM.md) * [MFiX](MFiX.md) * [mfqe](mfqe.md) + * [MGARD](MGARD.md) * [mgen](mgen.md) * [mgltools](mgltools.md) * [MICOM](MICOM.md) @@ -133,6 +135,7 @@ search: * [Minimac3](Minimac3.md) * [Minimac4](Minimac4.md) * [minimap2](minimap2.md) + * [MinIONQC](MinIONQC.md) * [Minipolish](Minipolish.md) * [miniprot](miniprot.md) * [minizip](minizip.md) @@ -155,7 +158,9 @@ search: * [Mmg](Mmg.md) * [MMseqs2](MMseqs2.md) * [MNE-Python](MNE-Python.md) + * [MOAB](MOAB.md) * [MOABB](MOABB.md) + * [Modeller](Modeller.md) * [ModelTest-NG](ModelTest-NG.md) * [MODFLOW](MODFLOW.md) * [modin](modin.md) @@ -211,6 +216,7 @@ search: * [mujoco-py](mujoco-py.md) * [multicharge](multicharge.md) * [multichoose](multichoose.md) + * [MulticoreTSNE](MulticoreTSNE.md) * [MultilevelEstimators](MultilevelEstimators.md) * [multiprocess](multiprocess.md) * [MultiQC](MultiQC.md) @@ -228,6 +234,7 @@ search: * [MView](MView.md) * [MXNet](MXNet.md) * [mygene](mygene.md) + * [mzmine](mzmine.md) *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - *m* - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/maeparser.md b/docs/version-specific/supported-software/m/maeparser.md index a12811dac9..bf936cd633 100644 --- a/docs/version-specific/supported-software/m/maeparser.md +++ b/docs/version-specific/supported-software/m/maeparser.md @@ -14,6 +14,8 @@ version | toolchain ``1.3.0`` | ``gompi/2022a`` ``1.3.1`` | ``gompi/2023a`` ``1.3.1`` | ``gompi/2024a`` +``1.3.3`` | ``gompi/2023b`` +``1.3.3`` | ``gompi/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/makedepend.md b/docs/version-specific/supported-software/m/makedepend.md index 8c6f235f15..0e4ad10048 100644 --- a/docs/version-specific/supported-software/m/makedepend.md +++ b/docs/version-specific/supported-software/m/makedepend.md @@ -15,6 +15,7 @@ version | toolchain ``1.0.7`` | ``GCCcore/12.3.0`` ``1.0.9`` | ``GCCcore/13.2.0`` ``1.0.9`` | ``GCCcore/13.3.0`` +``1.0.9`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/mallard-ducktype.md b/docs/version-specific/supported-software/m/mallard-ducktype.md index 4aeb2f290e..9f5e8c9eef 100644 --- a/docs/version-specific/supported-software/m/mallard-ducktype.md +++ b/docs/version-specific/supported-software/m/mallard-ducktype.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.0.2`` | ``GCCcore/12.3.0`` ``1.0.2`` | ``GCCcore/13.2.0`` +``1.0.2`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/matplotlib.md b/docs/version-specific/supported-software/m/matplotlib.md index 59e0480f87..922a3f1884 100644 --- a/docs/version-specific/supported-software/m/matplotlib.md +++ b/docs/version-specific/supported-software/m/matplotlib.md @@ -14,6 +14,7 @@ version | versionsuffix | toolchain ``2.2.5`` | ``-Python-2.7.18`` | ``foss/2023a`` ``3.10.3`` | | ``gfbf/2025a`` ``3.10.5`` | | ``gfbf/2025b`` +``3.10.5`` | | ``iimkl/2025b`` ``3.4.2`` | | ``foss/2021a`` ``3.4.2`` | | ``gomkl/2021a`` ``3.4.2`` | | ``intel/2021a`` diff --git a/docs/version-specific/supported-software/m/maturin.md b/docs/version-specific/supported-software/m/maturin.md index a230b0b2ea..12aad82e69 100644 --- a/docs/version-specific/supported-software/m/maturin.md +++ b/docs/version-specific/supported-software/m/maturin.md @@ -17,6 +17,7 @@ version | versionsuffix | toolchain ``1.4.0`` | ``-Rust-1.75.0`` | ``GCCcore/12.2.0`` ``1.4.0`` | ``-Rust-1.75.0`` | ``GCCcore/12.3.0`` ``1.5.0`` | ``-Rust-1.76.0`` | ``GCCcore/13.2.0`` +``1.6.0`` | ``-Rust-1.83.0`` | ``GCCcore/13.3.0`` ``1.6.0`` | | ``GCCcore/13.3.0`` ``1.7.8`` | ``-Rust-1.81.0`` | ``GCCcore/12.3.0`` ``1.8.3`` | ``-Rust-1.83.0`` | ``GCCcore/13.3.0`` diff --git a/docs/version-specific/supported-software/m/mayavi.md b/docs/version-specific/supported-software/m/mayavi.md index c2b7bb1bc2..8f5097017f 100644 --- a/docs/version-specific/supported-software/m/mayavi.md +++ b/docs/version-specific/supported-software/m/mayavi.md @@ -11,6 +11,7 @@ The Mayavi scientific data 3-dimensional visualizer version | toolchain --------|---------- ``4.7.4`` | ``foss/2021b`` +``4.8.3`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/mctc-lib.md b/docs/version-specific/supported-software/m/mctc-lib.md index c44ac0f850..411d32fa55 100644 --- a/docs/version-specific/supported-software/m/mctc-lib.md +++ b/docs/version-specific/supported-software/m/mctc-lib.md @@ -17,6 +17,16 @@ version | toolchain ``0.3.1`` | ``GCC/13.3.0`` ``0.3.1`` | ``intel-compilers/2022.1.0`` ``0.3.1`` | ``intel-compilers/2022.2.1`` +``0.3.1`` | ``intel-compilers/2024.2.0`` +``0.4.2`` | ``GCC/13.3.0`` +``0.4.2`` | ``GCC/14.2.0`` +``0.4.2`` | ``intel-compilers/2024.2.0`` +``0.4.2`` | ``intel-compilers/2025.1.1`` +``0.5.0`` | ``GCC/13.3.0`` +``0.5.0`` | ``GCC/14.2.0`` +``0.5.0`` | ``GCC/14.3.0`` +``0.5.0`` | ``intel-compilers/2024.2.0`` +``0.5.0`` | ``intel-compilers/2025.1.1`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/minimap2.md b/docs/version-specific/supported-software/m/minimap2.md index bce54e5dd3..dfa7306fe3 100644 --- a/docs/version-specific/supported-software/m/minimap2.md +++ b/docs/version-specific/supported-software/m/minimap2.md @@ -18,6 +18,8 @@ version | toolchain ``2.26`` | ``GCCcore/12.3.0`` ``2.28`` | ``GCCcore/13.2.0`` ``2.29`` | ``GCCcore/13.3.0`` +``2.30`` | ``GCCcore/14.2.0`` +``2.30`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/ml_dtypes.md b/docs/version-specific/supported-software/m/ml_dtypes.md index f4de64b85a..697793187f 100644 --- a/docs/version-specific/supported-software/m/ml_dtypes.md +++ b/docs/version-specific/supported-software/m/ml_dtypes.md @@ -13,6 +13,7 @@ version | toolchain ``0.3.2`` | ``gfbf/2023a`` ``0.5.0`` | ``gfbf/2024a`` ``0.5.1`` | ``gfbf/2025a`` +``0.5.3`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/modin.md b/docs/version-specific/supported-software/m/modin.md index d7558ed88a..4647fcd882 100644 --- a/docs/version-specific/supported-software/m/modin.md +++ b/docs/version-specific/supported-software/m/modin.md @@ -11,6 +11,8 @@ Modin uses Ray, Dask or Unidist to provide an effortless way to speed up your pa version | toolchain --------|---------- ``0.32.0`` | ``foss/2024a`` +``0.37.1`` | ``foss/2025a`` +``0.37.1`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/mold.md b/docs/version-specific/supported-software/m/mold.md index 54f2888a97..cb3d6f10b2 100644 --- a/docs/version-specific/supported-software/m/mold.md +++ b/docs/version-specific/supported-software/m/mold.md @@ -18,6 +18,7 @@ version | toolchain ``1.7.1`` | ``GCCcore/12.2.0`` ``2.3.1`` | ``GCCcore/13.2.0`` ``2.31.0`` | ``GCCcore/13.3.0`` +``2.40.2`` | ``GCCcore/14.2.0`` ``2.40.2`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/m/mpi4py.md b/docs/version-specific/supported-software/m/mpi4py.md index d142924c09..3aad0808ce 100644 --- a/docs/version-specific/supported-software/m/mpi4py.md +++ b/docs/version-specific/supported-software/m/mpi4py.md @@ -18,6 +18,9 @@ version | toolchain ``4.0.1`` | ``gompi/2024a`` ``4.1.0`` | ``gompi/2025a`` ``4.1.0`` | ``gompi/2025b`` +``4.1.0`` | ``iimpi/2025b`` +``4.1.0`` | ``lmpich/2025b`` +``4.1.0`` | ``lompi/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/mrcfile.md b/docs/version-specific/supported-software/m/mrcfile.md index e20b451484..3d819ad75b 100644 --- a/docs/version-specific/supported-software/m/mrcfile.md +++ b/docs/version-specific/supported-software/m/mrcfile.md @@ -17,6 +17,7 @@ version | toolchain ``1.5.0`` | ``gfbf/2023b`` ``1.5.4`` | ``gfbf/2024a`` ``1.5.4`` | ``gfbf/2025a`` +``1.5.4`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/mstore.md b/docs/version-specific/supported-software/m/mstore.md index 72106032cd..d2cbded567 100644 --- a/docs/version-specific/supported-software/m/mstore.md +++ b/docs/version-specific/supported-software/m/mstore.md @@ -18,6 +18,8 @@ version | toolchain ``0.3.0`` | ``GCC/12.3.0`` ``0.3.0`` | ``GCC/13.2.0`` ``0.3.0`` | ``GCC/13.3.0`` +``0.3.0`` | ``GCC/14.3.0`` +``0.3.0`` | ``intel-compilers/2024.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/multicharge.md b/docs/version-specific/supported-software/m/multicharge.md index 1a54d4f332..55f4275274 100644 --- a/docs/version-specific/supported-software/m/multicharge.md +++ b/docs/version-specific/supported-software/m/multicharge.md @@ -18,6 +18,8 @@ version | toolchain ``0.3.0`` | ``gfbf/2023b`` ``0.3.0`` | ``gomkl/2023b`` ``0.3.1`` | ``gfbf/2024a`` +``0.3.1`` | ``iimkl/2024a`` +``0.4.0`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/m/muparserx.md b/docs/version-specific/supported-software/m/muparserx.md index e228cb544f..647b4b9b4e 100644 --- a/docs/version-specific/supported-software/m/muparserx.md +++ b/docs/version-specific/supported-software/m/muparserx.md @@ -10,6 +10,7 @@ A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Ma version | toolchain --------|---------- +``4.0.12`` | ``GCCcore/14.3.0`` ``4.0.8`` | ``GCCcore/10.3.0`` ``4.0.8`` | ``GCCcore/11.2.0`` diff --git a/docs/version-specific/supported-software/m/mzmine.md b/docs/version-specific/supported-software/m/mzmine.md new file mode 100644 index 0000000000..530f71f454 --- /dev/null +++ b/docs/version-specific/supported-software/m/mzmine.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# mzmine + +mzmine is an open-source software for mass spectrometry data processing. The goals of the project is to provide a user-friendly, flexible and easily extendable software with a complete set of modules covering the entire MS data analysis workflow. Support includes liquid chromatography (LC), gas chromatography (GC), ion mobility spectrometry (IMS), MS imaging (e.g., MALDI), and most MS instruments. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``4.8.0`` | ``-Java-23`` | ``GCCcore/14.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/n/NAMD.md b/docs/version-specific/supported-software/n/NAMD.md index 242b0d34ad..108b7a338f 100644 --- a/docs/version-specific/supported-software/n/NAMD.md +++ b/docs/version-specific/supported-software/n/NAMD.md @@ -16,6 +16,7 @@ version | versionsuffix | toolchain ``2.14`` | ``-mpi`` | ``foss/2023a`` ``3.0`` | ``-mpi`` | ``foss/2024a`` ``3.0.1`` | ``-CUDA-12.6.0`` | ``foss/2024a`` +``3.0.1`` | ``-mpi`` | ``foss/2024a`` ``3.0.2`` | ``-CUDA-12.8.0`` | ``foss/2025a`` diff --git a/docs/version-specific/supported-software/n/NCCL.md b/docs/version-specific/supported-software/n/NCCL.md index 4bfb029cdd..fd67fa8a14 100644 --- a/docs/version-specific/supported-software/n/NCCL.md +++ b/docs/version-specific/supported-software/n/NCCL.md @@ -16,6 +16,7 @@ version | versionsuffix | toolchain ``2.12.12`` | ``-CUDA-11.7.0`` | ``GCCcore/11.3.0`` ``2.16.2`` | ``-CUDA-11.7.0`` | ``GCCcore/12.2.0`` ``2.16.2`` | ``-CUDA-12.0.0`` | ``GCCcore/12.2.0`` +``2.18.3`` | ``-CUDA-12.0.0`` | ``GCCcore/12.2.0`` ``2.18.3`` | ``-CUDA-12.1.1`` | ``GCCcore/12.3.0`` ``2.20.5`` | ``-CUDA-12.4.0`` | ``GCCcore/13.2.0`` ``2.22.3`` | ``-CUDA-12.6.0`` | ``GCCcore/13.3.0`` diff --git a/docs/version-specific/supported-software/n/NCL.md b/docs/version-specific/supported-software/n/NCL.md index 4028a1650b..393de1a40f 100644 --- a/docs/version-specific/supported-software/n/NCL.md +++ b/docs/version-specific/supported-software/n/NCL.md @@ -11,6 +11,7 @@ NCL is an interpreted language designed specifically for scientific data analysi version | toolchain --------|---------- ``6.6.2`` | ``foss/2021a`` +``6.6.2`` | ``intel/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/NEST.md b/docs/version-specific/supported-software/n/NEST.md new file mode 100644 index 0000000000..64f1cbf727 --- /dev/null +++ b/docs/version-specific/supported-software/n/NEST.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# NEST + +NEST is a simulator for spiking neural network models that focuses on the dynamics, size and structure of neural systems rather than on the exact morphology of individual neurons. + +*homepage*: + +version | toolchain +--------|---------- +``3.9`` | ``foss/2023a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/n/NTL.md b/docs/version-specific/supported-software/n/NTL.md index 1e12c7cd12..a0417b5e34 100644 --- a/docs/version-specific/supported-software/n/NTL.md +++ b/docs/version-specific/supported-software/n/NTL.md @@ -13,9 +13,12 @@ version | toolchain ``11.5.1`` | ``GCC/11.2.0`` ``11.5.1`` | ``GCC/11.3.0`` ``11.5.1`` | ``GCC/12.2.0`` +``11.5.1`` | ``GCC/12.3.0`` ``11.5.1`` | ``GCC/13.2.0`` ``11.5.1`` | ``GCC/13.3.0`` +``11.5.1`` | ``GCC/14.2.0`` ``11.5.1`` | ``GCC/14.3.0`` +``11.5.1`` | ``intel-compilers/2025.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/NVHPC.md b/docs/version-specific/supported-software/n/NVHPC.md index 1ea7ef4c2f..bb381bab13 100644 --- a/docs/version-specific/supported-software/n/NVHPC.md +++ b/docs/version-specific/supported-software/n/NVHPC.md @@ -26,7 +26,9 @@ version | versionsuffix | toolchain ``24.7`` | ``-CUDA-12.6.0`` | ``system`` ``24.9`` | ``-CUDA-12.6.0`` | ``system`` ``25.1`` | ``-CUDA-12.6.0`` | ``system`` +``25.1`` | | ``system`` ``25.3`` | ``-CUDA-12.8.0`` | ``system`` +``25.3`` | | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/NanoPlot.md b/docs/version-specific/supported-software/n/NanoPlot.md index a1a387a72d..fd10bcf859 100644 --- a/docs/version-specific/supported-software/n/NanoPlot.md +++ b/docs/version-specific/supported-software/n/NanoPlot.md @@ -11,6 +11,7 @@ Plotting suite for long read sequencing data and alignments version | toolchain --------|---------- ``1.33.0`` | ``foss/2021a`` +``1.41.0`` | ``foss/2022b`` ``1.42.0`` | ``foss/2022a`` ``1.43.0`` | ``foss/2023a`` diff --git a/docs/version-specific/supported-software/n/Neovim.md b/docs/version-specific/supported-software/n/Neovim.md new file mode 100644 index 0000000000..2e7cf2a7b5 --- /dev/null +++ b/docs/version-specific/supported-software/n/Neovim.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Neovim + +Vim-fork focused on extensibility and usability + +*homepage*: + +version | toolchain +--------|---------- +``0.11.4`` | ``GCCcore/13.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/n/Nextflow.md b/docs/version-specific/supported-software/n/Nextflow.md index eb62b059b3..fe96ae737f 100644 --- a/docs/version-specific/supported-software/n/Nextflow.md +++ b/docs/version-specific/supported-software/n/Nextflow.md @@ -25,6 +25,9 @@ version | toolchain ``25.04.2`` | ``system`` ``25.04.4`` | ``system`` ``25.04.6`` | ``system`` +``25.04.8`` | ``system`` +``25.10.0`` | ``system`` +``25.10.2`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/NiBabel.md b/docs/version-specific/supported-software/n/NiBabel.md index 14120521a8..a667ea89ae 100644 --- a/docs/version-specific/supported-software/n/NiBabel.md +++ b/docs/version-specific/supported-software/n/NiBabel.md @@ -16,6 +16,7 @@ version | toolchain ``5.2.0`` | ``gfbf/2022b`` ``5.2.0`` | ``gfbf/2023a`` ``5.3.2`` | ``gfbf/2023b`` +``5.3.2`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/Nilearn.md b/docs/version-specific/supported-software/n/Nilearn.md index ecefd029d2..302c9e9341 100644 --- a/docs/version-specific/supported-software/n/Nilearn.md +++ b/docs/version-specific/supported-software/n/Nilearn.md @@ -11,6 +11,7 @@ Nilearn is a Python module for fast and easy statistical learning on NeuroImagin version | toolchain --------|---------- ``0.10.3`` | ``gfbf/2023a`` +``0.12.1`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/Nsight-Compute.md b/docs/version-specific/supported-software/n/Nsight-Compute.md index fee23ba102..20621e9393 100644 --- a/docs/version-specific/supported-software/n/Nsight-Compute.md +++ b/docs/version-specific/supported-software/n/Nsight-Compute.md @@ -13,6 +13,7 @@ version | toolchain ``2020.3.0`` | ``system`` ``2021.2.0`` | ``system`` ``2025.2.0`` | ``system`` +``2025.3.1`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/index.md b/docs/version-specific/supported-software/n/index.md index a9aae9809c..3f9f2f5003 100644 --- a/docs/version-specific/supported-software/n/index.md +++ b/docs/version-specific/supported-software/n/index.md @@ -48,9 +48,12 @@ search: * [ncview](ncview.md) * [NECAT](NECAT.md) * [NECI](NECI.md) + * [neko](neko.md) * [Nektar++](Nektar++.md) * [nellie](nellie.md) + * [Neovim](Neovim.md) * [neptune-client](neptune-client.md) + * [NEST](NEST.md) * [netCDF](netCDF.md) * [netCDF-C++4](netCDF-C++4.md) * [netCDF-Fortran](netCDF-Fortran.md) @@ -69,6 +72,7 @@ search: * [nf-core](nf-core.md) * [nf-core-mag](nf-core-mag.md) * [NFFT](NFFT.md) + * [ng-log](ng-log.md) * [nghttp2](nghttp2.md) * [nghttp3](nghttp3.md) * [NGLess](NGLess.md) @@ -106,6 +110,7 @@ search: * [num2words](num2words.md) * [numactl](numactl.md) * [numba](numba.md) + * [numba-cuda](numba-cuda.md) * [numdiff](numdiff.md) * [numdifftools](numdifftools.md) * [numexpr](numexpr.md) @@ -114,6 +119,9 @@ search: * [numsa](numsa.md) * [nvbandwidth](nvbandwidth.md) * [NVHPC](NVHPC.md) + * [nvidia-compilers](nvidia-compilers.md) + * [nvidia-cutlass](nvidia-cutlass.md) + * [nvImageCodec](nvImageCodec.md) * [nvitop](nvitop.md) * [nvofbf](nvofbf.md) * [nvompi](nvompi.md) diff --git a/docs/version-specific/supported-software/n/nano.md b/docs/version-specific/supported-software/n/nano.md index 9439f16dc1..78980e9c5a 100644 --- a/docs/version-specific/supported-software/n/nano.md +++ b/docs/version-specific/supported-software/n/nano.md @@ -15,6 +15,7 @@ version | toolchain ``7.1`` | ``GCCcore/12.2.0`` ``7.2`` | ``GCCcore/12.2.0`` ``8.1`` | ``GCCcore/13.3.0`` +``8.5`` | ``GCCcore/14.2.0`` ``8.5`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/n/nanobind.md b/docs/version-specific/supported-software/n/nanobind.md index d7ba3c3489..fd6084d356 100644 --- a/docs/version-specific/supported-software/n/nanobind.md +++ b/docs/version-specific/supported-software/n/nanobind.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``2.5.0`` | ``GCCcore/13.2.0`` ``2.5.0`` | ``GCCcore/13.3.0`` +``2.9.2`` | ``GCCcore/14.2.0`` +``2.9.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/nbclassic.md b/docs/version-specific/supported-software/n/nbclassic.md index 1b89177792..959f49c29d 100644 --- a/docs/version-specific/supported-software/n/nbclassic.md +++ b/docs/version-specific/supported-software/n/nbclassic.md @@ -14,6 +14,7 @@ version | toolchain ``1.0.0`` | ``GCCcore/13.2.0`` ``1.3.1`` | ``GCCcore/13.3.0`` ``1.3.1`` | ``GCCcore/14.2.0`` +``1.3.3`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/ncbi-vdb.md b/docs/version-specific/supported-software/n/ncbi-vdb.md index 3434c57717..76b675b95e 100644 --- a/docs/version-specific/supported-software/n/ncbi-vdb.md +++ b/docs/version-specific/supported-software/n/ncbi-vdb.md @@ -20,6 +20,7 @@ version | toolchain ``3.0.5`` | ``gompi/2022b`` ``3.1.1`` | ``gompi/2023b`` ``3.2.0`` | ``gompi/2024a`` +``3.2.1`` | ``gompi/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/ncview.md b/docs/version-specific/supported-software/n/ncview.md index 9f48f38aa3..864b663bd0 100644 --- a/docs/version-specific/supported-software/n/ncview.md +++ b/docs/version-specific/supported-software/n/ncview.md @@ -11,6 +11,7 @@ Ncview is a visual browser for netCDF format files. Typically you would use ncvi version | toolchain --------|---------- ``2.1.11`` | ``gompi/2024a`` +``2.1.11`` | ``gompi/2025a`` ``2.1.8`` | ``gompi/2021a`` ``2.1.8`` | ``gompi/2021b`` ``2.1.8`` | ``gompi/2022a`` diff --git a/docs/version-specific/supported-software/n/neko.md b/docs/version-specific/supported-software/n/neko.md new file mode 100644 index 0000000000..7a5a854380 --- /dev/null +++ b/docs/version-specific/supported-software/n/neko.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# neko + +Neko is a portable framework for high-order spectral element flow simulations. + +*homepage*: + +version | toolchain +--------|---------- +``0.9.1`` | ``foss/2025a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/n/netCDF-C++4.md b/docs/version-specific/supported-software/n/netCDF-C++4.md index 4ceddc3e4a..6190aaff1f 100644 --- a/docs/version-specific/supported-software/n/netCDF-C++4.md +++ b/docs/version-specific/supported-software/n/netCDF-C++4.md @@ -20,6 +20,8 @@ version | toolchain ``4.3.1`` | ``iimpi/2021b`` ``4.3.1`` | ``iimpi/2022a`` ``4.3.1`` | ``iimpi/2023b`` +``4.3.1`` | ``iimpi/2024a`` +``4.3.1`` | ``iimpi/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/netCDF-Fortran.md b/docs/version-specific/supported-software/n/netCDF-Fortran.md index d68cd27caa..b18e09b0ad 100644 --- a/docs/version-specific/supported-software/n/netCDF-Fortran.md +++ b/docs/version-specific/supported-software/n/netCDF-Fortran.md @@ -22,7 +22,9 @@ version | toolchain ``4.6.1`` | ``gompi/2024a`` ``4.6.1`` | ``iimpi/2023a`` ``4.6.1`` | ``iimpi/2023b`` +``4.6.1`` | ``iimpi/2024a`` ``4.6.2`` | ``gompi/2025a`` +``4.6.2`` | ``gompi/2025b`` ``4.6.2`` | ``iimpi/2025a`` ``4.6.2`` | ``iimpi/2025b`` diff --git a/docs/version-specific/supported-software/n/netCDF.md b/docs/version-specific/supported-software/n/netCDF.md index 157f9f2e75..f1d9d4c21f 100644 --- a/docs/version-specific/supported-software/n/netCDF.md +++ b/docs/version-specific/supported-software/n/netCDF.md @@ -23,6 +23,7 @@ version | toolchain ``4.9.2`` | ``gompi/2024a`` ``4.9.2`` | ``iimpi/2023a`` ``4.9.2`` | ``iimpi/2023b`` +``4.9.2`` | ``iimpi/2024a`` ``4.9.3`` | ``gompi/2025a`` ``4.9.3`` | ``gompi/2025b`` ``4.9.3`` | ``iimpi/2025a`` diff --git a/docs/version-specific/supported-software/n/netcdf4-python.md b/docs/version-specific/supported-software/n/netcdf4-python.md index cdcd27d326..2264930931 100644 --- a/docs/version-specific/supported-software/n/netcdf4-python.md +++ b/docs/version-specific/supported-software/n/netcdf4-python.md @@ -21,6 +21,7 @@ version | toolchain ``1.7.1.post2`` | ``foss/2023b`` ``1.7.1.post2`` | ``foss/2024a`` ``1.7.2`` | ``foss/2025a`` +``1.7.2`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/networkx.md b/docs/version-specific/supported-software/n/networkx.md index 2865237728..bf38d14e2c 100644 --- a/docs/version-specific/supported-software/n/networkx.md +++ b/docs/version-specific/supported-software/n/networkx.md @@ -23,6 +23,7 @@ version | toolchain ``3.4.2`` | ``gfbf/2024a`` ``3.5`` | ``gfbf/2025a`` ``3.5`` | ``gfbf/2025b`` +``3.5`` | ``lfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/ng-log.md b/docs/version-specific/supported-software/n/ng-log.md new file mode 100644 index 0000000000..de0c31f11b --- /dev/null +++ b/docs/version-specific/supported-software/n/ng-log.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# ng-log + +ng-log is a C++14 library that implements application-level logging. The library provides logging APIs based on C++-style streams and various helper macros. ng-log is a community maintained successor to Google's glog that is unrelated to Google or its employees. + +*homepage*: + +version | toolchain +--------|---------- +``0.8.2`` | ``GCC/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/n/nghttp3.md b/docs/version-specific/supported-software/n/nghttp3.md index ef48bb1c69..8c148e7731 100644 --- a/docs/version-specific/supported-software/n/nghttp3.md +++ b/docs/version-specific/supported-software/n/nghttp3.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``0.6.0`` | ``GCCcore/11.2.0`` ``0.6.0`` | ``GCCcore/11.3.0`` +``1.13.1`` | ``GCCcore/14.2.0`` +``1.13.1`` | ``GCCcore/14.3.0`` ``1.3.0`` | ``GCCcore/12.3.0`` diff --git a/docs/version-specific/supported-software/n/nglview.md b/docs/version-specific/supported-software/n/nglview.md index c9bcdc7e74..6f923ff953 100644 --- a/docs/version-specific/supported-software/n/nglview.md +++ b/docs/version-specific/supported-software/n/nglview.md @@ -16,6 +16,7 @@ version | toolchain ``3.1.4`` | ``foss/2023b`` ``3.1.4`` | ``foss/2024a`` ``3.1.4`` | ``foss/2025a`` +``4.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/ngtcp2.md b/docs/version-specific/supported-software/n/ngtcp2.md index dc03b422a4..6b766cce7e 100644 --- a/docs/version-specific/supported-software/n/ngtcp2.md +++ b/docs/version-specific/supported-software/n/ngtcp2.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``0.7.0`` | ``GCC/11.2.0`` ``0.7.0`` | ``GCC/11.3.0`` +``1.18.0`` | ``GCCcore/14.2.0`` +``1.18.0`` | ``GCCcore/14.3.0`` ``1.2.0`` | ``GCC/12.3.0`` ``1.5.0`` | ``GCC/12.3.0`` diff --git a/docs/version-specific/supported-software/n/ninja-python.md b/docs/version-specific/supported-software/n/ninja-python.md index 1e4aa15fda..608653ffc5 100644 --- a/docs/version-specific/supported-software/n/ninja-python.md +++ b/docs/version-specific/supported-software/n/ninja-python.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.10.2.4`` | ``GCCcore/12.3.0`` ``1.11.1.4`` | ``GCCcore/13.3.0`` +``1.11.1.4`` | ``GCCcore/14.2.0`` ``1.11.1.4`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/n/nsync.md b/docs/version-specific/supported-software/n/nsync.md index 97c3781e30..aadad87e79 100644 --- a/docs/version-specific/supported-software/n/nsync.md +++ b/docs/version-specific/supported-software/n/nsync.md @@ -17,6 +17,7 @@ version | toolchain ``1.26.0`` | ``GCCcore/12.3.0`` ``1.29.2`` | ``GCCcore/13.2.0`` ``1.29.2`` | ``GCCcore/13.3.0`` +``1.29.2`` | ``GCCcore/14.2.0`` ``1.29.2`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/n/numba-cuda.md b/docs/version-specific/supported-software/n/numba-cuda.md new file mode 100644 index 0000000000..9ce88b4e6b --- /dev/null +++ b/docs/version-specific/supported-software/n/numba-cuda.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# numba-cuda + +Numba-CUDA provides a CUDA target for the Numba Python JIT Compiler. It is used for writing SIMT kernels in Python, for providing Python bindings for accelerated device libraries, and as a compiler for user-defined functions in accelerated libraries like RAPIDS. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``0.20.0`` | ``-CUDA-12.8.0`` | ``foss/2025a`` +``0.20.0`` | ``-CUDA-12.9.1`` | ``foss/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/n/numpydoc.md b/docs/version-specific/supported-software/n/numpydoc.md index 0210404edc..7f0de06e73 100644 --- a/docs/version-specific/supported-software/n/numpydoc.md +++ b/docs/version-specific/supported-software/n/numpydoc.md @@ -10,6 +10,7 @@ Sphinx extension to support docstrings in Numpy format This package provides th version | toolchain --------|---------- +``1.8.0`` | ``GCCcore/12.3.0`` ``1.8.0`` | ``GCCcore/13.2.0`` diff --git a/docs/version-specific/supported-software/n/numsa.md b/docs/version-specific/supported-software/n/numsa.md index 759f6dfda0..f84df0254f 100644 --- a/docs/version-specific/supported-software/n/numsa.md +++ b/docs/version-specific/supported-software/n/numsa.md @@ -6,11 +6,12 @@ search: Numerical surface area integrator for molecular inputs. This project is based on routines from xtb and dftb+. -*homepage*: +*homepage*: version | toolchain --------|---------- ``0.2.0`` | ``gfbf/2023b`` +``0.2.0`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/n/nvImageCodec.md b/docs/version-specific/supported-software/n/nvImageCodec.md new file mode 100644 index 0000000000..5720876a34 --- /dev/null +++ b/docs/version-specific/supported-software/n/nvImageCodec.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# nvImageCodec + +The nvImageCodec is an open-source library of accelerated codecs with unified interface. It is designed as a framework for extension modules which delivers codec plugins. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``0.6.0`` | ``-CUDA-12.9.1`` | ``foss/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/n/nvidia-compilers.md b/docs/version-specific/supported-software/n/nvidia-compilers.md new file mode 100644 index 0000000000..3a06173a9d --- /dev/null +++ b/docs/version-specific/supported-software/n/nvidia-compilers.md @@ -0,0 +1,20 @@ +--- +search: + boost: 0.5 +--- +# nvidia-compilers + +C, C++ and Fortran compilers included with the NVIDIA HPC SDK + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``25.1`` | ``-CUDA-12.6.0`` | ``system`` +``25.1`` | | ``system`` +``25.3`` | ``-CUDA-12.8.0`` | ``system`` +``25.3`` | | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/n/nvidia-cutlass.md b/docs/version-specific/supported-software/n/nvidia-cutlass.md new file mode 100644 index 0000000000..bd254ae78c --- /dev/null +++ b/docs/version-specific/supported-software/n/nvidia-cutlass.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# nvidia-cutlass + +CUTLASS is a collection of CUDA C++ template abstractions for implementing high-performance matrix-matrix multiplication (GEMM) and related computations at all levels and scales within CUDA. It incorporates strategies for hierarchical decomposition and data movement similar to those used to implement cuBLAS and cuDNN. CUTLASS decomposes these "moving parts" into reusable, modular software components abstracted by C++ template classes. Primitives for different levels of a conceptual parallelization hierarchy can be specialized and tuned via custom tiling sizes, data types, and other algorithmic policy. The resulting flexibility simplifies their use as building blocks within custom kernels and applications. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``3.8.0.0`` | ``-CUDA-12.6.0`` | ``gfbf/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/n/nvtop.md b/docs/version-specific/supported-software/n/nvtop.md index 87e6e238d5..5d81cdf4d9 100644 --- a/docs/version-specific/supported-software/n/nvtop.md +++ b/docs/version-specific/supported-software/n/nvtop.md @@ -18,6 +18,7 @@ version | toolchain ``3.2.0`` | ``GCCcore/13.2.0`` ``3.2.0`` | ``GCCcore/13.3.0`` ``3.2.0`` | ``GCCcore/14.2.0`` +``3.2.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/ORCA.md b/docs/version-specific/supported-software/o/ORCA.md index a9ec05635c..d3b8fe4138 100644 --- a/docs/version-specific/supported-software/o/ORCA.md +++ b/docs/version-specific/supported-software/o/ORCA.md @@ -27,8 +27,10 @@ version | versionsuffix | toolchain ``6.0.0`` | | ``gompi/2023a`` ``6.0.1`` | ``-avx2`` | ``gompi/2023a`` ``6.0.1`` | ``-avx2`` | ``gompi/2023b`` +``6.0.1`` | | ``gompi/2023b`` ``6.1.0`` | ``-avx2`` | ``gompi/2023b`` ``6.1.0`` | | ``gompi/2023b`` +``6.1.1`` | ``-avx2`` | ``gompi/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/OSPRay.md b/docs/version-specific/supported-software/o/OSPRay.md index 301137e5f8..9fd1489e2b 100644 --- a/docs/version-specific/supported-software/o/OSPRay.md +++ b/docs/version-specific/supported-software/o/OSPRay.md @@ -10,6 +10,7 @@ Open, Scalable, and Portable Ray Tracing Engine version | toolchain --------|---------- +``2.12.0`` | ``system`` ``2.5.0`` | ``system`` ``3.2.0`` | ``system`` diff --git a/docs/version-specific/supported-software/o/OSU-Micro-Benchmarks.md b/docs/version-specific/supported-software/o/OSU-Micro-Benchmarks.md index a625bd0111..87e9f66c5b 100644 --- a/docs/version-specific/supported-software/o/OSU-Micro-Benchmarks.md +++ b/docs/version-specific/supported-software/o/OSU-Micro-Benchmarks.md @@ -39,6 +39,8 @@ version | versionsuffix | toolchain ``7.5`` | ``-CUDA-12.6.0`` | ``gompi/2024a`` ``7.5`` | ``-CUDA-12.8.0`` | ``gompi/2025a`` ``7.5`` | | ``gompi/2025a`` +``7.5`` | | ``iimpi/2025a`` +``7.5.1`` | ``-CUDA-12.9.1`` | ``gompi/2025b`` ``7.5.1`` | | ``gompi/2025b`` ``7.5.1`` | | ``iimpi/2025b`` diff --git a/docs/version-specific/supported-software/o/OTF-CPT.md b/docs/version-specific/supported-software/o/OTF-CPT.md new file mode 100644 index 0000000000..b941e49a11 --- /dev/null +++ b/docs/version-specific/supported-software/o/OTF-CPT.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# OTF-CPT + +The on-the-fly critical-path tool (OTF-CPT) is a performance profiling tool for MPI and OpenMP applications that detects the critical path through online analysis. + +*homepage*: + +version | toolchain +--------|---------- +``0.9.4`` | ``foss/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/o/OnTAD.md b/docs/version-specific/supported-software/o/OnTAD.md new file mode 100644 index 0000000000..0c0652a8d4 --- /dev/null +++ b/docs/version-specific/supported-software/o/OnTAD.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# OnTAD + +An Optimized Nested TAD caller for Hi-C data + +*homepage*: + +version | toolchain +--------|---------- +``1.2`` | ``GCCcore/14.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/o/OpenBLAS.md b/docs/version-specific/supported-software/o/OpenBLAS.md index f98289d442..fbf06f8f95 100644 --- a/docs/version-specific/supported-software/o/OpenBLAS.md +++ b/docs/version-specific/supported-software/o/OpenBLAS.md @@ -27,6 +27,7 @@ version | versionsuffix | toolchain ``0.3.27`` | | ``GCC/13.3.0`` ``0.3.29`` | | ``GCC/14.2.0`` ``0.3.30`` | | ``GCC/14.3.0`` +``0.3.30`` | | ``llvm-compilers/20.1.8`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/OpenBabel.md b/docs/version-specific/supported-software/o/OpenBabel.md index eda9d8bfbd..6db65e5ff5 100644 --- a/docs/version-specific/supported-software/o/OpenBabel.md +++ b/docs/version-specific/supported-software/o/OpenBabel.md @@ -13,6 +13,8 @@ version | toolchain ``3.1.1`` | ``gompi/2021a`` ``3.1.1`` | ``gompi/2022a`` ``3.1.1`` | ``gompi/2023a`` +``3.1.1`` | ``gompi/2023b`` +``3.1.1`` | ``gompi/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/OpenCV.md b/docs/version-specific/supported-software/o/OpenCV.md index 074dfd5de1..22576c811c 100644 --- a/docs/version-specific/supported-software/o/OpenCV.md +++ b/docs/version-specific/supported-software/o/OpenCV.md @@ -10,7 +10,12 @@ OpenCV (Open Source Computer Vision Library) is an open source computer vision version | versionsuffix | toolchain --------|---------------|---------- +``4.11.0`` | ``-contrib`` | ``foss/2023b`` ``4.11.0`` | ``-contrib`` | ``foss/2024a`` +``4.12.0`` | ``-CUDA-12.8.0-contrib`` | ``foss/2025a`` +``4.12.0`` | ``-contrib`` | ``foss/2025a`` +``4.12.0`` | ``-CUDA-12.9.1-contrib`` | ``foss/2025b`` +``4.12.0`` | ``-contrib`` | ``foss/2025b`` ``4.5.3`` | ``-CUDA-11.3.1-contrib`` | ``foss/2021a`` ``4.5.3`` | ``-contrib`` | ``foss/2021a`` ``4.5.5`` | ``-CUDA-11.4.1-contrib`` | ``foss/2021b`` diff --git a/docs/version-specific/supported-software/o/OpenFAST.md b/docs/version-specific/supported-software/o/OpenFAST.md index 707cef9e88..61261c0d2d 100644 --- a/docs/version-specific/supported-software/o/OpenFAST.md +++ b/docs/version-specific/supported-software/o/OpenFAST.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``3.0.0`` | ``foss/2021b`` ``3.5.2`` | ``foss/2023b`` +``4.0.2`` | ``foss/2024a`` +``4.1.2`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/OpenFOAM.md b/docs/version-specific/supported-software/o/OpenFOAM.md index 31fea4704d..9c059a0e8e 100644 --- a/docs/version-specific/supported-software/o/OpenFOAM.md +++ b/docs/version-specific/supported-software/o/OpenFOAM.md @@ -17,6 +17,7 @@ version | versionsuffix | toolchain ``11`` | | ``foss/2022a`` ``11`` | | ``foss/2023a`` ``12`` | | ``foss/2023a`` +``13`` | | ``foss/2025a`` ``5.0-20180606`` | | ``foss/2023a`` ``6-20190620`` | | ``foss/2023a`` ``6`` | | ``foss/2023a`` @@ -37,6 +38,9 @@ version | versionsuffix | toolchain ``v2312`` | | ``foss/2023a`` ``v2406`` | | ``foss/2023a`` ``v2406`` | | ``foss/2023b`` +``v2412_250814`` | | ``foss/2024a`` +``v2506`` | | ``foss/2025a`` +``v2506`` | | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/OpenGL.md b/docs/version-specific/supported-software/o/OpenGL.md new file mode 100644 index 0000000000..e5c2a19f26 --- /dev/null +++ b/docs/version-specific/supported-software/o/OpenGL.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# OpenGL + +Open Graphics Library (OpenGL) is a cross-language, cross-platform application programming interface (API) for rendering 2D and 3D vector graphics. This module is a bundle of software required for OpenGL rendering. It provides Mesa as an open-source implementation of the OpenGL specification with software rendering and AMD GPU support, libglvnd for a vendor neutral dispatch layer for rendering with both NVIDIA GPUs & Mesa, Mesa-demos for sample applications, and GLU as an computer graphics library utilizing OpenGL. + +*homepage*: + +version | toolchain +--------|---------- +``2025.09`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/o/OpenImageIO.md b/docs/version-specific/supported-software/o/OpenImageIO.md index 81b6a91ed9..4a4745bb6c 100644 --- a/docs/version-specific/supported-software/o/OpenImageIO.md +++ b/docs/version-specific/supported-software/o/OpenImageIO.md @@ -13,6 +13,7 @@ version | toolchain ``2.3.17.0`` | ``GCC/11.3.0`` ``2.4.14.0`` | ``GCC/12.3.0`` ``2.5.15.0`` | ``GCC/13.3.0`` +``3.0.6.1`` | ``foss/2023b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/OpenMPI.md b/docs/version-specific/supported-software/o/OpenMPI.md index fbbfb17925..35f6fc2079 100644 --- a/docs/version-specific/supported-software/o/OpenMPI.md +++ b/docs/version-specific/supported-software/o/OpenMPI.md @@ -32,6 +32,7 @@ version | toolchain ``5.0.7`` | ``GCC/14.2.0`` ``5.0.7`` | ``intel-compilers/2025.1.1`` ``5.0.8`` | ``GCC/14.3.0`` +``5.0.8`` | ``llvm-compilers/20.1.8`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/OpenMolcas.md b/docs/version-specific/supported-software/o/OpenMolcas.md index 8c89959b85..9aaac86f6c 100644 --- a/docs/version-specific/supported-software/o/OpenMolcas.md +++ b/docs/version-specific/supported-software/o/OpenMolcas.md @@ -19,7 +19,7 @@ version | versionsuffix | toolchain ``23.06`` | | ``intel/2023a`` ``24.10`` | | ``intel/2023a`` ``24.10`` | | ``iomkl/2023a`` -``25.02`` | ``-DMRG-no-MPI`` | ``iomkl/2023a`` +``25.06`` | ``-DMRG-no-MPI`` | ``iomkl/2023a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/OpenSceneGraph.md b/docs/version-specific/supported-software/o/OpenSceneGraph.md index 8996d89257..dd7a9b75aa 100644 --- a/docs/version-specific/supported-software/o/OpenSceneGraph.md +++ b/docs/version-specific/supported-software/o/OpenSceneGraph.md @@ -13,6 +13,7 @@ version | toolchain ``3.6.5`` | ``foss/2021a`` ``3.6.5`` | ``foss/2021b`` ``3.6.5`` | ``foss/2022a`` +``3.6.5`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/OpenSlide-Java.md b/docs/version-specific/supported-software/o/OpenSlide-Java.md index 7d9b9bf486..6577a16131 100644 --- a/docs/version-specific/supported-software/o/OpenSlide-Java.md +++ b/docs/version-specific/supported-software/o/OpenSlide-Java.md @@ -11,6 +11,7 @@ This is a Java binding to OpenSlide. version | versionsuffix | toolchain --------|---------------|---------- ``0.12.4`` | ``-Java-17`` | ``GCCcore/12.3.0`` +``0.12.4`` | ``-Java-21`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/OpenSlide.md b/docs/version-specific/supported-software/o/OpenSlide.md index f579e30abe..2f1ce56f5d 100644 --- a/docs/version-specific/supported-software/o/OpenSlide.md +++ b/docs/version-specific/supported-software/o/OpenSlide.md @@ -17,6 +17,8 @@ version | versionsuffix | toolchain ``3.4.1`` | ``-largefiles`` | ``GCCcore/12.3.0`` ``4.0.0`` | | ``GCCcore/13.2.0`` ``4.0.0`` | | ``GCCcore/13.3.0`` +``4.0.0`` | | ``GCCcore/14.2.0`` +``4.0.0`` | | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/Openbox.md b/docs/version-specific/supported-software/o/Openbox.md new file mode 100644 index 0000000000..e46a317b59 --- /dev/null +++ b/docs/version-specific/supported-software/o/Openbox.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Openbox + +Highly configurable, lightweight, next-generation window manager with extensive standards support. + +*homepage*: + +version | toolchain +--------|---------- +``3.6.1`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/o/OptiX.md b/docs/version-specific/supported-software/o/OptiX.md index de401a6d7c..924aff3646 100644 --- a/docs/version-specific/supported-software/o/OptiX.md +++ b/docs/version-specific/supported-software/o/OptiX.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``6.5.0`` | ``system`` ``7.2.0`` | ``system`` +``9.0.0`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/Optuna.md b/docs/version-specific/supported-software/o/Optuna.md index 8255a41731..2c15a07b7b 100644 --- a/docs/version-specific/supported-software/o/Optuna.md +++ b/docs/version-specific/supported-software/o/Optuna.md @@ -17,6 +17,8 @@ version | toolchain ``3.5.0`` | ``foss/2023a`` ``3.6.1`` | ``foss/2023b`` ``4.1.0`` | ``foss/2024a`` +``4.5.0`` | ``foss/2025a`` +``4.6.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/OrthoFinder.md b/docs/version-specific/supported-software/o/OrthoFinder.md index 1955dea36a..178dcf8a30 100644 --- a/docs/version-specific/supported-software/o/OrthoFinder.md +++ b/docs/version-specific/supported-software/o/OrthoFinder.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``2.5.5`` | ``foss/2022a`` ``2.5.5`` | ``foss/2023a`` +``2.5.5`` | ``foss/2025a`` +``3.1.0`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/Osi.md b/docs/version-specific/supported-software/o/Osi.md index c6670bd906..abc9c17017 100644 --- a/docs/version-specific/supported-software/o/Osi.md +++ b/docs/version-specific/supported-software/o/Osi.md @@ -11,6 +11,8 @@ Osi (Open Solver Interface) provides an abstract base class to a generic linear version | toolchain --------|---------- ``0.108.11`` | ``GCC/13.3.0`` +``0.108.11`` | ``GCC/14.2.0`` +``0.108.11`` | ``GCC/14.3.0`` ``0.108.6`` | ``GCC/10.3.0`` ``0.108.7`` | ``GCC/11.2.0`` ``0.108.8`` | ``GCC/12.2.0`` diff --git a/docs/version-specific/supported-software/o/index.md b/docs/version-specific/supported-software/o/index.md index 56fde459a9..aed0c03715 100644 --- a/docs/version-specific/supported-software/o/index.md +++ b/docs/version-specific/supported-software/o/index.md @@ -31,12 +31,14 @@ search: * [ont-fast5-api](ont-fast5-api.md) * [ont-guppy](ont-guppy.md) * [ont-remora](ont-remora.md) + * [OnTAD](OnTAD.md) * [OPARI2](OPARI2.md) * [OPEN-SURFEX](OPEN-SURFEX.md) * [OpenAI-Gym](OpenAI-Gym.md) * [openai-python](openai-python.md) * [OpenBabel](OpenBabel.md) * [OpenBLAS](OpenBLAS.md) + * [Openbox](Openbox.md) * [openCARP](openCARP.md) * [OpenCensus-python](OpenCensus-python.md) * [OpenColorIO](OpenColorIO.md) @@ -48,6 +50,7 @@ search: * [OpenFOAM-Extend](OpenFOAM-Extend.md) * [OpenFold](OpenFold.md) * [OpenForceField-Toolkit](OpenForceField-Toolkit.md) + * [OpenGL](OpenGL.md) * [OpenImageIO](OpenImageIO.md) * [OpenJPEG](OpenJPEG.md) * [openkim-models](openkim-models.md) @@ -68,6 +71,7 @@ search: * [openslide-python](openslide-python.md) * [OpenSSL](OpenSSL.md) * [OpenStackClient](OpenStackClient.md) + * [opentelemetry-cpp](opentelemetry-cpp.md) * [OPERA-MS](OPERA-MS.md) * [opt-einsum](opt-einsum.md) * [OptaDOS](OptaDOS.md) @@ -86,7 +90,9 @@ search: * [osmium-tool](osmium-tool.md) * [OSPRay](OSPRay.md) * [OSU-Micro-Benchmarks](OSU-Micro-Benchmarks.md) + * [OTF-CPT](OTF-CPT.md) * [OTF2](OTF2.md) + * [overpy](overpy.md) * [OVITO](OVITO.md) * [oxDNA](oxDNA.md) diff --git a/docs/version-specific/supported-software/o/occt.md b/docs/version-specific/supported-software/o/occt.md index d837d02915..428a1971c6 100644 --- a/docs/version-specific/supported-software/o/occt.md +++ b/docs/version-specific/supported-software/o/occt.md @@ -15,6 +15,8 @@ version | toolchain ``7.8.0`` | ``GCCcore/12.3.0`` ``7.8.0`` | ``GCCcore/13.2.0`` ``7.8.0`` | ``GCCcore/13.3.0`` +``7.9.1`` | ``GCCcore/14.2.0`` +``7.9.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/ollama.md b/docs/version-specific/supported-software/o/ollama.md index 5e04c8b0fd..96ba294b57 100644 --- a/docs/version-specific/supported-software/o/ollama.md +++ b/docs/version-specific/supported-software/o/ollama.md @@ -10,6 +10,8 @@ Get up and running with large language models. version | versionsuffix | toolchain --------|---------------|---------- +``0.11.10`` | ``-CUDA-12.8.0`` | ``GCCcore/14.2.0`` +``0.11.10`` | | ``GCCcore/14.2.0`` ``0.11.10`` | ``-CUDA-12.9.1`` | ``GCCcore/14.3.0`` ``0.11.10`` | | ``GCCcore/14.3.0`` ``0.5.12`` | ``-CUDA-12.6.0`` | ``GCCcore/13.3.0`` diff --git a/docs/version-specific/supported-software/o/openpyxl.md b/docs/version-specific/supported-software/o/openpyxl.md index 6b7c56c52e..440140d569 100644 --- a/docs/version-specific/supported-software/o/openpyxl.md +++ b/docs/version-specific/supported-software/o/openpyxl.md @@ -17,6 +17,8 @@ version | toolchain ``3.1.2`` | ``GCCcore/12.3.0`` ``3.1.2`` | ``GCCcore/13.2.0`` ``3.1.5`` | ``GCCcore/13.3.0`` +``3.1.5`` | ``GCCcore/14.2.0`` +``3.1.5`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/openslide-python.md b/docs/version-specific/supported-software/o/openslide-python.md index 87d6591990..d750166aba 100644 --- a/docs/version-specific/supported-software/o/openslide-python.md +++ b/docs/version-specific/supported-software/o/openslide-python.md @@ -16,6 +16,7 @@ version | toolchain ``1.3.1`` | ``GCCcore/12.2.0`` ``1.3.1`` | ``GCCcore/12.3.0`` ``1.4.1`` | ``GCCcore/13.2.0`` +``1.4.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/opentelemetry-cpp.md b/docs/version-specific/supported-software/o/opentelemetry-cpp.md new file mode 100644 index 0000000000..e5ed5fc69d --- /dev/null +++ b/docs/version-specific/supported-software/o/opentelemetry-cpp.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# opentelemetry-cpp + +The C++ OpenTelemetry client. + +*homepage*: + +version | toolchain +--------|---------- +``1.23.0`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/o/opt-einsum.md b/docs/version-specific/supported-software/o/opt-einsum.md index 8e199bf944..b24ae6a0ef 100644 --- a/docs/version-specific/supported-software/o/opt-einsum.md +++ b/docs/version-specific/supported-software/o/opt-einsum.md @@ -11,6 +11,7 @@ Optimizing einsum functions in NumPy, Tensorflow, Dask, and more with contractio version | toolchain --------|---------- ``3.4.0`` | ``GCCcore/14.2.0`` +``3.4.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/optree.md b/docs/version-specific/supported-software/o/optree.md index b036c4188e..27d6db576f 100644 --- a/docs/version-specific/supported-software/o/optree.md +++ b/docs/version-specific/supported-software/o/optree.md @@ -13,6 +13,7 @@ version | toolchain ``0.11.0`` | ``GCCcore/12.3.0`` ``0.13.0`` | ``GCCcore/13.2.0`` ``0.14.1`` | ``GCCcore/13.3.0`` +``0.18.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/o/orjson.md b/docs/version-specific/supported-software/o/orjson.md index a9775adb57..a62920d4b9 100644 --- a/docs/version-specific/supported-software/o/orjson.md +++ b/docs/version-specific/supported-software/o/orjson.md @@ -11,6 +11,8 @@ Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy. version | toolchain --------|---------- ``3.10.10`` | ``GCCcore/13.2.0`` +``3.10.13`` | ``GCCcore/13.3.0`` +``3.11.4`` | ``GCCcore/14.3.0`` ``3.9.15`` | ``GCCcore/12.3.0`` diff --git a/docs/version-specific/supported-software/o/osmium-tool.md b/docs/version-specific/supported-software/o/osmium-tool.md index c4e53577b6..f27292e447 100644 --- a/docs/version-specific/supported-software/o/osmium-tool.md +++ b/docs/version-specific/supported-software/o/osmium-tool.md @@ -11,6 +11,7 @@ Command line tool for working with OpenStreetMap data based on the Osmium librar version | toolchain --------|---------- ``1.18.0`` | ``foss/2024a`` +``1.18.0`` | ``foss/2025a`` ``1.18.0`` | ``foss/2025b`` diff --git a/docs/version-specific/supported-software/o/overpy.md b/docs/version-specific/supported-software/o/overpy.md new file mode 100644 index 0000000000..fd98b6846c --- /dev/null +++ b/docs/version-specific/supported-software/o/overpy.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# overpy + +A Python Wrapper to access the Overpass API. + +*homepage*: + +version | toolchain +--------|---------- +``0.7`` | ``GCCcore/14.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/p/PBZIP2.md b/docs/version-specific/supported-software/p/PBZIP2.md index 93c127c4a7..85527edd12 100644 --- a/docs/version-specific/supported-software/p/PBZIP2.md +++ b/docs/version-specific/supported-software/p/PBZIP2.md @@ -11,6 +11,7 @@ PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor version | toolchain --------|---------- ``1.1.13`` | ``GCCcore/12.3.0`` +``1.1.13`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PDM.md b/docs/version-specific/supported-software/p/PDM.md index 6e1d84efc5..5b273538cb 100644 --- a/docs/version-specific/supported-software/p/PDM.md +++ b/docs/version-specific/supported-software/p/PDM.md @@ -13,6 +13,7 @@ version | toolchain ``2.12.4`` | ``GCCcore/12.3.0`` ``2.18.2`` | ``GCCcore/13.2.0`` ``2.18.2`` | ``GCCcore/13.3.0`` +``2.25.5`` | ``GCCcore/14.2.0`` ``2.25.5`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/p/PEAR.md b/docs/version-specific/supported-software/p/PEAR.md index edaeb6ff0f..67a4f609b8 100644 --- a/docs/version-specific/supported-software/p/PEAR.md +++ b/docs/version-specific/supported-software/p/PEAR.md @@ -13,6 +13,9 @@ version | toolchain ``0.9.11`` | ``GCC/10.3.0`` ``0.9.11`` | ``GCC/11.2.0`` ``0.9.11`` | ``GCC/11.3.0`` +``0.9.11`` | ``GCC/12.2.0`` +``0.9.11`` | ``GCC/12.3.0`` +``0.9.11`` | ``GCC/13.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PEFT.md b/docs/version-specific/supported-software/p/PEFT.md new file mode 100644 index 0000000000..47bfc9ddd4 --- /dev/null +++ b/docs/version-specific/supported-software/p/PEFT.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# PEFT + +PEFT is integrated with Transformers for easy model training and inference, Diffusers for conveniently managing different adapters, and Accelerate for distributed training and inference for really big models. + +*homepage*: + +version | toolchain +--------|---------- +``0.17.1`` | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/p/PETSc.md b/docs/version-specific/supported-software/p/PETSc.md index bbd2f4da09..197b6caa14 100644 --- a/docs/version-specific/supported-software/p/PETSc.md +++ b/docs/version-specific/supported-software/p/PETSc.md @@ -19,6 +19,7 @@ version | toolchain ``3.22.5`` | ``foss/2023b`` ``3.23.5`` | ``foss/2024a`` ``3.23.5`` | ``foss/2025a`` +``3.24.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PGPLOT.md b/docs/version-specific/supported-software/p/PGPLOT.md index 7afed14e4a..904682e851 100644 --- a/docs/version-specific/supported-software/p/PGPLOT.md +++ b/docs/version-specific/supported-software/p/PGPLOT.md @@ -14,6 +14,7 @@ version | toolchain ``5.2.2`` | ``GCCcore/11.3.0`` ``5.2.2`` | ``GCCcore/13.2.0`` ``5.2.2`` | ``GCCcore/13.3.0`` +``5.2.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PLUMED.md b/docs/version-specific/supported-software/p/PLUMED.md index 31bdda5ffc..172416a437 100644 --- a/docs/version-specific/supported-software/p/PLUMED.md +++ b/docs/version-specific/supported-software/p/PLUMED.md @@ -21,6 +21,7 @@ version | toolchain ``2.9.2`` | ``foss/2023b`` ``2.9.3`` | ``foss/2024a`` ``2.9.4`` | ``foss/2025a`` +``2.9.4`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/POV-Ray.md b/docs/version-specific/supported-software/p/POV-Ray.md index eb3af9b9f9..15dcc06010 100644 --- a/docs/version-specific/supported-software/p/POV-Ray.md +++ b/docs/version-specific/supported-software/p/POV-Ray.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``3.7.0.10`` | ``GCC/11.3.0`` ``3.7.0.10`` | ``GCC/12.3.0`` +``3.7.0.10`` | ``GCC/13.3.0`` +``3.7.0.10`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/Palantir.md b/docs/version-specific/supported-software/p/Palantir.md new file mode 100644 index 0000000000..009bfb9286 --- /dev/null +++ b/docs/version-specific/supported-software/p/Palantir.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# Palantir + +Palantir is an algorithm to align cells along differentiation trajectories. Palantir models differentiation as a stochastic process where stem cells differentiate to terminally differentiated cells by a series of steps through a low dimensional phenotypic manifold. Palantir effectively captures the continuity in cell states and the stochasticity in cell fate determination. Palantir has been designed to work with multidimensional single cell data from diverse technologies such as Mass cytometry and single cell RNA-seq. + +*homepage*: + +version | toolchain +--------|---------- +``1.4.1`` | ``foss/2023a`` +``1.4.1`` | ``foss/2025a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/p/Pandoc.md b/docs/version-specific/supported-software/p/Pandoc.md index 5f75f51f6f..a0036cbdcc 100644 --- a/docs/version-specific/supported-software/p/Pandoc.md +++ b/docs/version-specific/supported-software/p/Pandoc.md @@ -14,6 +14,7 @@ version | toolchain ``2.13`` | ``system`` ``3.1.2`` | ``system`` ``3.6.2`` | ``system`` +``3.8.2.1`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/Panoply.md b/docs/version-specific/supported-software/p/Panoply.md index 4bfc8f11e7..196eb7a33b 100644 --- a/docs/version-specific/supported-software/p/Panoply.md +++ b/docs/version-specific/supported-software/p/Panoply.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``5.5.1`` | ``system`` ``5.6.2`` | ``system`` +``5.8.1`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/ParMETIS.md b/docs/version-specific/supported-software/p/ParMETIS.md index a24a9c34bc..9f3c43801c 100644 --- a/docs/version-specific/supported-software/p/ParMETIS.md +++ b/docs/version-specific/supported-software/p/ParMETIS.md @@ -18,6 +18,7 @@ version | toolchain ``4.0.3`` | ``gompi/2023b`` ``4.0.3`` | ``gompi/2024a`` ``4.0.3`` | ``gompi/2025a`` +``4.0.3`` | ``gompi/2025b`` ``4.0.3`` | ``iimpi/2021a`` ``4.0.3`` | ``iimpi/2021b`` ``4.0.3`` | ``iimpi/2023b`` diff --git a/docs/version-specific/supported-software/p/ParaView-Catalyst.md b/docs/version-specific/supported-software/p/ParaView-Catalyst.md new file mode 100644 index 0000000000..7079d73254 --- /dev/null +++ b/docs/version-specific/supported-software/p/ParaView-Catalyst.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# ParaView-Catalyst + +ParaView Catalyst provides a small, easy-to-use, API that any simulation developed in C++, C, Fortran or Python can use to do in situ analysis without developing its own custom data analysis code. + +*homepage*: + +version | toolchain +--------|---------- +``2.0.0`` | ``foss/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/p/ParaView.md b/docs/version-specific/supported-software/p/ParaView.md index e599c2baef..2b89216410 100644 --- a/docs/version-specific/supported-software/p/ParaView.md +++ b/docs/version-specific/supported-software/p/ParaView.md @@ -25,6 +25,8 @@ version | versionsuffix | toolchain ``5.9.1`` | ``-mpi`` | ``foss/2021a`` ``5.9.1`` | ``-mpi`` | ``foss/2021b`` ``5.9.1`` | ``-mpi`` | ``intel/2021a`` +``6.0.1`` | | ``foss/2025a`` +``6.0.1`` | | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/Parallel-Hashmap.md b/docs/version-specific/supported-software/p/Parallel-Hashmap.md index 18f02dc631..7c689d5310 100644 --- a/docs/version-specific/supported-software/p/Parallel-Hashmap.md +++ b/docs/version-specific/supported-software/p/Parallel-Hashmap.md @@ -14,6 +14,7 @@ version | toolchain ``1.33`` | ``GCCcore/10.3.0`` ``1.36`` | ``GCCcore/11.3.0`` ``1.36`` | ``GCCcore/12.3.0`` +``2.0.0`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PfamScan.md b/docs/version-specific/supported-software/p/PfamScan.md index fa380fa8fa..fc98bdcc42 100644 --- a/docs/version-specific/supported-software/p/PfamScan.md +++ b/docs/version-specific/supported-software/p/PfamScan.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.6`` | ``gompi/2022a`` ``1.6`` | ``gompi/2023a`` +``1.6`` | ``gompi/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/Phantompeakqualtools.md b/docs/version-specific/supported-software/p/Phantompeakqualtools.md index a4a41bf199..b0f6411824 100644 --- a/docs/version-specific/supported-software/p/Phantompeakqualtools.md +++ b/docs/version-specific/supported-software/p/Phantompeakqualtools.md @@ -11,6 +11,7 @@ It computes informative enrichment and quality measures for ChIP-seq/DNase-seq/F version | toolchain --------|---------- ``1.2.2`` | ``foss/2021b`` +``1.2.2`` | ``foss/2023b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PhyML.md b/docs/version-specific/supported-software/p/PhyML.md index e5354ad148..78683fdcf1 100644 --- a/docs/version-specific/supported-software/p/PhyML.md +++ b/docs/version-specific/supported-software/p/PhyML.md @@ -11,6 +11,7 @@ PhyML is a software package that uses modern statistical approaches to analyse a version | toolchain --------|---------- ``3.3.20220408`` | ``foss/2023a`` +``3.3.20250515`` | ``gompi/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PhyloPhlAn.md b/docs/version-specific/supported-software/p/PhyloPhlAn.md index c9008b053c..dee1b08825 100644 --- a/docs/version-specific/supported-software/p/PhyloPhlAn.md +++ b/docs/version-specific/supported-software/p/PhyloPhlAn.md @@ -13,6 +13,8 @@ version | toolchain ``3.0.2`` | ``foss/2021a`` ``3.0.3`` | ``foss/2022a`` ``3.0.3`` | ``foss/2023a`` +``3.1.1`` | ``foss/2023b`` +``3.1.1`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/Pint.md b/docs/version-specific/supported-software/p/Pint.md index cc088fd97c..a322a4b196 100644 --- a/docs/version-specific/supported-software/p/Pint.md +++ b/docs/version-specific/supported-software/p/Pint.md @@ -17,6 +17,7 @@ version | toolchain ``0.24`` | ``GCCcore/13.2.0`` ``0.24.4`` | ``GCCcore/13.3.0`` ``0.24.4`` | ``GCCcore/14.2.0`` +``0.25`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/Pixi.md b/docs/version-specific/supported-software/p/Pixi.md new file mode 100644 index 0000000000..03aa8c74e4 --- /dev/null +++ b/docs/version-specific/supported-software/p/Pixi.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Pixi + +Pixi is a cross-platform, multi-language package manager and workflow tool built on the foundation of the conda ecosystem. It provides developers with an exceptional experience similar to popular package managers like cargo or npm, but for any language. + +*homepage*: + +version | toolchain +--------|---------- +``0.59.0`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/p/Pluto.md b/docs/version-specific/supported-software/p/Pluto.md new file mode 100644 index 0000000000..3571609a35 --- /dev/null +++ b/docs/version-specific/supported-software/p/Pluto.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Pluto + +Simple, reactive programming environment for the Julia Language. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``0.20.13`` | ``-Julia-1.11.5`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/p/PnetCDF.md b/docs/version-specific/supported-software/p/PnetCDF.md index 442c293399..1878d10344 100644 --- a/docs/version-specific/supported-software/p/PnetCDF.md +++ b/docs/version-specific/supported-software/p/PnetCDF.md @@ -21,6 +21,10 @@ version | toolchain ``1.13.0`` | ``iimpi/2023a`` ``1.14.0`` | ``gompi/2024a`` ``1.14.0`` | ``gompi/2025a`` +``1.14.0`` | ``iimpi/2024a`` +``1.14.0`` | ``iimpi/2025a`` +``1.14.1`` | ``gompi/2025b`` +``1.14.1`` | ``iimpi/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/ProteinMPNN.md b/docs/version-specific/supported-software/p/ProteinMPNN.md index d283cd30b5..5c5857a491 100644 --- a/docs/version-specific/supported-software/p/ProteinMPNN.md +++ b/docs/version-specific/supported-software/p/ProteinMPNN.md @@ -11,6 +11,7 @@ A deep learning based protein sequence design method is described that is widely version | versionsuffix | toolchain --------|---------------|---------- ``1.0.1-20230627`` | ``-CUDA-11.7.0`` | ``foss/2022a`` +``1.0.1-20230627`` | ``-CUDA-12.1.1`` | ``foss/2023a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/Proteinortho.md b/docs/version-specific/supported-software/p/Proteinortho.md index 7ad46efdf8..e04aca081c 100644 --- a/docs/version-specific/supported-software/p/Proteinortho.md +++ b/docs/version-specific/supported-software/p/Proteinortho.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``6.2.3`` | ``foss/2021b`` ``6.3.2`` | ``foss/2023a`` +``6.3.4`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PuLP.md b/docs/version-specific/supported-software/p/PuLP.md index 6cf62df737..a0f8f1bad7 100644 --- a/docs/version-specific/supported-software/p/PuLP.md +++ b/docs/version-specific/supported-software/p/PuLP.md @@ -15,6 +15,9 @@ version | toolchain ``2.8.0`` | ``foss/2023a`` ``2.8.0`` | ``foss/2023b`` ``2.8.0`` | ``foss/2024a`` +``2.9.0`` | ``foss/2023b`` +``3.3.0`` | ``foss/2025a`` +``3.3.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PyAEDT.md b/docs/version-specific/supported-software/p/PyAEDT.md index 052caa5ab4..7eaca3c84e 100644 --- a/docs/version-specific/supported-software/p/PyAEDT.md +++ b/docs/version-specific/supported-software/p/PyAEDT.md @@ -10,6 +10,7 @@ PyAEDT is a Python library that interacts directly with the Ansys Electronics De version | toolchain --------|---------- +``0.15.0`` | ``foss/2024a`` ``0.8.7`` | ``GCCcore/12.3.0`` ``0.9.9`` | ``gfbf/2023b`` diff --git a/docs/version-specific/supported-software/p/PyCairo.md b/docs/version-specific/supported-software/p/PyCairo.md index 31b81dad5d..090af48373 100644 --- a/docs/version-specific/supported-software/p/PyCairo.md +++ b/docs/version-specific/supported-software/p/PyCairo.md @@ -17,6 +17,8 @@ version | toolchain ``1.25.0`` | ``GCCcore/12.3.0`` ``1.25.1`` | ``GCCcore/13.2.0`` ``1.28.0`` | ``GCCcore/13.3.0`` +``1.28.0`` | ``GCCcore/14.2.0`` +``1.28.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PyEVTK.md b/docs/version-specific/supported-software/p/PyEVTK.md index b2ce6c96ad..b0575ca5a0 100644 --- a/docs/version-specific/supported-software/p/PyEVTK.md +++ b/docs/version-specific/supported-software/p/PyEVTK.md @@ -11,6 +11,7 @@ PyEVTK (Python Export VTK) exports data to binary VTK files for visualization/an version | toolchain --------|---------- ``1.4.1`` | ``foss/2021b`` +``1.6.0`` | ``gfbf/2023a`` ``2.0.0`` | ``foss/2021b`` diff --git a/docs/version-specific/supported-software/p/PyGObject.md b/docs/version-specific/supported-software/p/PyGObject.md index 87d225c66e..06a9c25528 100644 --- a/docs/version-specific/supported-software/p/PyGObject.md +++ b/docs/version-specific/supported-software/p/PyGObject.md @@ -15,6 +15,8 @@ version | toolchain ``3.46.0`` | ``GCCcore/12.3.0`` ``3.46.0`` | ``GCCcore/13.2.0`` ``3.52.3`` | ``GCCcore/13.3.0`` +``3.54.2`` | ``GCCcore/14.2.0`` +``3.54.3`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PyOpenCL.md b/docs/version-specific/supported-software/p/PyOpenCL.md index 2f8de56343..a28798bff0 100644 --- a/docs/version-specific/supported-software/p/PyOpenCL.md +++ b/docs/version-specific/supported-software/p/PyOpenCL.md @@ -16,6 +16,7 @@ version | versionsuffix | toolchain ``2023.1.4`` | | ``foss/2022a`` ``2023.1.4`` | ``-CUDA-12.1.1`` | ``foss/2023a`` ``2023.1.4`` | | ``foss/2023a`` +``2025.2.7`` | | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PyPy.md b/docs/version-specific/supported-software/p/PyPy.md index 29ee7d5483..ea6ca32bae 100644 --- a/docs/version-specific/supported-software/p/PyPy.md +++ b/docs/version-specific/supported-software/p/PyPy.md @@ -11,6 +11,7 @@ A fast, compliant alternative implementation of Python version | versionsuffix | toolchain --------|---------------|---------- ``7.3.12`` | ``-3.10`` | ``system`` +``7.3.20`` | ``-3.11`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PyQt-builder.md b/docs/version-specific/supported-software/p/PyQt-builder.md index 1b18262eeb..32dbdd0e8d 100644 --- a/docs/version-specific/supported-software/p/PyQt-builder.md +++ b/docs/version-specific/supported-software/p/PyQt-builder.md @@ -13,6 +13,7 @@ version | toolchain ``1.15.4`` | ``GCCcore/12.3.0`` ``1.16.4`` | ``GCCcore/13.2.0`` ``1.18.1`` | ``GCCcore/13.3.0`` +``1.19.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PyQt6.md b/docs/version-specific/supported-software/p/PyQt6.md new file mode 100644 index 0000000000..bc0f071584 --- /dev/null +++ b/docs/version-specific/supported-software/p/PyQt6.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# PyQt6 + +PyQt6 is a comprehensive set of Python bindings for Qt v6. It is implemented as more than 35 extension modules and enables Python to be used as an alternative application development language to C++. This bundle includes PyQtWebEngine, a set of Python bindings for The Qt Company’s Qt WebEngine framework. + +*homepage*: + +version | toolchain +--------|---------- +``6.9.1`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/p/PySR.md b/docs/version-specific/supported-software/p/PySR.md new file mode 100644 index 0000000000..e73e529c6c --- /dev/null +++ b/docs/version-specific/supported-software/p/PySR.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# PySR + +PySR is an open-source tool for Symbolic Regression: a machine learning task where the goal is to find an interpretable symbolic expression that optimizes some objective. + +*homepage*: + +version | toolchain +--------|---------- +``1.5.8`` | ``gfbf/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/p/PySide6.md b/docs/version-specific/supported-software/p/PySide6.md index 3e448704ca..c502193b7b 100644 --- a/docs/version-specific/supported-software/p/PySide6.md +++ b/docs/version-specific/supported-software/p/PySide6.md @@ -11,6 +11,7 @@ PySide6 is the official Python module from the Qt for Python project, which version | toolchain --------|---------- ``6.7.2`` | ``GCCcore/13.3.0`` +``6.9.3`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PyTables.md b/docs/version-specific/supported-software/p/PyTables.md index 58571aab63..aa21e059f6 100644 --- a/docs/version-specific/supported-software/p/PyTables.md +++ b/docs/version-specific/supported-software/p/PyTables.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``3.10.2`` | ``foss/2024a`` ``3.10.2`` | ``foss/2025a`` +``3.10.2`` | ``foss/2025b`` ``3.6.1`` | ``foss/2021a`` ``3.6.1`` | ``foss/2021b`` ``3.8.0`` | ``foss/2022a`` diff --git a/docs/version-specific/supported-software/p/PyTorch-bundle.md b/docs/version-specific/supported-software/p/PyTorch-bundle.md index 089677467d..60cd169080 100644 --- a/docs/version-specific/supported-software/p/PyTorch-bundle.md +++ b/docs/version-specific/supported-software/p/PyTorch-bundle.md @@ -14,6 +14,7 @@ version | versionsuffix | toolchain ``1.13.1`` | ``-CUDA-11.7.0`` | ``foss/2022a`` ``2.1.2`` | ``-CUDA-12.1.1`` | ``foss/2023a`` ``2.1.2`` | | ``foss/2023a`` +``2.6.0`` | | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PyTorch.md b/docs/version-specific/supported-software/p/PyTorch.md index 951b905305..83be06069e 100644 --- a/docs/version-specific/supported-software/p/PyTorch.md +++ b/docs/version-specific/supported-software/p/PyTorch.md @@ -28,6 +28,7 @@ version | versionsuffix | toolchain ``2.0.1`` | | ``foss/2022a`` ``2.0.1`` | | ``foss/2022b`` ``2.1.2`` | | ``foss/2022a`` +``2.1.2`` | ``-CUDA-12.0.0`` | ``foss/2022b`` ``2.1.2`` | | ``foss/2022b`` ``2.1.2`` | ``-CUDA-12.1.1`` | ``foss/2023a`` ``2.1.2`` | | ``foss/2023a`` diff --git a/docs/version-specific/supported-software/p/PyVO.md b/docs/version-specific/supported-software/p/PyVO.md new file mode 100644 index 0000000000..57d0c10b85 --- /dev/null +++ b/docs/version-specific/supported-software/p/PyVO.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# PyVO + +PyVO lets you find and retrieve astronomical data available from archives that support standard IVOA virtual observatory service protocols. + +*homepage*: + +version | toolchain +--------|---------- +``1.7`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/p/PyWavelets.md b/docs/version-specific/supported-software/p/PyWavelets.md index 83f34bfc6b..3f61afdecd 100644 --- a/docs/version-specific/supported-software/p/PyWavelets.md +++ b/docs/version-specific/supported-software/p/PyWavelets.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``1.7.0`` | ``foss/2023a`` ``1.8.0`` | ``foss/2024a`` +``1.9.0`` | ``foss/2025a`` +``1.9.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PyZMQ.md b/docs/version-specific/supported-software/p/PyZMQ.md index 02bc739e22..7542aee358 100644 --- a/docs/version-specific/supported-software/p/PyZMQ.md +++ b/docs/version-specific/supported-software/p/PyZMQ.md @@ -17,6 +17,7 @@ version | toolchain ``25.1.2`` | ``GCCcore/13.2.0`` ``26.2.0`` | ``GCCcore/13.3.0`` ``27.0.0`` | ``GCCcore/14.2.0`` +``27.1.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/PycURL.md b/docs/version-specific/supported-software/p/PycURL.md index 85dd7a932b..4d62ac7dd4 100644 --- a/docs/version-specific/supported-software/p/PycURL.md +++ b/docs/version-specific/supported-software/p/PycURL.md @@ -16,6 +16,7 @@ version | toolchain ``7.45.3`` | ``GCCcore/13.2.0`` ``7.45.6`` | ``GCCcore/13.3.0`` ``7.45.6`` | ``GCCcore/14.2.0`` +``7.45.7`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/Pylint.md b/docs/version-specific/supported-software/p/Pylint.md index 3d87eaeb5c..3cd62359d6 100644 --- a/docs/version-specific/supported-software/p/Pylint.md +++ b/docs/version-specific/supported-software/p/Pylint.md @@ -11,6 +11,7 @@ Pylint is a tool that checks for errors in Python code, tries to enforce a codi version | toolchain --------|---------- ``2.17.4`` | ``GCCcore/12.2.0`` +``3.0.4`` | ``GCCcore/12.3.0`` ``3.2.5`` | ``GCCcore/13.2.0`` diff --git a/docs/version-specific/supported-software/p/Pysam.md b/docs/version-specific/supported-software/p/Pysam.md index 495543ea46..14410fcc6b 100644 --- a/docs/version-specific/supported-software/p/Pysam.md +++ b/docs/version-specific/supported-software/p/Pysam.md @@ -21,6 +21,8 @@ version | versionsuffix | toolchain ``0.22.0`` | | ``GCC/12.3.0`` ``0.22.0`` | | ``GCC/13.2.0`` ``0.22.1`` | | ``GCC/13.3.0`` +``0.23.3`` | | ``GCC/14.2.0`` +``0.23.3`` | | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/index.md b/docs/version-specific/supported-software/p/index.md index 7165b88e18..bffa10837d 100644 --- a/docs/version-specific/supported-software/p/index.md +++ b/docs/version-specific/supported-software/p/index.md @@ -19,6 +19,7 @@ search: * [pairtools](pairtools.md) * [PAL2NAL](PAL2NAL.md) * [paladin](paladin.md) + * [Palantir](Palantir.md) * [PALEOMIX](PALEOMIX.md) * [PALM](PALM.md) * [PAML](PAML.md) @@ -39,6 +40,7 @@ search: * [parasail](parasail.md) * [Paraver](Paraver.md) * [ParaView](ParaView.md) + * [ParaView-Catalyst](ParaView-Catalyst.md) * [Parcels](Parcels.md) * [PARI-GP](PARI-GP.md) * [ParMETIS](ParMETIS.md) @@ -68,6 +70,7 @@ search: * [peakdetect](peakdetect.md) * [PEAR](PEAR.md) * [PEcAn](PEcAn.md) + * [PEFT](PEFT.md) * [PennCNV](PennCNV.md) * [PennyLane](PennyLane.md) * [PEPT](PEPT.md) @@ -103,6 +106,7 @@ search: * [phyx](phyx.md) * [picard](picard.md) * [PICI-LIGGGHTS](PICI-LIGGGHTS.md) + * [picom](picom.md) * [PICRUSt2](PICRUSt2.md) * [pigz](pigz.md) * [Pillow](Pillow.md) @@ -112,6 +116,7 @@ search: * [Pint](Pint.md) * [PIPITS](PIPITS.md) * [PIRATE](PIRATE.md) + * [Pixi](Pixi.md) * [pixman](pixman.md) * [pkg-config](pkg-config.md) * [pkgconf](pkgconf.md) @@ -131,6 +136,7 @@ search: * [plotutils](plotutils.md) * [PLUMED](PLUMED.md) * [plumpy](plumpy.md) + * [Pluto](Pluto.md) * [PLY](PLY.md) * [PMIx](PMIx.md) * [pmt](pmt.md) @@ -285,6 +291,7 @@ search: * [PyPy](PyPy.md) * [PyQt-builder](PyQt-builder.md) * [PyQt5](PyQt5.md) + * [PyQt6](PyQt6.md) * [PyQtGraph](PyQtGraph.md) * [pyradiomics](pyradiomics.md) * [pyro-ppl](pyro-ppl.md) @@ -299,6 +306,7 @@ search: * [PySINDy](PySINDy.md) * [pyslim](pyslim.md) * [pyspoa](pyspoa.md) + * [PySR](PySR.md) * [PyStan](PyStan.md) * [pystencils](pystencils.md) * [pysteps](pysteps.md) @@ -328,6 +336,7 @@ search: * [python-igraph](python-igraph.md) * [python-irodsclient](python-irodsclient.md) * [python-isal](python-isal.md) + * [python-jellyfish](python-jellyfish.md) * [python-libsbml](python-libsbml.md) * [python-louvain](python-louvain.md) * [python-lsp-server](python-lsp-server.md) @@ -345,15 +354,18 @@ search: * [PyTorch-Image-Models](PyTorch-Image-Models.md) * [PyTorch-Lightning](PyTorch-Lightning.md) * [PyTorchVideo](PyTorchVideo.md) + * [pyunicore](pyunicore.md) * [PyVCF3](PyVCF3.md) * [pyvips](pyvips.md) * [PyVista](PyVista.md) + * [PyVO](PyVO.md) * [pyWannier90](pyWannier90.md) * [PyWavelets](PyWavelets.md) * [PyWBGT](PyWBGT.md) * [pyXDF](pyXDF.md) * [PyYAML](PyYAML.md) * [PyZMQ](PyZMQ.md) + * [pyzstd](pyzstd.md) *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - *p* - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/p11-kit.md b/docs/version-specific/supported-software/p/p11-kit.md index 1dd59af550..671d2f298d 100644 --- a/docs/version-specific/supported-software/p/p11-kit.md +++ b/docs/version-specific/supported-software/p/p11-kit.md @@ -13,6 +13,8 @@ version | toolchain ``0.24.0`` | ``GCCcore/10.3.0`` ``0.24.1`` | ``GCCcore/11.2.0`` ``0.24.1`` | ``GCCcore/11.3.0`` +``0.25.10`` | ``GCCcore/14.2.0`` +``0.25.10`` | ``GCCcore/14.3.0`` ``0.25.3`` | ``GCCcore/12.3.0`` ``0.25.3`` | ``GCCcore/13.3.0`` diff --git a/docs/version-specific/supported-software/p/parallel.md b/docs/version-specific/supported-software/p/parallel.md index e04383871f..c04d6adf33 100644 --- a/docs/version-specific/supported-software/p/parallel.md +++ b/docs/version-specific/supported-software/p/parallel.md @@ -17,7 +17,9 @@ version | toolchain ``20230722`` | ``GCCcore/12.3.0`` ``20240322`` | ``GCCcore/13.2.0`` ``20240722`` | ``GCCcore/13.3.0`` +``20250722`` | ``GCCcore/14.2.0`` ``20250722`` | ``GCCcore/14.3.0`` +``20250922`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/paramiko.md b/docs/version-specific/supported-software/p/paramiko.md index 1f9480b389..2823628781 100644 --- a/docs/version-specific/supported-software/p/paramiko.md +++ b/docs/version-specific/supported-software/p/paramiko.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``3.2.0`` | ``GCCcore/12.3.0`` ``3.5.1`` | ``GCCcore/13.2.0`` +``3.5.1`` | ``GCCcore/13.3.0`` ``4.0.0`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/p/petsc4py.md b/docs/version-specific/supported-software/p/petsc4py.md index cb71c4f224..dc9cb3533f 100644 --- a/docs/version-specific/supported-software/p/petsc4py.md +++ b/docs/version-specific/supported-software/p/petsc4py.md @@ -13,6 +13,9 @@ version | toolchain ``3.15.0`` | ``foss/2021a`` ``3.17.4`` | ``foss/2022a`` ``3.20.3`` | ``foss/2023a`` +``3.22.5`` | ``foss/2023b`` +``3.23.5`` | ``foss/2024a`` +``3.24.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pfind.md b/docs/version-specific/supported-software/p/pfind.md index 99a2f85000..d294a62ee8 100644 --- a/docs/version-specific/supported-software/p/pfind.md +++ b/docs/version-specific/supported-software/p/pfind.md @@ -11,6 +11,7 @@ Drop-in replacement for find, implemented for using parallel access and MPI. version | toolchain --------|---------- ``20220613`` | ``gompi/2021b`` +``20250510`` | ``gompi/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pftoolsV3.md b/docs/version-specific/supported-software/p/pftoolsV3.md index 35056b97ab..c29cb8de50 100644 --- a/docs/version-specific/supported-software/p/pftoolsV3.md +++ b/docs/version-specific/supported-software/p/pftoolsV3.md @@ -14,6 +14,7 @@ version | toolchain ``3.2.11`` | ``foss/2021a`` ``3.2.12`` | ``GCCcore/11.2.0`` ``3.2.12`` | ``GCCcore/11.3.0`` +``3.2.13`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/phono3py.md b/docs/version-specific/supported-software/p/phono3py.md index b28cb4d0d2..ca4df23f21 100644 --- a/docs/version-specific/supported-software/p/phono3py.md +++ b/docs/version-specific/supported-software/p/phono3py.md @@ -11,6 +11,7 @@ A simulation package of phonon-phonon interaction related properties. version | toolchain --------|---------- ``2.7.0`` | ``foss/2023a`` +``3.16.0`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/phonopy.md b/docs/version-specific/supported-software/p/phonopy.md index 43e0307983..c78c2372d7 100644 --- a/docs/version-specific/supported-software/p/phonopy.md +++ b/docs/version-specific/supported-software/p/phonopy.md @@ -14,6 +14,7 @@ version | toolchain ``2.20.0`` | ``foss/2023a`` ``2.22.1`` | ``foss/2023b`` ``2.40.0`` | ``foss/2024a`` +``2.43.2`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/picard.md b/docs/version-specific/supported-software/p/picard.md index 99fc4a2033..16013bbcde 100644 --- a/docs/version-specific/supported-software/p/picard.md +++ b/docs/version-specific/supported-software/p/picard.md @@ -16,6 +16,7 @@ version | versionsuffix | toolchain ``2.26.10`` | ``-Java-15`` | ``system`` ``3.0.0`` | ``-Java-17`` | ``system`` ``3.3.0`` | ``-Java-17`` | ``system`` +``3.4.0`` | ``-Java-17`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/picom.md b/docs/version-specific/supported-software/p/picom.md new file mode 100644 index 0000000000..d7a9615fbe --- /dev/null +++ b/docs/version-specific/supported-software/p/picom.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# picom + +A lightweight compositor for X11, successor to compton, offering shadows, transparency, and vsync. + +*homepage*: + +version | toolchain +--------|---------- +``12.5`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/p/pigz.md b/docs/version-specific/supported-software/p/pigz.md index ae95ca096a..a8df5a8b80 100644 --- a/docs/version-specific/supported-software/p/pigz.md +++ b/docs/version-specific/supported-software/p/pigz.md @@ -17,6 +17,8 @@ version | toolchain ``2.8`` | ``GCCcore/12.3.0`` ``2.8`` | ``GCCcore/13.2.0`` ``2.8`` | ``GCCcore/13.3.0`` +``2.8`` | ``GCCcore/14.2.0`` +``2.8`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/plmc.md b/docs/version-specific/supported-software/p/plmc.md index 3c6257452a..c64984cd5f 100644 --- a/docs/version-specific/supported-software/p/plmc.md +++ b/docs/version-specific/supported-software/p/plmc.md @@ -11,6 +11,7 @@ Inference of couplings in proteins and RNAs from sequence variation. version | versionsuffix | toolchain --------|---------------|---------- ``20230121`` | ``-32bit`` | ``GCCcore/12.3.0`` +``20230121`` | ``-32bit`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/plotly.py.md b/docs/version-specific/supported-software/p/plotly.py.md index 3dbe1ff7ae..298484897f 100644 --- a/docs/version-specific/supported-software/p/plotly.py.md +++ b/docs/version-specific/supported-software/p/plotly.py.md @@ -18,6 +18,8 @@ version | toolchain ``5.18.0`` | ``GCCcore/13.2.0`` ``5.24.1`` | ``GCCcore/13.3.0`` ``5.4.0`` | ``GCCcore/11.2.0`` +``6.3.1`` | ``GCCcore/14.2.0`` +``6.5.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pocl.md b/docs/version-specific/supported-software/p/pocl.md index 65c760c7d6..164104ab98 100644 --- a/docs/version-specific/supported-software/p/pocl.md +++ b/docs/version-specific/supported-software/p/pocl.md @@ -18,6 +18,7 @@ version | versionsuffix | toolchain ``4.0`` | | ``GCC/12.3.0`` ``6.0`` | | ``GCC/13.3.0`` ``7.0`` | | ``GCC/14.2.0`` +``7.1`` | | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/poppler.md b/docs/version-specific/supported-software/p/poppler.md index 60c594fb08..fb0ce7d281 100644 --- a/docs/version-specific/supported-software/p/poppler.md +++ b/docs/version-specific/supported-software/p/poppler.md @@ -17,6 +17,7 @@ version | toolchain ``24.04.0`` | ``GCC/13.2.0`` ``24.04.0`` | ``intel-compilers/2023.2.1`` ``25.07.0`` | ``GCC/13.3.0`` +``25.12.0`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/popt.md b/docs/version-specific/supported-software/p/popt.md index 8ff1bf404c..ecab799d80 100644 --- a/docs/version-specific/supported-software/p/popt.md +++ b/docs/version-specific/supported-software/p/popt.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.18`` | ``system`` ``1.19`` | ``GCCcore/13.3.0`` +``1.19`` | ``GCCcore/14.2.0`` ``1.19`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/p/pre-commit.md b/docs/version-specific/supported-software/p/pre-commit.md index 21c1113e62..b7aef743ef 100644 --- a/docs/version-specific/supported-software/p/pre-commit.md +++ b/docs/version-specific/supported-software/p/pre-commit.md @@ -11,6 +11,8 @@ A framework for managing and maintaining multi-language pre-commit hooks. Git h version | toolchain --------|---------- ``3.7.0`` | ``GCCcore/13.2.0`` +``4.3.0`` | ``GCCcore/14.2.0`` +``4.3.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/preCICE.md b/docs/version-specific/supported-software/p/preCICE.md index 707f5e7c77..626edabbb4 100644 --- a/docs/version-specific/supported-software/p/preCICE.md +++ b/docs/version-specific/supported-software/p/preCICE.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``2.5.0`` | ``foss/2022a`` ``3.2.0`` | ``foss/2023a`` +``3.2.0`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/protozero.md b/docs/version-specific/supported-software/p/protozero.md index ed031de37d..baa6584f70 100644 --- a/docs/version-specific/supported-software/p/protozero.md +++ b/docs/version-specific/supported-software/p/protozero.md @@ -11,6 +11,7 @@ Minimalistic protocol buffer decoder and encoder in C++. version | toolchain --------|---------- ``1.8.1`` | ``GCCcore/13.3.0`` +``1.8.1`` | ``GCCcore/14.2.0`` ``1.8.1`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/p/pugixml.md b/docs/version-specific/supported-software/p/pugixml.md index fdbff5be76..b7a0ea8bdf 100644 --- a/docs/version-specific/supported-software/p/pugixml.md +++ b/docs/version-specific/supported-software/p/pugixml.md @@ -14,7 +14,10 @@ version | toolchain ``1.12.1`` | ``GCCcore/11.2.0`` ``1.12.1`` | ``GCCcore/11.3.0`` ``1.14`` | ``GCCcore/12.3.0`` +``1.14`` | ``GCCcore/13.2.0`` ``1.15`` | ``GCCcore/13.3.0`` +``1.15`` | ``GCCcore/14.2.0`` +``1.15`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/py3Dmol.md b/docs/version-specific/supported-software/p/py3Dmol.md index 7de8821095..79a46fe225 100644 --- a/docs/version-specific/supported-software/p/py3Dmol.md +++ b/docs/version-specific/supported-software/p/py3Dmol.md @@ -13,6 +13,7 @@ version | toolchain ``2.0.1.post1`` | ``GCCcore/11.3.0`` ``2.1.0`` | ``GCCcore/12.3.0`` ``2.5.0`` | ``GCCcore/13.3.0`` +``2.5.3`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pybind11-stubgen.md b/docs/version-specific/supported-software/p/pybind11-stubgen.md index 8ed3846683..86434469b0 100644 --- a/docs/version-specific/supported-software/p/pybind11-stubgen.md +++ b/docs/version-specific/supported-software/p/pybind11-stubgen.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``2.5.1`` | ``GCCcore/12.3.0`` ``2.5.4`` | ``GCCcore/13.3.0`` +``2.5.5`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pybind11.md b/docs/version-specific/supported-software/p/pybind11.md index 2bdaaadcc8..eae19e9112 100644 --- a/docs/version-specific/supported-software/p/pybind11.md +++ b/docs/version-specific/supported-software/p/pybind11.md @@ -25,6 +25,7 @@ version | versionsuffix | toolchain ``2.9.2`` | ``-Python-2.7.18`` | ``GCCcore/12.3.0`` ``3.0.0`` | | ``GCC/14.3.0`` ``3.0.0`` | | ``intel-compilers/2025.2.0`` +``3.0.0`` | | ``llvm-compilers/20.1.8`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pybind11_abseil.md b/docs/version-specific/supported-software/p/pybind11_abseil.md index d2f60a0456..eefa146da6 100644 --- a/docs/version-specific/supported-software/p/pybind11_abseil.md +++ b/docs/version-specific/supported-software/p/pybind11_abseil.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``202402.0`` | ``GCC/13.3.0`` ``202402.0`` | ``GCC/14.3.0`` +``202402.0`` | ``intel-compilers/2025.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pycoQC.md b/docs/version-specific/supported-software/p/pycoQC.md index 66ff457fac..f3ad8dffd4 100644 --- a/docs/version-specific/supported-software/p/pycoQC.md +++ b/docs/version-specific/supported-software/p/pycoQC.md @@ -6,11 +6,12 @@ search: PycoQC computes metrics and generates interactive QC plots for Oxford Nanopore technologies sequencing data. -*homepage*: +*homepage*: version | toolchain --------|---------- ``2.5.2`` | ``foss/2021a`` +``2.5.2`` | ``foss/2023b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pydantic.md b/docs/version-specific/supported-software/p/pydantic.md index 160e44496b..0db5f30e45 100644 --- a/docs/version-specific/supported-software/p/pydantic.md +++ b/docs/version-specific/supported-software/p/pydantic.md @@ -14,6 +14,7 @@ version | toolchain ``1.10.2`` | ``GCCcore/11.2.0`` ``1.10.4`` | ``GCCcore/11.3.0`` ``2.11.7`` | ``GCCcore/14.2.0`` +``2.11.9`` | ``GCCcore/14.3.0`` ``2.5.3`` | ``GCCcore/12.2.0`` ``2.5.3`` | ``GCCcore/12.3.0`` ``2.6.4`` | ``GCCcore/13.2.0`` diff --git a/docs/version-specific/supported-software/p/pydicom.md b/docs/version-specific/supported-software/p/pydicom.md index 3e70b8fa8c..73e4647dcc 100644 --- a/docs/version-specific/supported-software/p/pydicom.md +++ b/docs/version-specific/supported-software/p/pydicom.md @@ -16,6 +16,7 @@ version | toolchain ``2.4.4`` | ``GCCcore/12.2.0`` ``2.4.4`` | ``GCCcore/12.3.0`` ``3.0.1`` | ``GCCcore/13.2.0`` +``3.0.1`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pydot.md b/docs/version-specific/supported-software/p/pydot.md index ba2f48c8e7..4598382de6 100644 --- a/docs/version-specific/supported-software/p/pydot.md +++ b/docs/version-specific/supported-software/p/pydot.md @@ -15,6 +15,7 @@ version | toolchain ``1.4.2`` | ``GCCcore/11.3.0`` ``2.0.0`` | ``GCCcore/12.2.0`` ``2.0.0`` | ``GCCcore/12.3.0`` +``2.0.0`` | ``GCCcore/13.2.0`` ``3.0.3`` | ``GCCcore/13.3.0`` ``3.0.4`` | ``GCCcore/13.2.0`` diff --git a/docs/version-specific/supported-software/p/pyiron-gpl.md b/docs/version-specific/supported-software/p/pyiron-gpl.md index e3b21baaee..f0300b337c 100644 --- a/docs/version-specific/supported-software/p/pyiron-gpl.md +++ b/docs/version-specific/supported-software/p/pyiron-gpl.md @@ -11,6 +11,8 @@ Additional modules for the pyiron IDE licensed under GPLv3. Sources are from for version | versionsuffix | toolchain --------|---------------|---------- ``0.0.5-20250512`` | ``-mbocus`` | ``foss/2023b`` +``0.0.5-20250512`` | ``-mbocus`` | ``foss/2024a`` +``0.0.5-20251021`` | ``-mbocus`` | ``foss/2025b`` ``0.0.5`` | | ``foss/2023b`` diff --git a/docs/version-specific/supported-software/p/pyiron.md b/docs/version-specific/supported-software/p/pyiron.md index 1ada498003..3b9b21c7e0 100644 --- a/docs/version-specific/supported-software/p/pyiron.md +++ b/docs/version-specific/supported-software/p/pyiron.md @@ -11,6 +11,9 @@ An integrated development environment (IDE) for computational materials science. version | toolchain --------|---------- ``0.5.1`` | ``foss/2023a`` +``0.5.2-20250921`` | ``foss/2024a`` +``0.5.2-20251013`` | ``foss/2024a`` +``0.5.2-20251013`` | ``foss/2025b`` ``0.5.2`` | ``foss/2023b`` diff --git a/docs/version-specific/supported-software/p/pymatgen.md b/docs/version-specific/supported-software/p/pymatgen.md index c380f83a74..a964731d63 100644 --- a/docs/version-specific/supported-software/p/pymatgen.md +++ b/docs/version-specific/supported-software/p/pymatgen.md @@ -13,6 +13,8 @@ version | toolchain ``2023.12.18`` | ``foss/2023a`` ``2023.3.10`` | ``foss/2022a`` ``2024.5.1`` | ``foss/2023b`` +``2025.10.7`` | ``foss/2025b`` +``2025.6.14`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pyspoa.md b/docs/version-specific/supported-software/p/pyspoa.md index efb81fd9c0..cc5c7c62f4 100644 --- a/docs/version-specific/supported-software/p/pyspoa.md +++ b/docs/version-specific/supported-software/p/pyspoa.md @@ -17,7 +17,9 @@ version | toolchain ``0.2.1`` | ``GCC/12.3.0`` ``0.2.1`` | ``GCC/13.2.0`` ``0.2.1`` | ``GCC/13.3.0`` +``0.2.1`` | ``GCC/14.2.0`` ``0.2.1`` | ``GCC/14.3.0`` +``0.2.1`` | ``intel-compilers/2025.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pystencils.md b/docs/version-specific/supported-software/p/pystencils.md index a8467eb79d..ccb0c17844 100644 --- a/docs/version-specific/supported-software/p/pystencils.md +++ b/docs/version-specific/supported-software/p/pystencils.md @@ -10,6 +10,7 @@ pystencils uses sympy to define stencil operations, that can be executed on nump version | toolchain --------|---------- +``1.3.4`` | ``gfbf/2023a`` ``1.3.4`` | ``gfbf/2023b`` diff --git a/docs/version-specific/supported-software/p/pytest-rerunfailures.md b/docs/version-specific/supported-software/p/pytest-rerunfailures.md index 2b6bdfb4cd..6170baf0e5 100644 --- a/docs/version-specific/supported-software/p/pytest-rerunfailures.md +++ b/docs/version-specific/supported-software/p/pytest-rerunfailures.md @@ -15,6 +15,7 @@ version | toolchain ``12.0`` | ``GCCcore/12.3.0`` ``14.0`` | ``GCCcore/13.2.0`` ``15.0`` | ``GCCcore/13.3.0`` +``16.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pytest-shard.md b/docs/version-specific/supported-software/p/pytest-shard.md index cecaec14ee..22e27ead56 100644 --- a/docs/version-specific/supported-software/p/pytest-shard.md +++ b/docs/version-specific/supported-software/p/pytest-shard.md @@ -15,6 +15,7 @@ version | toolchain ``0.1.2`` | ``GCCcore/12.3.0`` ``0.1.2`` | ``GCCcore/13.2.0`` ``0.1.2`` | ``GCCcore/13.3.0`` +``0.1.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/python-igraph.md b/docs/version-specific/supported-software/p/python-igraph.md index a85597cdec..6b3c5c12ea 100644 --- a/docs/version-specific/supported-software/p/python-igraph.md +++ b/docs/version-specific/supported-software/p/python-igraph.md @@ -13,8 +13,9 @@ version | toolchain ``0.10.3`` | ``foss/2022a`` ``0.10.6`` | ``foss/2022b`` ``0.11.4`` | ``foss/2023a`` -``0.11.8`` | ``foss/2023b`` +``0.11.5`` | ``foss/2023b`` ``0.11.9`` | ``foss/2024a`` +``0.11.9`` | ``foss/2025a`` ``0.9.6`` | ``foss/2021a`` ``0.9.8`` | ``foss/2021b`` diff --git a/docs/version-specific/supported-software/p/python-jellyfish.md b/docs/version-specific/supported-software/p/python-jellyfish.md new file mode 100644 index 0000000000..222a7d0687 --- /dev/null +++ b/docs/version-specific/supported-software/p/python-jellyfish.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# python-jellyfish + +jellyfish is a library for approximate & phonetic matching of strings. + +*homepage*: + +version | toolchain +--------|---------- +``1.1.0`` | ``GCCcore/12.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/p/python-lsp-server.md b/docs/version-specific/supported-software/p/python-lsp-server.md index d11b731224..b1e09f5804 100644 --- a/docs/version-specific/supported-software/p/python-lsp-server.md +++ b/docs/version-specific/supported-software/p/python-lsp-server.md @@ -10,6 +10,7 @@ Python Language Server for the Language Server Protocol A Python 3.8+ implementa version | toolchain --------|---------- +``1.10.1`` | ``GCCcore/12.3.0`` ``1.12.0`` | ``GCCcore/13.2.0`` diff --git a/docs/version-specific/supported-software/p/python-mujoco.md b/docs/version-specific/supported-software/p/python-mujoco.md index 00bd032fae..e20579d90b 100644 --- a/docs/version-specific/supported-software/p/python-mujoco.md +++ b/docs/version-specific/supported-software/p/python-mujoco.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``2.2.2`` | ``foss/2022a`` ``3.1.4`` | ``foss/2023a`` +``3.3.0`` | ``gfbf/2023b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/python-slugify.md b/docs/version-specific/supported-software/p/python-slugify.md index dd8335d51a..ecaf77975d 100644 --- a/docs/version-specific/supported-software/p/python-slugify.md +++ b/docs/version-specific/supported-software/p/python-slugify.md @@ -4,12 +4,13 @@ search: --- # python-slugify -Best attempt to create slugs from unicode strings while keeping it DRY. +A Python slugify application that also handles Unicode Best attempt to create slugs from unicode strings while keeping it DRY. *homepage*: version | toolchain --------|---------- +``8.0.4`` | ``GCCcore/12.3.0`` ``8.0.4`` | ``GCCcore/13.2.0`` diff --git a/docs/version-specific/supported-software/p/python-xxhash.md b/docs/version-specific/supported-software/p/python-xxhash.md index c7df1bdb8d..05e5a39be9 100644 --- a/docs/version-specific/supported-software/p/python-xxhash.md +++ b/docs/version-specific/supported-software/p/python-xxhash.md @@ -14,6 +14,7 @@ version | toolchain ``3.2.0`` | ``GCCcore/12.2.0`` ``3.4.1`` | ``GCCcore/12.3.0`` ``3.4.1`` | ``GCCcore/13.2.0`` +``3.5.0`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/python-zlib-ng.md b/docs/version-specific/supported-software/p/python-zlib-ng.md index 3dd69756ab..1838b3832f 100644 --- a/docs/version-specific/supported-software/p/python-zlib-ng.md +++ b/docs/version-specific/supported-software/p/python-zlib-ng.md @@ -11,6 +11,7 @@ Faster zlib and gzip compatible compression and decompression by providing Pytho version | toolchain --------|---------- ``0.5.1`` | ``GCCcore/13.3.0`` +``0.5.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/p/pyunicore.md b/docs/version-specific/supported-software/p/pyunicore.md new file mode 100644 index 0000000000..afa53e3aa6 --- /dev/null +++ b/docs/version-specific/supported-software/p/pyunicore.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# pyunicore + +This library covers the UNICORE REST API, making common tasks like file access, job submission and management, workflow submission and management more convenient, and integrating UNICORE features better with typical Python usage. + +*homepage*: + +version | toolchain +--------|---------- +``1.3.5`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/p/pyzstd.md b/docs/version-specific/supported-software/p/pyzstd.md new file mode 100644 index 0000000000..9385e0f196 --- /dev/null +++ b/docs/version-specific/supported-software/p/pyzstd.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# pyzstd + +Pyzstd module provides classes and functions for compressing and decompressing data, using Facebook's Zstandard (or zstd as short name) algorithm. The API style is similar to Python's bz2/lzma/zlib modules. + +*homepage*: + +version | toolchain +--------|---------- +``0.19.0`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/q/QCMaquis.md b/docs/version-specific/supported-software/q/QCMaquis.md index 9b2870ac7b..155a453d30 100644 --- a/docs/version-specific/supported-software/q/QCMaquis.md +++ b/docs/version-specific/supported-software/q/QCMaquis.md @@ -4,13 +4,12 @@ search: --- # QCMaquis -QCMaquis is written in C++ (C++14 standard) and parallelizes the computationally heavy steps of a DMRG simulation with shared-memory parallelism (OpenMP). +QCMaquis parallelizes the computationally heavy steps of a DMRG simulation with shared-memory parallelism (OpenMP). *homepage*: version | toolchain --------|---------- -``3.1.4`` | ``iomkl/2023a`` ``4.0.0`` | ``iomkl/2023a`` diff --git a/docs/version-specific/supported-software/q/QEMU.md b/docs/version-specific/supported-software/q/QEMU.md new file mode 100644 index 0000000000..d33ce3e227 --- /dev/null +++ b/docs/version-specific/supported-software/q/QEMU.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# QEMU + +A generic and open source machine emulator and virtualizer + +*homepage*: + +version | toolchain +--------|---------- +``10.1.0`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/q/Qiskit.md b/docs/version-specific/supported-software/q/Qiskit.md index bcd61b2551..81bf17e7b4 100644 --- a/docs/version-specific/supported-software/q/Qiskit.md +++ b/docs/version-specific/supported-software/q/Qiskit.md @@ -11,6 +11,7 @@ Qiskit is an open-source framework for working with noisy quantum computers at version | toolchain --------|---------- ``0.31.0`` | ``foss/2021a`` +``2.0.2`` | ``foss/2023a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/q/Qt6.md b/docs/version-specific/supported-software/q/Qt6.md index 134bb981fd..ebcc0daf53 100644 --- a/docs/version-specific/supported-software/q/Qt6.md +++ b/docs/version-specific/supported-software/q/Qt6.md @@ -13,6 +13,8 @@ version | toolchain ``6.5.2`` | ``GCCcore/12.3.0`` ``6.6.3`` | ``GCCcore/13.2.0`` ``6.7.2`` | ``GCCcore/13.3.0`` +``6.9.3`` | ``GCCcore/14.2.0`` +``6.9.3`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/q/QtPy.md b/docs/version-specific/supported-software/q/QtPy.md index 1344931c61..d220218f61 100644 --- a/docs/version-specific/supported-software/q/QtPy.md +++ b/docs/version-specific/supported-software/q/QtPy.md @@ -14,6 +14,7 @@ version | toolchain ``2.3.0`` | ``GCCcore/11.3.0`` ``2.4.1`` | ``GCCcore/12.3.0`` ``2.4.1`` | ``GCCcore/13.2.0`` +``2.4.3`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/q/QuPath.md b/docs/version-specific/supported-software/q/QuPath.md index cc0229e274..f3d053a06d 100644 --- a/docs/version-specific/supported-software/q/QuPath.md +++ b/docs/version-specific/supported-software/q/QuPath.md @@ -11,6 +11,7 @@ QuPath is open source software for bioimage analysis. QuPath is often used for d version | versionsuffix | toolchain --------|---------------|---------- ``0.5.0`` | ``-Java-17`` | ``GCCcore/12.3.0`` +``0.6.0`` | ``-Java-21`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/q/QuantumESPRESSO.md b/docs/version-specific/supported-software/q/QuantumESPRESSO.md index df55c2f30a..9ae250f6d4 100644 --- a/docs/version-specific/supported-software/q/QuantumESPRESSO.md +++ b/docs/version-specific/supported-software/q/QuantumESPRESSO.md @@ -31,6 +31,7 @@ version | versionsuffix | toolchain ``7.4`` | | ``foss/2024a`` ``7.5`` | | ``foss/2025a`` ``7.5`` | | ``foss/2025b`` +``7.5`` | | ``lfoss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/q/Qutip.md b/docs/version-specific/supported-software/q/Qutip.md new file mode 100644 index 0000000000..a787549366 --- /dev/null +++ b/docs/version-specific/supported-software/q/Qutip.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Qutip + +QuTiP is open-source software for simulating the dynamics of open quantum systems. + +*homepage*: + +version | toolchain +--------|---------- +``5.2.1`` | ``foss/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/q/index.md b/docs/version-specific/supported-software/q/index.md index 42437a1fcd..e6ab3c2515 100644 --- a/docs/version-specific/supported-software/q/index.md +++ b/docs/version-specific/supported-software/q/index.md @@ -15,6 +15,7 @@ search: * [QCMaquis](QCMaquis.md) * [QCxMS](QCxMS.md) * [QD](QD.md) + * [QEMU](QEMU.md) * [qforce](qforce.md) * [QGIS](QGIS.md) * [Qhull](Qhull.md) @@ -24,6 +25,7 @@ search: * [qnorm](qnorm.md) * [qrupdate](qrupdate.md) * [QScintilla](QScintilla.md) + * [qsimcirq](qsimcirq.md) * [Qt5](Qt5.md) * [Qt5Webkit](Qt5Webkit.md) * [Qt6](Qt6.md) @@ -40,6 +42,7 @@ search: * [QuickPIC](QuickPIC.md) * [QuickTree](QuickTree.md) * [QuPath](QuPath.md) + * [Qutip](Qutip.md) * [Qwt](Qwt.md) diff --git a/docs/version-specific/supported-software/q/qsimcirq.md b/docs/version-specific/supported-software/q/qsimcirq.md new file mode 100644 index 0000000000..80fbd950b8 --- /dev/null +++ b/docs/version-specific/supported-software/q/qsimcirq.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# qsimcirq + +qsim is a state-vector simulator for quantum circuits. It is highly tuned to take advantage of vector arithmetic instruction sets and multithreading on computers that provide them, as well as GPUs when available. qsim also provides a Cirq interface (qsimcirq) and can be used to simulate quantum circuits written in Cirq. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``0.22.0`` | ``-CUDA-12.6.0`` | ``foss/2024a`` +``0.22.0`` | | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/r/R-INLA.md b/docs/version-specific/supported-software/r/R-INLA.md index 4ef48e1234..c222429df5 100644 --- a/docs/version-specific/supported-software/r/R-INLA.md +++ b/docs/version-specific/supported-software/r/R-INLA.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``24.01.18`` | ``foss/2023a`` ``24.10.07-2`` | ``foss/2023b`` +``25.05.04`` | ``foss/2024a`` ``25.06.22`` | ``foss/2024a`` diff --git a/docs/version-specific/supported-software/r/R-bundle-Bioconductor.md b/docs/version-specific/supported-software/r/R-bundle-Bioconductor.md index c318555d02..61b7639146 100644 --- a/docs/version-specific/supported-software/r/R-bundle-Bioconductor.md +++ b/docs/version-specific/supported-software/r/R-bundle-Bioconductor.md @@ -18,6 +18,7 @@ version | versionsuffix | toolchain ``3.18`` | ``-R-4.3.2`` | ``foss/2023a`` ``3.19`` | ``-R-4.4.1`` | ``foss/2023b`` ``3.20`` | ``-R-4.4.2`` | ``foss/2024a`` +``3.22`` | ``-R-4.5.1`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/R-bundle-CRAN.md b/docs/version-specific/supported-software/r/R-bundle-CRAN.md index 7d62405327..a38ab48d34 100644 --- a/docs/version-specific/supported-software/r/R-bundle-CRAN.md +++ b/docs/version-specific/supported-software/r/R-bundle-CRAN.md @@ -13,6 +13,8 @@ version | toolchain ``2023.12`` | ``foss/2023a`` ``2024.06`` | ``foss/2023b`` ``2024.11`` | ``foss/2024a`` +``2025.10`` | ``foss/2025a`` +``2025.11`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/R-crumble.md b/docs/version-specific/supported-software/r/R-crumble.md new file mode 100644 index 0000000000..c511c59998 --- /dev/null +++ b/docs/version-specific/supported-software/r/R-crumble.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# R-crumble + +Implements a modern, unified estimation strategy for common mediation estimands (natural effects, organic effects, interventional effects, and recanting twins) in combination with modified treatment policies as described in: Liu, Williams, Rudolph, and Díaz (2024) . Estimation makes use of recent advancements in Riesz-learning to estimate a set of required nuisance parameters with deep learning. The result is the capability to estimate mediation effects with binary, categorical, continuous, or multivariate exposures with high-dimensional mediators and mediator-outcome confounders using machine learning. + +*homepage*: + +version | toolchain +--------|---------- +``0.1.2`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/r/R.md b/docs/version-specific/supported-software/r/R.md index d7cf96f036..adce823218 100644 --- a/docs/version-specific/supported-software/r/R.md +++ b/docs/version-specific/supported-software/r/R.md @@ -19,6 +19,8 @@ version | toolchain ``4.3.3`` | ``gfbf/2023b`` ``4.4.1`` | ``gfbf/2023b`` ``4.4.2`` | ``gfbf/2024a`` +``4.5.1`` | ``gfbf/2025a`` +``4.5.2`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/R2jags.md b/docs/version-specific/supported-software/r/R2jags.md index ba7919fb0f..31b30e6539 100644 --- a/docs/version-specific/supported-software/r/R2jags.md +++ b/docs/version-specific/supported-software/r/R2jags.md @@ -12,6 +12,7 @@ version | versionsuffix | toolchain --------|---------------|---------- ``0.7-1`` | ``-R-4.2.1`` | ``foss/2022a`` ``0.8-9`` | ``-R-4.3.2`` | ``foss/2023a`` +``0.8-9`` | ``-R-4.4.2`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/RAxML-NG.md b/docs/version-specific/supported-software/r/RAxML-NG.md index 48fa4bb924..5b0b5e77c0 100644 --- a/docs/version-specific/supported-software/r/RAxML-NG.md +++ b/docs/version-specific/supported-software/r/RAxML-NG.md @@ -14,6 +14,7 @@ version | toolchain ``1.2.0`` | ``GCC/12.2.0`` ``1.2.0`` | ``GCC/12.3.0`` ``1.2.2`` | ``GCC/13.2.0`` +``1.2.2`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/RAxML.md b/docs/version-specific/supported-software/r/RAxML.md index b3b1bbdc6c..13d36a2802 100644 --- a/docs/version-specific/supported-software/r/RAxML.md +++ b/docs/version-specific/supported-software/r/RAxML.md @@ -13,9 +13,10 @@ version | versionsuffix | toolchain ``8.2.12`` | ``-hybrid-avx2`` | ``gompi/2021a`` ``8.2.12`` | ``-hybrid-avx2`` | ``gompi/2021b`` ``8.2.12`` | ``-avx2`` | ``gompi/2022b`` -``8.2.13`` | ``-avx2`` | ``gompi/2023a`` -``8.2.13`` | ``-standard`` | ``gompi/2023a`` -``8.2.13`` | ``-avx2`` | ``gompi/2023b`` +``8.2.12`` | ``-hybrid-avx2`` | ``gompi/2023a`` +``8.2.13`` | | ``gompi/2023a`` +``8.2.13`` | | ``gompi/2023b`` +``8.2.13`` | | ``gompi/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/RDFlib.md b/docs/version-specific/supported-software/r/RDFlib.md index 1746b3ec5b..a341741b69 100644 --- a/docs/version-specific/supported-software/r/RDFlib.md +++ b/docs/version-specific/supported-software/r/RDFlib.md @@ -14,6 +14,8 @@ version | toolchain ``6.2.0`` | ``GCCcore/11.3.0`` ``7.0.0`` | ``GCCcore/12.3.0`` ``7.0.0`` | ``GCCcore/13.3.0`` +``7.1.4`` | ``GCCcore/13.2.0`` +``7.1.4`` | ``GCCcore/14.2.0`` ``7.1.4`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/r/RDKit.md b/docs/version-specific/supported-software/r/RDKit.md index df87eb4075..1ab46ef17b 100644 --- a/docs/version-specific/supported-software/r/RDKit.md +++ b/docs/version-specific/supported-software/r/RDKit.md @@ -15,6 +15,7 @@ version | toolchain ``2022.09.4`` | ``foss/2022a`` ``2023.03.3`` | ``foss/2021a`` ``2024.03.3`` | ``foss/2023a`` +``2024.09.6`` | ``foss/2023b`` ``2025.03.3`` | ``foss/2024a`` ``2025.03.4`` | ``foss/2025a`` ``2025.03.5`` | ``foss/2025a`` diff --git a/docs/version-specific/supported-software/r/RECON.md b/docs/version-specific/supported-software/r/RECON.md index f5ec8bd395..65ae2d8d97 100644 --- a/docs/version-specific/supported-software/r/RECON.md +++ b/docs/version-specific/supported-software/r/RECON.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.08`` | ``GCC/11.3.0`` ``1.08`` | ``GCC/12.3.0`` +``1.08`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/REEF3D.md b/docs/version-specific/supported-software/r/REEF3D.md new file mode 100644 index 0000000000..07d609ccd8 --- /dev/null +++ b/docs/version-specific/supported-software/r/REEF3D.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# REEF3D + +REEF3D and its dependency DIVEMesh are hydrodynamics frameworks that offers open-source CFD and wave models. The software is efficiently parallelized, designed to run on a large number of processors. High-order spatial and temporal discretization schemes result in accurate and stable numerical behavior. The modular programming approach allows the framework to incorporate a range of different flow solvers which together represent all relevant length scales. With a focus on coastal, marine and hydraulic engineering flows, tailor-made multiphysics solvers are available for a range of relevant problems (e.g. sediment transport or floating body dynamics). + +*homepage*: + +version | toolchain +--------|---------- +``25.05_v2`` | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/r/RMBlast.md b/docs/version-specific/supported-software/r/RMBlast.md index fb2e9cb7fd..57c4115c8c 100644 --- a/docs/version-specific/supported-software/r/RMBlast.md +++ b/docs/version-specific/supported-software/r/RMBlast.md @@ -13,6 +13,7 @@ version | toolchain ``2.13.0`` | ``gompi/2022a`` ``2.14.0`` | ``gompi/2021a`` ``2.14.1`` | ``gompi/2023a`` +``2.14.1`` | ``gompi/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/RMextract.md b/docs/version-specific/supported-software/r/RMextract.md new file mode 100644 index 0000000000..befc5b6f38 --- /dev/null +++ b/docs/version-specific/supported-software/r/RMextract.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# RMextract + +Extract TEC, vTEC, Earthmagnetic field and Rotation Measures from GPS and WMM data for radio interferometry observations + +*homepage*: + +version | toolchain +--------|---------- +``0.5.1`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/r/RapidJSON.md b/docs/version-specific/supported-software/r/RapidJSON.md index 376b51fd68..42d40676f3 100644 --- a/docs/version-specific/supported-software/r/RapidJSON.md +++ b/docs/version-specific/supported-software/r/RapidJSON.md @@ -13,6 +13,7 @@ version | toolchain ``1.1.0-20230928`` | ``GCCcore/12.3.0`` ``1.1.0-20240409`` | ``GCCcore/13.2.0`` ``1.1.0-20240815`` | ``GCCcore/13.3.0`` +``1.1.0-20250205`` | ``GCCcore/14.2.0`` ``1.1.0-20250205`` | ``GCCcore/14.3.0`` ``1.1.0`` | ``GCCcore/10.3.0`` ``1.1.0`` | ``GCCcore/11.2.0`` diff --git a/docs/version-specific/supported-software/r/Ray-project.md b/docs/version-specific/supported-software/r/Ray-project.md index 2b768e4836..fd75ec9b52 100644 --- a/docs/version-specific/supported-software/r/Ray-project.md +++ b/docs/version-specific/supported-software/r/Ray-project.md @@ -16,6 +16,7 @@ version | toolchain ``2.2.0`` | ``foss/2022a`` ``2.37.0`` | ``foss/2024a`` ``2.47.1`` | ``foss/2025a`` +``2.47.1`` | ``foss/2025b`` ``2.9.1`` | ``foss/2023a`` diff --git a/docs/version-specific/supported-software/r/ReFrame.md b/docs/version-specific/supported-software/r/ReFrame.md index 1707e32e77..737b783451 100644 --- a/docs/version-specific/supported-software/r/ReFrame.md +++ b/docs/version-specific/supported-software/r/ReFrame.md @@ -42,7 +42,10 @@ version | versionsuffix | toolchain ``4.7.4`` | | ``GCCcore/13.3.0`` ``4.7.4`` | ``-Python-3.6`` | ``system`` ``4.7.4`` | | ``system`` +``4.8.2`` | | ``GCCcore/14.2.0`` ``4.8.2`` | | ``GCCcore/14.3.0`` +``4.8.4`` | | ``GCCcore/14.2.0`` +``4.8.4`` | | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/Redis.md b/docs/version-specific/supported-software/r/Redis.md index 7c6fbdea9f..f6a66c9321 100644 --- a/docs/version-specific/supported-software/r/Redis.md +++ b/docs/version-specific/supported-software/r/Redis.md @@ -18,6 +18,7 @@ version | toolchain ``7.2.4`` | ``GCCcore/13.2.0`` ``7.4.1`` | ``GCCcore/13.3.0`` ``8.0.2`` | ``GCCcore/14.2.0`` +``8.2.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/Regenie.md b/docs/version-specific/supported-software/r/Regenie.md index cf50981553..795d86a816 100644 --- a/docs/version-specific/supported-software/r/Regenie.md +++ b/docs/version-specific/supported-software/r/Regenie.md @@ -11,6 +11,7 @@ Regenie is a C++ program for whole genome regression modelling of large genome-w version | toolchain --------|---------- ``3.1.2`` | ``GCC/11.2.0`` +``4.1`` | ``GCC/12.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/RepeatMasker.md b/docs/version-specific/supported-software/r/RepeatMasker.md index 7139df94ff..fbf56003f7 100644 --- a/docs/version-specific/supported-software/r/RepeatMasker.md +++ b/docs/version-specific/supported-software/r/RepeatMasker.md @@ -14,6 +14,7 @@ version | toolchain ``4.1.5`` | ``foss/2021a`` ``4.1.5`` | ``foss/2022a`` ``4.1.7-p1`` | ``foss/2023a`` +``4.2.1`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/RepeatModeler.md b/docs/version-specific/supported-software/r/RepeatModeler.md index ae8b131b70..3b222829e2 100644 --- a/docs/version-specific/supported-software/r/RepeatModeler.md +++ b/docs/version-specific/supported-software/r/RepeatModeler.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``2.0.4`` | ``foss/2022a`` ``2.0.6`` | ``foss/2023a`` +``2.0.7`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/RepeatScout.md b/docs/version-specific/supported-software/r/RepeatScout.md index 921d1407d2..2f9e76fbbd 100644 --- a/docs/version-specific/supported-software/r/RepeatScout.md +++ b/docs/version-specific/supported-software/r/RepeatScout.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.0.6`` | ``GCC/11.3.0`` ``1.0.7`` | ``GCC/12.3.0`` +``1.0.7`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/Rtree.md b/docs/version-specific/supported-software/r/Rtree.md index 72c0533608..e8813e35e1 100644 --- a/docs/version-specific/supported-software/r/Rtree.md +++ b/docs/version-specific/supported-software/r/Rtree.md @@ -13,6 +13,9 @@ version | toolchain ``1.0.1`` | ``GCCcore/12.2.0`` ``1.2.0`` | ``GCCcore/12.3.0`` ``1.2.0`` | ``GCCcore/13.2.0`` +``1.4.0`` | ``GCCcore/13.3.0`` +``1.4.1`` | ``GCCcore/14.2.0`` +``1.4.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/Ruby.md b/docs/version-specific/supported-software/r/Ruby.md index b5d25165b3..9f5ee42c89 100644 --- a/docs/version-specific/supported-software/r/Ruby.md +++ b/docs/version-specific/supported-software/r/Ruby.md @@ -18,6 +18,8 @@ version | toolchain ``3.2.2`` | ``GCCcore/12.2.0`` ``3.3.0`` | ``GCCcore/12.3.0`` ``3.4.2`` | ``GCCcore/13.2.0`` +``3.4.7`` | ``GCCcore/14.2.0`` +``3.4.7`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/Rust.md b/docs/version-specific/supported-software/r/Rust.md index d3e1088a59..58b8272f4a 100644 --- a/docs/version-specific/supported-software/r/Rust.md +++ b/docs/version-specific/supported-software/r/Rust.md @@ -32,6 +32,7 @@ version | versionsuffix | toolchain ``1.86.0`` | ``-nightly`` | ``GCCcore/13.2.0`` ``1.86.0`` | | ``GCCcore/13.3.0`` ``1.88.0`` | | ``GCCcore/14.3.0`` +``1.91.1`` | | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/index.md b/docs/version-specific/supported-software/r/index.md index 036488ea1a..2283ce2fcf 100644 --- a/docs/version-specific/supported-software/r/index.md +++ b/docs/version-specific/supported-software/r/index.md @@ -11,6 +11,7 @@ search: * [R](R.md) * [R-bundle-Bioconductor](R-bundle-Bioconductor.md) * [R-bundle-CRAN](R-bundle-CRAN.md) + * [R-crumble](R-crumble.md) * [R-INLA](R-INLA.md) * [R-MXM](R-MXM.md) * [R-tesseract](R-tesseract.md) @@ -32,6 +33,7 @@ search: * [Rasqal](Rasqal.md) * [rasterio](rasterio.md) * [rasterstats](rasterstats.md) + * [rav1e](rav1e.md) * [Raven](Raven.md) * [RAxML](RAxML.md) * [RAxML-NG](RAxML-NG.md) @@ -47,11 +49,13 @@ search: * [RE2](RE2.md) * [re2c](re2c.md) * [read2tree](read2tree.md) + * [readerwriterqueue](readerwriterqueue.md) * [ReaxFF](ReaxFF.md) * [RECON](RECON.md) * [Redis](Redis.md) * [redis-py](redis-py.md) * [Redland](Redland.md) + * [REEF3D](REEF3D.md) * [ReFrame](ReFrame.md) * [Regenie](Regenie.md) * [regionmask](regionmask.md) @@ -89,6 +93,7 @@ search: * [rMATS-turbo](rMATS-turbo.md) * [rmats2sashimiplot](rmats2sashimiplot.md) * [RMBlast](RMBlast.md) + * [RMextract](RMextract.md) * [RNA-Bloom](RNA-Bloom.md) * [RNA-SeQC](RNA-SeQC.md) * [rnamotif](rnamotif.md) @@ -115,6 +120,7 @@ search: * [Rtree](Rtree.md) * [ruamel.yaml](ruamel.yaml.md) * [Ruby](Ruby.md) + * [ruff](ruff.md) * [ruffus](ruffus.md) * [ruptures](ruptures.md) * [Rust](Rust.md) diff --git a/docs/version-specific/supported-software/r/rav1e.md b/docs/version-specific/supported-software/r/rav1e.md new file mode 100644 index 0000000000..5e954b0fc2 --- /dev/null +++ b/docs/version-specific/supported-software/r/rav1e.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# rav1e + +A high-performance , multiplayer code editor. + +*homepage*: + +version | toolchain +--------|---------- +``0.8.1`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/r/readerwriterqueue.md b/docs/version-specific/supported-software/r/readerwriterqueue.md new file mode 100644 index 0000000000..82da46a82f --- /dev/null +++ b/docs/version-specific/supported-software/r/readerwriterqueue.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# readerwriterqueue + +A fast single-producer, single-consumer lock-free queue for C++ + +*homepage*: + +version | toolchain +--------|---------- +``1.0.7`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/r/redis-py.md b/docs/version-specific/supported-software/r/redis-py.md index e725eb846a..be7babeff4 100644 --- a/docs/version-specific/supported-software/r/redis-py.md +++ b/docs/version-specific/supported-software/r/redis-py.md @@ -18,6 +18,7 @@ version | toolchain ``5.0.9`` | ``GCCcore/13.2.0`` ``5.1.1`` | ``GCCcore/13.3.0`` ``6.2.0`` | ``GCCcore/14.2.0`` +``6.4.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/retworkx.md b/docs/version-specific/supported-software/r/retworkx.md index 5e2c12c314..04666811a9 100644 --- a/docs/version-specific/supported-software/r/retworkx.md +++ b/docs/version-specific/supported-software/r/retworkx.md @@ -11,6 +11,7 @@ retworkx is a general purpose graph library for python3 written in Rust to take version | toolchain --------|---------- ``0.9.0`` | ``foss/2021a`` +``0.9.0`` | ``foss/2023a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/rjags.md b/docs/version-specific/supported-software/r/rjags.md index 82355282f4..47d3daa9b2 100644 --- a/docs/version-specific/supported-software/r/rjags.md +++ b/docs/version-specific/supported-software/r/rjags.md @@ -15,6 +15,7 @@ version | versionsuffix | toolchain ``4-13`` | ``-R-4.2.1`` | ``foss/2022a`` ``4-13`` | ``-R-4.2.2`` | ``foss/2022b`` ``4-15`` | ``-R-4.3.2`` | ``foss/2023a`` +``4-17`` | ``-R-4.4.2`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/rnaQUAST.md b/docs/version-specific/supported-software/r/rnaQUAST.md index 00c2e30ecb..e48cd8a314 100644 --- a/docs/version-specific/supported-software/r/rnaQUAST.md +++ b/docs/version-specific/supported-software/r/rnaQUAST.md @@ -11,6 +11,7 @@ rnaQUAST is a tool for evaluating RNA-Seq assemblies using reference genome and version | toolchain --------|---------- ``2.2.2`` | ``foss/2021b`` +``2.3.1`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/robin-map.md b/docs/version-specific/supported-software/r/robin-map.md index 98ed768571..a4b7a5d2d3 100644 --- a/docs/version-specific/supported-software/r/robin-map.md +++ b/docs/version-specific/supported-software/r/robin-map.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``1.3.0`` | ``GCCcore/13.2.0`` ``1.4.0`` | ``GCCcore/13.3.0`` +``1.4.0`` | ``GCCcore/14.2.0`` +``1.4.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/rpmrebuild.md b/docs/version-specific/supported-software/r/rpmrebuild.md index f876edf30b..bd22c304af 100644 --- a/docs/version-specific/supported-software/r/rpmrebuild.md +++ b/docs/version-specific/supported-software/r/rpmrebuild.md @@ -11,6 +11,7 @@ rpmrebuild is a tool to build an RPM file from a package that has already been i version | toolchain --------|---------- ``2.18`` | ``system`` +``2.21`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/r/ruamel.yaml.md b/docs/version-specific/supported-software/r/ruamel.yaml.md index 6e7d64970f..f66ce25358 100644 --- a/docs/version-specific/supported-software/r/ruamel.yaml.md +++ b/docs/version-specific/supported-software/r/ruamel.yaml.md @@ -15,6 +15,7 @@ version | toolchain ``0.17.21`` | ``GCCcore/11.3.0`` ``0.17.21`` | ``GCCcore/12.2.0`` ``0.17.32`` | ``GCCcore/12.3.0`` +``0.18.14`` | ``GCCcore/14.2.0`` ``0.18.14`` | ``GCCcore/14.3.0`` ``0.18.6`` | ``GCCcore/13.2.0`` ``0.18.6`` | ``GCCcore/13.3.0`` diff --git a/docs/version-specific/supported-software/r/ruff.md b/docs/version-specific/supported-software/r/ruff.md new file mode 100644 index 0000000000..a46e289152 --- /dev/null +++ b/docs/version-specific/supported-software/r/ruff.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# ruff + +An extremely fast Python linter and code formatter, written in Rust. + +*homepage*: + +version | toolchain +--------|---------- +``0.14.3`` | ``GCCcore/14.3.0`` +``0.7.0`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/SAGECal.md b/docs/version-specific/supported-software/s/SAGECal.md new file mode 100644 index 0000000000..4a5a0e5327 --- /dev/null +++ b/docs/version-specific/supported-software/s/SAGECal.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# SAGECal + +SAGECal is a fast, distributed and GPU accelerated radio astronomial calibration package. The many optimization algorithms in SAGECal are implemented in a computationally efficient way and can be used in many other applications. + +*homepage*: + +version | toolchain +--------|---------- +``0.8.4`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/SAMtools.md b/docs/version-specific/supported-software/s/SAMtools.md index cc8e037791..83ecf73078 100644 --- a/docs/version-specific/supported-software/s/SAMtools.md +++ b/docs/version-specific/supported-software/s/SAMtools.md @@ -27,6 +27,7 @@ version | toolchain ``1.19.2`` | ``GCC/13.2.0`` ``1.21`` | ``GCC/13.3.0`` ``1.22.1`` | ``GCC/14.2.0`` +``1.22.1`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SCOTCH.md b/docs/version-specific/supported-software/s/SCOTCH.md index 7966566cad..72e31a5909 100644 --- a/docs/version-specific/supported-software/s/SCOTCH.md +++ b/docs/version-specific/supported-software/s/SCOTCH.md @@ -17,6 +17,7 @@ version | versionsuffix | toolchain ``7.0.1`` | ``-int64`` | ``gompi/2022a`` ``7.0.1`` | | ``gompi/2022a`` ``7.0.1`` | | ``iimpi/2022a`` +``7.0.10`` | | ``gompi/2025b`` ``7.0.3`` | | ``gompi/2022b`` ``7.0.3`` | | ``gompi/2023a`` ``7.0.4`` | | ``gompi/2023b`` diff --git a/docs/version-specific/supported-software/s/SCons.md b/docs/version-specific/supported-software/s/SCons.md index 4d45093c2d..7fce092606 100644 --- a/docs/version-specific/supported-software/s/SCons.md +++ b/docs/version-specific/supported-software/s/SCons.md @@ -17,6 +17,8 @@ version | toolchain ``4.5.2`` | ``GCCcore/12.3.0`` ``4.6.0`` | ``GCCcore/13.2.0`` ``4.9.0`` | ``GCCcore/13.3.0`` +``4.9.1`` | ``GCCcore/14.2.0`` +``4.9.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SDL2.md b/docs/version-specific/supported-software/s/SDL2.md index bbd0ef34f1..49b90cac2a 100644 --- a/docs/version-specific/supported-software/s/SDL2.md +++ b/docs/version-specific/supported-software/s/SDL2.md @@ -17,6 +17,7 @@ version | toolchain ``2.28.2`` | ``GCCcore/12.3.0`` ``2.28.5`` | ``GCCcore/13.2.0`` ``2.30.6`` | ``GCCcore/13.3.0`` +``2.32.10`` | ``GCCcore/14.3.0`` ``2.32.8`` | ``GCCcore/14.2.0`` diff --git a/docs/version-specific/supported-software/s/SDL2_image.md b/docs/version-specific/supported-software/s/SDL2_image.md index 77585789da..1152129542 100644 --- a/docs/version-specific/supported-software/s/SDL2_image.md +++ b/docs/version-specific/supported-software/s/SDL2_image.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``2.6.3`` | ``GCCcore/11.3.0`` ``2.8.2`` | ``GCCcore/12.3.0`` +``2.8.8`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SDPR.md b/docs/version-specific/supported-software/s/SDPR.md new file mode 100644 index 0000000000..f995ee0fc1 --- /dev/null +++ b/docs/version-specific/supported-software/s/SDPR.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# SDPR + +SDPR (Summary statistics based Dirichlet Process Regression) computes polygenic risk scores (PRS) from GWAS summary statistics; fast MCMC with per-chromosome parallelism. + +*homepage*: + +version | toolchain +--------|---------- +``0.9.1`` | ``gomkl/2023a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/SEPP.md b/docs/version-specific/supported-software/s/SEPP.md index 56f737ae22..80f2918f0d 100644 --- a/docs/version-specific/supported-software/s/SEPP.md +++ b/docs/version-specific/supported-software/s/SEPP.md @@ -16,6 +16,7 @@ version | toolchain ``4.5.1`` | ``foss/2022b`` ``4.5.5`` | ``foss/2023a`` ``4.5.5`` | ``foss/2023b`` +``4.5.5`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SIONfwd.md b/docs/version-specific/supported-software/s/SIONfwd.md new file mode 100644 index 0000000000..e557fc6666 --- /dev/null +++ b/docs/version-specific/supported-software/s/SIONfwd.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# SIONfwd + +I/O forwarding for SIONlib + +*homepage*: + +version | toolchain +--------|---------- +``1.0.1`` | ``gompi/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/SIONlib.md b/docs/version-specific/supported-software/s/SIONlib.md index 04dcc9ee04..b786e8bf99 100644 --- a/docs/version-specific/supported-software/s/SIONlib.md +++ b/docs/version-specific/supported-software/s/SIONlib.md @@ -19,6 +19,7 @@ version | versionsuffix | toolchain ``1.7.7`` | ``-tools`` | ``GCCcore/13.3.0`` ``1.7.7`` | ``-tools`` | ``GCCcore/14.2.0`` ``1.7.7`` | ``-tools`` | ``GCCcore/14.3.0`` +``1.7.7`` | | ``gompi/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SIP.md b/docs/version-specific/supported-software/s/SIP.md index 6fc4e4741e..f180aca1fe 100644 --- a/docs/version-specific/supported-software/s/SIP.md +++ b/docs/version-specific/supported-software/s/SIP.md @@ -11,6 +11,7 @@ SIP is a tool that makes it very easy to create Python bindings for C and C++ li version | toolchain --------|---------- ``6.10.0`` | ``GCCcore/13.3.0`` +``6.13.1`` | ``GCCcore/14.3.0`` ``6.8.1`` | ``GCCcore/12.3.0`` ``6.8.3`` | ``GCCcore/13.2.0`` diff --git a/docs/version-specific/supported-software/s/SIRIUS-MS.md b/docs/version-specific/supported-software/s/SIRIUS-MS.md new file mode 100644 index 0000000000..ca0cad4c32 --- /dev/null +++ b/docs/version-specific/supported-software/s/SIRIUS-MS.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# SIRIUS-MS + +SIRIUS is a software for discovering a landscape of de-novo identification of metabolites using tandem mass spectrometry. + +*homepage*: + +version | toolchain +--------|---------- +``6.3.3`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/SKA2.md b/docs/version-specific/supported-software/s/SKA2.md index c6ceae98b6..c6030c708a 100644 --- a/docs/version-specific/supported-software/s/SKA2.md +++ b/docs/version-specific/supported-software/s/SKA2.md @@ -11,6 +11,7 @@ Split k-mer analysis (version 2) uses exact matching of split k-mer sequences to version | toolchain --------|---------- ``0.3.7`` | ``GCCcore/12.2.0`` +``0.3.7`` | ``GCCcore/12.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SLEPc.md b/docs/version-specific/supported-software/s/SLEPc.md index 48e61b8f44..3189ea5a8b 100644 --- a/docs/version-specific/supported-software/s/SLEPc.md +++ b/docs/version-specific/supported-software/s/SLEPc.md @@ -16,6 +16,8 @@ version | toolchain ``3.20.1`` | ``foss/2023a`` ``3.22.2`` | ``foss/2023b`` ``3.23.2`` | ``foss/2024a`` +``3.23.3`` | ``foss/2025a`` +``3.24.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SOCI.md b/docs/version-specific/supported-software/s/SOCI.md index cad7798143..3b1b30d010 100644 --- a/docs/version-specific/supported-software/s/SOCI.md +++ b/docs/version-specific/supported-software/s/SOCI.md @@ -17,6 +17,7 @@ version | toolchain ``4.0.3`` | ``GCC/12.3.0`` ``4.0.3`` | ``GCC/13.2.0`` ``4.0.3`` | ``GCC/13.3.0`` +``4.1.2`` | ``GCC/14.2.0`` ``4.1.2`` | ``GCC/14.3.0`` ``4.1.2`` | ``intel-compilers/2025.2.0`` diff --git a/docs/version-specific/supported-software/s/SONIC-bio.md b/docs/version-specific/supported-software/s/SONIC-bio.md new file mode 100644 index 0000000000..26bd9bda36 --- /dev/null +++ b/docs/version-specific/supported-software/s/SONIC-bio.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# SONIC-bio + +SONIC (Some Organism's Nucleotide Information Container): builds compact genome annotation containers used by TARDIS/VALOR2, plus a C API. + +*homepage*: + +version | toolchain +--------|---------- +``1.2`` | ``GCCcore/12.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/SPAdes.md b/docs/version-specific/supported-software/s/SPAdes.md index f64cacfc82..4e7992c045 100644 --- a/docs/version-specific/supported-software/s/SPAdes.md +++ b/docs/version-specific/supported-software/s/SPAdes.md @@ -18,6 +18,7 @@ version | versionsuffix | toolchain ``3.15.5`` | | ``GCC/11.3.0`` ``3.15.5`` | ``-Python-2.7.18`` | ``GCC/12.3.0`` ``4.1.0`` | | ``GCC/13.3.0`` +``4.2.0`` | | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SPEI.md b/docs/version-specific/supported-software/s/SPEI.md index 93371a512f..e3a6d4857e 100644 --- a/docs/version-specific/supported-software/s/SPEI.md +++ b/docs/version-specific/supported-software/s/SPEI.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``0.3.5`` | ``foss/2022a`` ``0.6.0`` | ``gfbf/2023a`` +``0.8.0`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SRA-Toolkit.md b/docs/version-specific/supported-software/s/SRA-Toolkit.md index 947ecafcf9..7f6501f620 100644 --- a/docs/version-specific/supported-software/s/SRA-Toolkit.md +++ b/docs/version-specific/supported-software/s/SRA-Toolkit.md @@ -18,6 +18,7 @@ version | versionsuffix | toolchain ``3.0.5`` | | ``gompi/2022b`` ``3.1.1`` | | ``gompi/2023b`` ``3.2.0`` | | ``gompi/2024a`` +``3.2.1`` | | ``gompi/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/STAR-CCM+.md b/docs/version-specific/supported-software/s/STAR-CCM+.md index 2eaed2fb46..6c92b226d8 100644 --- a/docs/version-specific/supported-software/s/STAR-CCM+.md +++ b/docs/version-specific/supported-software/s/STAR-CCM+.md @@ -20,6 +20,9 @@ version | versionsuffix | toolchain ``18.02.008`` | | ``system`` ``18.06.006`` | ``-r8`` | ``system`` ``18.06.006`` | | ``system`` +``18.06.007`` | | ``system`` +``19.02.009`` | ``-r8`` | ``system`` +``19.02.009`` | | ``system`` ``19.06.008`` | ``-r8`` | ``system`` ``19.06.008`` | | ``system`` ``2302`` | ``-r8`` | ``system`` @@ -28,6 +31,8 @@ version | versionsuffix | toolchain ``2310`` | | ``system`` ``2410`` | ``-r8`` | ``system`` ``2410`` | | ``system`` +``24xx`` | ``-r8`` | ``system`` +``24xx`` | | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/STAR.md b/docs/version-specific/supported-software/s/STAR.md index c6f4038690..5a14f19b72 100644 --- a/docs/version-specific/supported-software/s/STAR.md +++ b/docs/version-specific/supported-software/s/STAR.md @@ -19,6 +19,7 @@ version | toolchain ``2.7.11b`` | ``GCC/12.3.0`` ``2.7.11b`` | ``GCC/13.2.0`` ``2.7.11b`` | ``GCC/13.3.0`` +``2.7.11b`` | ``GCC/14.3.0`` ``2.7.11b_alpha_2024-02-09`` | ``GCC/12.3.0`` ``2.7.9a`` | ``GCC/10.3.0`` ``2.7.9a`` | ``GCC/11.2.0`` diff --git a/docs/version-specific/supported-software/s/STREAM.md b/docs/version-specific/supported-software/s/STREAM.md index 716aae296f..3a360e1b62 100644 --- a/docs/version-specific/supported-software/s/STREAM.md +++ b/docs/version-specific/supported-software/s/STREAM.md @@ -11,6 +11,7 @@ The STREAM benchmark is a simple synthetic benchmark program that measures susta version | toolchain --------|---------- ``5.10`` | ``GCC/11.3.0`` +``5.10`` | ``GCC/13.3.0`` ``5.10`` | ``intel-compilers/2022.2.1`` ``5.10`` | ``intel-compilers/2024.2.0`` diff --git a/docs/version-specific/supported-software/s/SUPPA.md b/docs/version-specific/supported-software/s/SUPPA.md index 48461f6cfa..110f95323c 100644 --- a/docs/version-specific/supported-software/s/SUPPA.md +++ b/docs/version-specific/supported-software/s/SUPPA.md @@ -11,6 +11,7 @@ Fast, accurate, and uncertainty-aware differential splicing analysis across mul version | toolchain --------|---------- ``2.3-20231005`` | ``foss/2022b`` +``2.3-20231005`` | ``gfbf/2023a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SVT-AV1.md b/docs/version-specific/supported-software/s/SVT-AV1.md new file mode 100644 index 0000000000..0a1559bd12 --- /dev/null +++ b/docs/version-specific/supported-software/s/SVT-AV1.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# SVT-AV1 + +The Scalable Video Technology for AV1 (SVT-AV1 Encoder) is an AV1-compliant software encoder library. The work on the SVT-AV1 encoder targets the development of a production-quality AV1-encoder with performance levels applicable to a wide range of applications, from premium VOD to real-time and live encoding/transcoding. + +*homepage*: + +version | toolchain +--------|---------- +``3.1.2`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/SWI-Prolog.md b/docs/version-specific/supported-software/s/SWI-Prolog.md new file mode 100644 index 0000000000..522984bd5e --- /dev/null +++ b/docs/version-specific/supported-software/s/SWI-Prolog.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# SWI-Prolog + +SWI-Prolog offers a comprehensive free Prolog environment. Since its start in 1987, SWI-Prolog development has been driven by the needs of real world applications. SWI-Prolog is widely used in research and education as well as commercial applications. + +*homepage*: + +version | toolchain +--------|---------- +``9.2.9`` | ``GCC/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/SWIG.md b/docs/version-specific/supported-software/s/SWIG.md index d5d171a3da..01997d878d 100644 --- a/docs/version-specific/supported-software/s/SWIG.md +++ b/docs/version-specific/supported-software/s/SWIG.md @@ -4,22 +4,24 @@ search: --- # SWIG -SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. +Fork of SWIG with support for MATLAB. SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. -*homepage*: +*homepage*: -version | toolchain ---------|---------- -``4.0.2`` | ``GCCcore/10.3.0`` -``4.0.2`` | ``GCCcore/11.2.0`` -``4.0.2`` | ``GCCcore/11.3.0`` -``4.1.1`` | ``GCCcore/12.2.0`` -``4.1.1`` | ``GCCcore/12.3.0`` -``4.1.1`` | ``GCCcore/13.2.0`` -``4.2.1`` | ``GCCcore/13.3.0`` -``4.3.0`` | ``GCCcore/13.2.0`` -``4.3.1`` | ``GCCcore/14.2.0`` -``4.3.1`` | ``GCCcore/14.3.0`` +version | versionsuffix | toolchain +--------|---------------|---------- +``20180415`` | ``-MATLAB`` | ``GCCcore/13.3.0`` +``4.0.2`` | | ``GCCcore/10.3.0`` +``4.0.2`` | | ``GCCcore/11.2.0`` +``4.0.2`` | | ``GCCcore/11.3.0`` +``4.1.1`` | | ``GCCcore/12.2.0`` +``4.1.1`` | | ``GCCcore/12.3.0`` +``4.1.1`` | | ``GCCcore/13.2.0`` +``4.2.1`` | | ``GCCcore/13.3.0`` +``4.3.0`` | | ``GCCcore/13.2.0`` +``4.3.0`` | | ``GCCcore/13.3.0`` +``4.3.1`` | | ``GCCcore/14.2.0`` +``4.3.1`` | | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SYMPHONY.md b/docs/version-specific/supported-software/s/SYMPHONY.md new file mode 100644 index 0000000000..c553b7a9bb --- /dev/null +++ b/docs/version-specific/supported-software/s/SYMPHONY.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# SYMPHONY + +SYMPHONY is an open-source solver for mixed-integer linear programs (MILPs) written in C. + +*homepage*: + +version | toolchain +--------|---------- +``5.7.2`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/Saxon-HE.md b/docs/version-specific/supported-software/s/Saxon-HE.md index 960e17560e..ef1fd92142 100644 --- a/docs/version-specific/supported-software/s/Saxon-HE.md +++ b/docs/version-specific/supported-software/s/Saxon-HE.md @@ -13,6 +13,7 @@ version | versionsuffix | toolchain ``11.4`` | ``-Java-11`` | ``system`` ``11.4`` | ``-Java-17`` | ``system`` ``12.4`` | ``-Java-21`` | ``system`` +``12.9`` | ``-Java-25`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/ScaLAPACK.md b/docs/version-specific/supported-software/s/ScaLAPACK.md index 99b11df583..3fba659e2c 100644 --- a/docs/version-specific/supported-software/s/ScaLAPACK.md +++ b/docs/version-specific/supported-software/s/ScaLAPACK.md @@ -26,6 +26,8 @@ version | versionsuffix | toolchain ``2.2.0`` | ``-fb`` | ``nvompi/2022.07`` ``2.2.2`` | ``-fb`` | ``gompi/2025a`` ``2.2.2`` | ``-fb`` | ``gompi/2025b`` +``2.2.2`` | ``-fb`` | ``lmpich/2025b`` +``2.2.2`` | ``-fb`` | ``lompi/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/Scalasca.md b/docs/version-specific/supported-software/s/Scalasca.md index 357ccf5da0..967b930f4b 100644 --- a/docs/version-specific/supported-software/s/Scalasca.md +++ b/docs/version-specific/supported-software/s/Scalasca.md @@ -13,6 +13,7 @@ version | toolchain ``2.6`` | ``gompi/2021a`` ``2.6.1`` | ``gompi/2022a`` ``2.6.1`` | ``gompi/2023b`` +``2.6.1`` | ``gompi/2024a`` ``2.6.2`` | ``gompi/2025a`` diff --git a/docs/version-specific/supported-software/s/Scalene.md b/docs/version-specific/supported-software/s/Scalene.md index fdf5dbb368..c07c13c971 100644 --- a/docs/version-specific/supported-software/s/Scalene.md +++ b/docs/version-specific/supported-software/s/Scalene.md @@ -16,6 +16,8 @@ version | toolchain ``1.5.26`` | ``GCCcore/12.3.0`` ``1.5.35`` | ``GCCcore/13.2.0`` ``1.5.51`` | ``gfbf/2024a`` +``1.5.55`` | ``gfbf/2025a`` +``1.5.55`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SciPy-bundle.md b/docs/version-specific/supported-software/s/SciPy-bundle.md index 0672ed804e..bc60423915 100644 --- a/docs/version-specific/supported-software/s/SciPy-bundle.md +++ b/docs/version-specific/supported-software/s/SciPy-bundle.md @@ -25,12 +25,14 @@ version | versionsuffix | toolchain ``2023.07`` | | ``iimkl/2023a`` ``2023.11`` | | ``gfbf/2023.09`` ``2023.11`` | | ``gfbf/2023b`` +``2023.11`` | | ``iimkl/2023b`` ``2024.05`` | | ``gfbf/2024.05`` ``2024.05`` | | ``gfbf/2024a`` ``2024.06`` | ``-Python-2.7.18`` | ``foss/2023a`` ``2025.06`` | | ``gfbf/2025a`` ``2025.07`` | | ``gfbf/2025b`` ``2025.07`` | | ``iimkl/2025b`` +``2025.07`` | | ``lfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SciTools-Iris.md b/docs/version-specific/supported-software/s/SciTools-Iris.md index fd5e366c52..0fae35de63 100644 --- a/docs/version-specific/supported-software/s/SciTools-Iris.md +++ b/docs/version-specific/supported-software/s/SciTools-Iris.md @@ -10,6 +10,7 @@ A powerful, format-agnostic, community-driven Python package for analysing and v version | toolchain --------|---------- +``3.13.0`` | ``foss/2024a`` ``3.2.1`` | ``foss/2022a`` ``3.9.0`` | ``foss/2023a`` diff --git a/docs/version-specific/supported-software/s/Score-P.md b/docs/version-specific/supported-software/s/Score-P.md index ae83427416..5510621a9e 100644 --- a/docs/version-specific/supported-software/s/Score-P.md +++ b/docs/version-specific/supported-software/s/Score-P.md @@ -41,6 +41,10 @@ version | versionsuffix | toolchain ``9.2`` | | ``gompi/2025a`` ``9.2`` | ``-CUDA-12.8.0`` | ``iimpi/2025a`` ``9.2`` | | ``iimpi/2025a`` +``9.3`` | ``-CUDA-12.8.0`` | ``gompi/2025a`` +``9.3`` | | ``gompi/2025a`` +``9.3`` | ``-CUDA-12.8.0`` | ``iimpi/2025a`` +``9.3`` | | ``iimpi/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SentencePiece.md b/docs/version-specific/supported-software/s/SentencePiece.md index 25a0d59924..1080c15acf 100644 --- a/docs/version-specific/supported-software/s/SentencePiece.md +++ b/docs/version-specific/supported-software/s/SentencePiece.md @@ -15,6 +15,9 @@ version | toolchain ``0.1.99`` | ``GCC/12.2.0`` ``0.2.0`` | ``GCC/12.3.0`` ``0.2.0`` | ``GCC/13.2.0`` +``0.2.1`` | ``GCC/13.3.0`` +``0.2.1`` | ``GCC/14.2.0`` +``0.2.1`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/ShapeMapper2.md b/docs/version-specific/supported-software/s/ShapeMapper2.md new file mode 100644 index 0000000000..f6c8e2ba3b --- /dev/null +++ b/docs/version-specific/supported-software/s/ShapeMapper2.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# ShapeMapper2 + +ShapeMapper automates the calculation of RNA chemical probing reactivities from mutational profiling (MaP) experiments, in which chemical adducts on RNA are detected as internal mutations in cDNA through reverse transcription and read out by massively parallel sequencing. + +*homepage*: + +version | toolchain +--------|---------- +``2.3`` | ``GCC/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/SimpleITK.md b/docs/version-specific/supported-software/s/SimpleITK.md index e85394b9b0..1b5fa990ac 100644 --- a/docs/version-specific/supported-software/s/SimpleITK.md +++ b/docs/version-specific/supported-software/s/SimpleITK.md @@ -15,6 +15,8 @@ version | toolchain ``2.1.1.2`` | ``foss/2022a`` ``2.3.1`` | ``foss/2023a`` ``2.5.2`` | ``foss/2023b`` +``2.5.3`` | ``foss/2024a`` +``2.5.3`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/Sniffles.md b/docs/version-specific/supported-software/s/Sniffles.md index 01a4ed34bf..68d3992647 100644 --- a/docs/version-specific/supported-software/s/Sniffles.md +++ b/docs/version-specific/supported-software/s/Sniffles.md @@ -13,6 +13,7 @@ version | toolchain ``2.0.7`` | ``GCC/11.3.0`` ``2.4`` | ``GCC/12.3.0`` ``2.4`` | ``GCC/13.3.0`` +``2.7.1`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SoX.md b/docs/version-specific/supported-software/s/SoX.md index d1a8fb69c5..9d9bff2955 100644 --- a/docs/version-specific/supported-software/s/SoX.md +++ b/docs/version-specific/supported-software/s/SoX.md @@ -12,7 +12,10 @@ version | toolchain --------|---------- ``14.4.2`` | ``GCCcore/11.3.0`` ``14.4.2`` | ``GCCcore/12.3.0`` +``14.4.2`` | ``GCCcore/13.2.0`` ``14.4.2`` | ``GCCcore/13.3.0`` +``14.4.2`` | ``GCCcore/14.2.0`` +``14.4.2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SpaceRanger.md b/docs/version-specific/supported-software/s/SpaceRanger.md index 08532c6a2b..1bb105b8d8 100644 --- a/docs/version-specific/supported-software/s/SpaceRanger.md +++ b/docs/version-specific/supported-software/s/SpaceRanger.md @@ -16,6 +16,9 @@ version | toolchain ``2.0.1`` | ``GCC/11.3.0`` ``2.1.0`` | ``GCC/11.3.0`` ``2.1.0`` | ``GCC/12.2.0`` +``3.1.2`` | ``system`` +``3.1.3`` | ``system`` +``4.0.1`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/Spack.md b/docs/version-specific/supported-software/s/Spack.md index a299177064..36175b6004 100644 --- a/docs/version-specific/supported-software/s/Spack.md +++ b/docs/version-specific/supported-software/s/Spack.md @@ -14,6 +14,7 @@ version | toolchain ``0.17.0`` | ``system`` ``0.17.2`` | ``system`` ``0.21.2`` | ``system`` +``1.0.2`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/Spark.md b/docs/version-specific/supported-software/s/Spark.md index d596f78a9a..cb905d2d88 100644 --- a/docs/version-specific/supported-software/s/Spark.md +++ b/docs/version-specific/supported-software/s/Spark.md @@ -15,6 +15,7 @@ version | versionsuffix | toolchain ``3.5.0`` | | ``foss/2023a`` ``3.5.1`` | ``-Java-17`` | ``foss/2023a`` ``3.5.4`` | ``-Java-17`` | ``foss/2023b`` +``4.0.1`` | ``-Java-21`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/Spyder.md b/docs/version-specific/supported-software/s/Spyder.md index 79a37d87d4..3316840a3f 100644 --- a/docs/version-specific/supported-software/s/Spyder.md +++ b/docs/version-specific/supported-software/s/Spyder.md @@ -10,6 +10,7 @@ Spyder is an interactive Python development environment providing MATLAB-like fe version | toolchain --------|---------- +``5.5.1`` | ``GCCcore/12.3.0`` ``6.0.1`` | ``GCCcore/13.2.0`` diff --git a/docs/version-specific/supported-software/s/Stack.md b/docs/version-specific/supported-software/s/Stack.md index 6f7ac514d0..543d8a26a2 100644 --- a/docs/version-specific/supported-software/s/Stack.md +++ b/docs/version-specific/supported-software/s/Stack.md @@ -15,6 +15,7 @@ version | versionsuffix | toolchain ``2.3.3`` | ``-x86_64`` | ``system`` ``3.1.1`` | ``-x86_64`` | ``system`` ``3.5.1`` | | ``system`` +``3.7.1`` | | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/Stacks.md b/docs/version-specific/supported-software/s/Stacks.md index 6d3099a068..ea4a5e6f9b 100644 --- a/docs/version-specific/supported-software/s/Stacks.md +++ b/docs/version-specific/supported-software/s/Stacks.md @@ -11,7 +11,8 @@ Stacks is a software pipeline for building loci from short-read sequences, such version | toolchain --------|---------- ``2.62`` | ``foss/2022a`` -``2.68`` | ``foss/2023a`` +``2.68`` | ``GCC/12.3.0`` +``2.68`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/Stata.md b/docs/version-specific/supported-software/s/Stata.md index f5cbd70fc0..3048ecfb54 100644 --- a/docs/version-specific/supported-software/s/Stata.md +++ b/docs/version-specific/supported-software/s/Stata.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``17`` | ``system`` ``18`` | ``system`` +``19`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SuiteSparse.md b/docs/version-specific/supported-software/s/SuiteSparse.md index d5180e0df2..d50403af5b 100644 --- a/docs/version-specific/supported-software/s/SuiteSparse.md +++ b/docs/version-specific/supported-software/s/SuiteSparse.md @@ -19,8 +19,8 @@ version | versionsuffix | toolchain ``5.13.0`` | ``-METIS-5.1.0`` | ``foss/2022b`` ``7.1.0`` | | ``foss/2023a`` ``7.10.1`` | | ``foss/2024a`` -``7.10.3`` | ``-METIS-5.1.0`` | ``foss/2025a`` ``7.10.3`` | | ``foss/2025a`` +``7.11.0`` | | ``gfbf/2025b`` ``7.7.0`` | | ``foss/2023b`` ``7.7.0`` | | ``gfbf/2023b`` ``7.7.0`` | | ``iimkl/2023b`` diff --git a/docs/version-specific/supported-software/s/SuperLU_DIST.md b/docs/version-specific/supported-software/s/SuperLU_DIST.md index bba19c9146..8ed7725185 100644 --- a/docs/version-specific/supported-software/s/SuperLU_DIST.md +++ b/docs/version-specific/supported-software/s/SuperLU_DIST.md @@ -17,6 +17,7 @@ version | toolchain ``8.2.1`` | ``intel/2023b`` ``9.1.0`` | ``foss/2024a`` ``9.1.0`` | ``foss/2025a`` +``9.1.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/SymEngine-python.md b/docs/version-specific/supported-software/s/SymEngine-python.md index 58ef72e0d5..3a0ebe8b21 100644 --- a/docs/version-specific/supported-software/s/SymEngine-python.md +++ b/docs/version-specific/supported-software/s/SymEngine-python.md @@ -10,6 +10,7 @@ Python wrappers to the C++ library SymEngine, a fast C++ symbolic manipulation l version | toolchain --------|---------- +``0.11.0`` | ``gfbf/2023a`` ``0.11.0`` | ``gfbf/2023b`` ``0.7.2`` | ``GCC/10.3.0`` diff --git a/docs/version-specific/supported-software/s/SymEngine.md b/docs/version-specific/supported-software/s/SymEngine.md index 90102534ef..fe0f004512 100644 --- a/docs/version-specific/supported-software/s/SymEngine.md +++ b/docs/version-specific/supported-software/s/SymEngine.md @@ -10,6 +10,7 @@ SymEngine is a standalone fast C++ symbolic manipulation library version | toolchain --------|---------- +``0.11.2`` | ``gfbf/2023a`` ``0.11.2`` | ``gfbf/2023b`` ``0.7.0`` | ``GCC/10.3.0`` diff --git a/docs/version-specific/supported-software/s/index.md b/docs/version-specific/supported-software/s/index.md index a623816050..0ad324bbef 100644 --- a/docs/version-specific/supported-software/s/index.md +++ b/docs/version-specific/supported-software/s/index.md @@ -12,6 +12,7 @@ search: * [Sabre](Sabre.md) * [safestringlib](safestringlib.md) * [Safetensors](Safetensors.md) + * [SAGECal](SAGECal.md) * [Sagemath](Sagemath.md) * [Salmon](Salmon.md) * [Sambamba](Sambamba.md) @@ -83,6 +84,7 @@ search: * [SDL2_image](SDL2_image.md) * [SDL2_mixer](SDL2_mixer.md) * [SDL2_ttf](SDL2_ttf.md) + * [SDPR](SDPR.md) * [sdsl-lite](sdsl-lite.md) * [Seaborn](Seaborn.md) * [SEACells](SEACells.md) @@ -116,6 +118,8 @@ search: * [SHAP](SHAP.md) * [SHAPEIT4](SHAPEIT4.md) * [Shapely](Shapely.md) + * [ShapeMapper2](ShapeMapper2.md) + * [shared-mime-info](shared-mime-info.md) * [SharedMeatAxe](SharedMeatAxe.md) * [ShengBTE](ShengBTE.md) * [Short-Pair](Short-Pair.md) @@ -127,6 +131,7 @@ search: * [silhouetteRank](silhouetteRank.md) * [silx](silx.md) * [simanneal](simanneal.md) + * [simde](simde.md) * [simint](simint.md) * [SimNIBS](SimNIBS.md) * [SimPEG](SimPEG.md) @@ -138,9 +143,11 @@ search: * [SingleM](SingleM.md) * [Singular](Singular.md) * [sinto](sinto.md) + * [SIONfwd](SIONfwd.md) * [SIONlib](SIONlib.md) * [SIP](SIP.md) * [SIRIUS](SIRIUS.md) + * [SIRIUS-MS](SIRIUS-MS.md) * [sirocco](sirocco.md) * [siscone](siscone.md) * [sisl](sisl.md) @@ -159,6 +166,7 @@ search: * [SLICOT](SLICOT.md) * [Slideflow](Slideflow.md) * [SLiM](SLiM.md) + * [slirp4netns](slirp4netns.md) * [slow5tools](slow5tools.md) * [slurm-drmaa](slurm-drmaa.md) * [SlurmViewer](SlurmViewer.md) @@ -191,17 +199,20 @@ search: * [Solids4foam](Solids4foam.md) * [solo](solo.md) * [sonic](sonic.md) + * [SONIC-bio](SONIC-bio.md) * [SoPlex](SoPlex.md) * [SoQt](SoQt.md) * [SoupX](SoupX.md) * [SoX](SoX.md) * [SoXt](SoXt.md) * [SpaceRanger](SpaceRanger.md) + * [spacexr](spacexr.md) * [Spack](Spack.md) * [spaCy](spaCy.md) * [spacyr](spacyr.md) * [SPAdes](SPAdes.md) * [spaln](spaln.md) + * [span-lite](span-lite.md) * [Spark](Spark.md) * [sparse-neighbors-search](sparse-neighbors-search.md) * [sparsehash](sparsehash.md) @@ -282,11 +293,14 @@ search: * [SVG](SVG.md) * [SVIM](SVIM.md) * [svist4get](svist4get.md) + * [SVT-AV1](SVT-AV1.md) + * [SWI-Prolog](SWI-Prolog.md) * [SWIG](SWIG.md) * [SWIPE](SWIPE.md) * [SymEngine](SymEngine.md) * [SymEngine-python](SymEngine-python.md) * [SYMMETRICA](SYMMETRICA.md) + * [SYMPHONY](SYMPHONY.md) * [sympy](sympy.md) * [synapseclient](synapseclient.md) * [synthcity](synthcity.md) diff --git a/docs/version-specific/supported-software/s/s3fs.md b/docs/version-specific/supported-software/s/s3fs.md index 16fc2dc1a0..cb31621ccf 100644 --- a/docs/version-specific/supported-software/s/s3fs.md +++ b/docs/version-specific/supported-software/s/s3fs.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``2023.12.2`` | ``foss/2023a`` ``2024.9.0`` | ``foss/2024a`` +``2025.10.0`` | ``foss/2025a`` +``2025.10.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/safestringlib.md b/docs/version-specific/supported-software/s/safestringlib.md index aa766c829d..bbb13b8103 100644 --- a/docs/version-specific/supported-software/s/safestringlib.md +++ b/docs/version-specific/supported-software/s/safestringlib.md @@ -14,6 +14,7 @@ version | toolchain ``20240228`` | ``GCC/13.3.0`` ``20240228`` | ``intel-compilers/2023.1.0`` ``20241021`` | ``GCCcore/12.3.0`` +``20250325`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/scanpy.md b/docs/version-specific/supported-software/s/scanpy.md index 64a8848d27..1c1db5bc13 100644 --- a/docs/version-specific/supported-software/s/scanpy.md +++ b/docs/version-specific/supported-software/s/scanpy.md @@ -10,6 +10,7 @@ Scanpy is a scalable toolkit for analyzing single-cell gene expression data buil version | toolchain --------|---------- +``1.11.4`` | ``foss/2025a`` ``1.8.1`` | ``foss/2021a`` ``1.8.2`` | ``foss/2021b`` ``1.9.1`` | ``foss/2021b`` diff --git a/docs/version-specific/supported-software/s/scikit-build-core.md b/docs/version-specific/supported-software/s/scikit-build-core.md index 9d831cc3ec..4cd903272a 100644 --- a/docs/version-specific/supported-software/s/scikit-build-core.md +++ b/docs/version-specific/supported-software/s/scikit-build-core.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``0.10.6`` | ``GCCcore/13.3.0`` ``0.10.7`` | ``GCCcore/13.2.0`` +``0.11.1`` | ``GCCcore/13.3.0`` ``0.11.1`` | ``GCCcore/14.2.0`` ``0.11.5`` | ``GCCcore/14.3.0`` ``0.5.0`` | ``GCCcore/12.3.0`` diff --git a/docs/version-specific/supported-software/s/scikit-image.md b/docs/version-specific/supported-software/s/scikit-image.md index 1684f3e59c..283bb7b4c3 100644 --- a/docs/version-specific/supported-software/s/scikit-image.md +++ b/docs/version-specific/supported-software/s/scikit-image.md @@ -17,6 +17,8 @@ version | toolchain ``0.22.0`` | ``foss/2023a`` ``0.24.0`` | ``foss/2023b`` ``0.25.0`` | ``foss/2024a`` +``0.25.0`` | ``foss/2025a`` +``0.25.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/scikit-learn.md b/docs/version-specific/supported-software/s/scikit-learn.md index 127e014d8d..706bc8e909 100644 --- a/docs/version-specific/supported-software/s/scikit-learn.md +++ b/docs/version-specific/supported-software/s/scikit-learn.md @@ -30,6 +30,7 @@ version | versionsuffix | toolchain ``1.6.1`` | | ``gfbf/2024a`` ``1.7.0`` | | ``gfbf/2025a`` ``1.7.1`` | | ``gfbf/2025b`` +``1.7.1`` | | ``iimkl/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/sdsl-lite.md b/docs/version-specific/supported-software/s/sdsl-lite.md index 01efbcff51..4726ba6641 100644 --- a/docs/version-specific/supported-software/s/sdsl-lite.md +++ b/docs/version-specific/supported-software/s/sdsl-lite.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``2.0.3`` | ``GCCcore/12.2.0`` ``2.0.3`` | ``GCCcore/12.3.0`` +``2.1.1`` | ``GCCcore/13.3.0`` ``2.1.1`` | ``foss/2023a`` diff --git a/docs/version-specific/supported-software/s/seqtk.md b/docs/version-specific/supported-software/s/seqtk.md index 73cdebcbf6..d1f1136389 100644 --- a/docs/version-specific/supported-software/s/seqtk.md +++ b/docs/version-specific/supported-software/s/seqtk.md @@ -16,6 +16,7 @@ version | toolchain ``1.4`` | ``GCC/12.2.0`` ``1.4`` | ``GCC/12.3.0`` ``1.4`` | ``GCC/13.3.0`` +``1.5`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/shared-mime-info.md b/docs/version-specific/supported-software/s/shared-mime-info.md new file mode 100644 index 0000000000..678c0a71c4 --- /dev/null +++ b/docs/version-specific/supported-software/s/shared-mime-info.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# shared-mime-info + +The shared-mime-info package contains: The core database of common MIME types, their file extensions and icon names. The update-mime-database command, used to extend the DB and install a new MIME data. The freedesktop.org shared MIME database spec. It is used by GLib, GNOME, KDE, XFCE and many others. + +*homepage*: + +version | toolchain +--------|---------- +``2.4`` | ``GCCcore/14.2.0`` +``2.4`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/simde.md b/docs/version-specific/supported-software/s/simde.md new file mode 100644 index 0000000000..2ffdcf0662 --- /dev/null +++ b/docs/version-specific/supported-software/s/simde.md @@ -0,0 +1,21 @@ +--- +search: + boost: 0.5 +--- +# simde + +The SIMDe header-only library provides fast, portable implementations of SIMD intrinsics on hardware which doesn't natively support them, such as calling SSE functions on ARM. There is no performance penalty if the hardware supports the native implementation (e.g., SSE/AVX runs at full speed on x86, NEON on ARM, etc.). + +*homepage*: + +version | toolchain +--------|---------- +``0.8.2`` | ``GCCcore/12.3.0`` +``0.8.2`` | ``GCCcore/13.2.0`` +``0.8.2`` | ``GCCcore/13.3.0`` +``0.8.2`` | ``GCCcore/14.2.0`` +``0.8.2`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/skorch.md b/docs/version-specific/supported-software/s/skorch.md index b649950d09..7e203c5b4a 100644 --- a/docs/version-specific/supported-software/s/skorch.md +++ b/docs/version-specific/supported-software/s/skorch.md @@ -14,6 +14,7 @@ version | versionsuffix | toolchain ``0.11.0`` | ``-PyTorch-1.10.0`` | ``foss/2021a`` ``0.15.0`` | ``-PyTorch-2.1.2-CUDA-12.1.1`` | ``foss/2023a`` ``0.15.0`` | ``-PyTorch-2.1.2`` | ``foss/2023a`` +``1.3.0`` | | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/slepc4py.md b/docs/version-specific/supported-software/s/slepc4py.md index 9e1cafedcd..b2890365da 100644 --- a/docs/version-specific/supported-software/s/slepc4py.md +++ b/docs/version-specific/supported-software/s/slepc4py.md @@ -13,6 +13,9 @@ version | toolchain ``3.15.1`` | ``foss/2021a`` ``3.17.2`` | ``foss/2022a`` ``3.20.2`` | ``foss/2023a`` +``3.22.2`` | ``foss/2023b`` +``3.23.2`` | ``foss/2024a`` +``3.24.0`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/slirp4netns.md b/docs/version-specific/supported-software/s/slirp4netns.md new file mode 100644 index 0000000000..9d9bc76c45 --- /dev/null +++ b/docs/version-specific/supported-software/s/slirp4netns.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# slirp4netns + +User-mode networking for unprivileged network namespaces + +*homepage*: + +version | toolchain +--------|---------- +``1.3.3`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/snakemake.md b/docs/version-specific/supported-software/s/snakemake.md index 716e0eedcc..4f351a5257 100644 --- a/docs/version-specific/supported-software/s/snakemake.md +++ b/docs/version-specific/supported-software/s/snakemake.md @@ -18,6 +18,7 @@ version | toolchain ``8.27.0`` | ``foss/2024a`` ``8.28.0`` | ``foss/2023b`` ``8.4.2`` | ``foss/2023a`` +``9.14.0`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/spacexr.md b/docs/version-specific/supported-software/s/spacexr.md new file mode 100644 index 0000000000..13c7e00697 --- /dev/null +++ b/docs/version-specific/supported-software/s/spacexr.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# spacexr + +spacexr (Spatial-eXpression-R): An R package for learning cell types and cell type-specific differential expression in spatial transcriptomics data. + +*homepage*: + +version | versionsuffix | toolchain +--------|---------------|---------- +``2.2.1-20250718`` | ``-R-4.4.1`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/span-lite.md b/docs/version-specific/supported-software/s/span-lite.md new file mode 100644 index 0000000000..878bbcf6ac --- /dev/null +++ b/docs/version-specific/supported-software/s/span-lite.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# span-lite + +A C++20-like span for C++98, C++11 and later in a single-file header-only library + +*homepage*: + +version | toolchain +--------|---------- +``0.11.0`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/s/spdlog.md b/docs/version-specific/supported-software/s/spdlog.md index ce13bbcaa8..99a4ce9e24 100644 --- a/docs/version-specific/supported-software/s/spdlog.md +++ b/docs/version-specific/supported-software/s/spdlog.md @@ -15,6 +15,8 @@ version | toolchain ``1.11.0`` | ``GCCcore/12.3.0`` ``1.12.0`` | ``GCCcore/13.2.0`` ``1.12.0`` | ``GCCcore/13.3.0`` +``1.15.3`` | ``GCCcore/13.3.0`` +``1.15.3`` | ``GCCcore/14.2.0`` ``1.15.3`` | ``GCCcore/14.3.0`` ``1.9.2`` | ``GCCcore/10.3.0`` diff --git a/docs/version-specific/supported-software/s/spglib-python.md b/docs/version-specific/supported-software/s/spglib-python.md index 0c18a3ded6..f9a93c1d5f 100644 --- a/docs/version-specific/supported-software/s/spglib-python.md +++ b/docs/version-specific/supported-software/s/spglib-python.md @@ -24,6 +24,7 @@ version | toolchain ``2.5.0`` | ``gfbf/2024a`` ``2.6.0`` | ``gfbf/2025a`` ``2.6.0`` | ``gfbf/2025b`` +``2.6.0`` | ``iimkl/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/spoa.md b/docs/version-specific/supported-software/s/spoa.md index 7aab8180e2..818c4873d5 100644 --- a/docs/version-specific/supported-software/s/spoa.md +++ b/docs/version-specific/supported-software/s/spoa.md @@ -17,7 +17,9 @@ version | toolchain ``4.1.0`` | ``GCC/12.3.0`` ``4.1.0`` | ``GCC/13.2.0`` ``4.1.0`` | ``GCC/13.3.0`` +``4.1.0`` | ``GCC/14.2.0`` ``4.1.0`` | ``GCC/14.3.0`` +``4.1.0`` | ``intel-compilers/2025.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/statsmodels.md b/docs/version-specific/supported-software/s/statsmodels.md index bb97a28ee0..d773902e58 100644 --- a/docs/version-specific/supported-software/s/statsmodels.md +++ b/docs/version-specific/supported-software/s/statsmodels.md @@ -18,6 +18,7 @@ version | toolchain ``0.14.1`` | ``gfbf/2023a`` ``0.14.1`` | ``gfbf/2023b`` ``0.14.4`` | ``gfbf/2024a`` +``0.14.5`` | ``gfbf/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/subunit.md b/docs/version-specific/supported-software/s/subunit.md index c98af8a6eb..9021ffdc05 100644 --- a/docs/version-specific/supported-software/s/subunit.md +++ b/docs/version-specific/supported-software/s/subunit.md @@ -11,6 +11,8 @@ Subunit is a streaming protocol for test results. version | toolchain --------|---------- ``1.4.3`` | ``GCCcore/12.2.0`` +``1.4.4`` | ``GCCcore/12.3.0`` +``1.4.5`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/s/sympy.md b/docs/version-specific/supported-software/s/sympy.md index 43b3b86b9e..005b410453 100644 --- a/docs/version-specific/supported-software/s/sympy.md +++ b/docs/version-specific/supported-software/s/sympy.md @@ -19,6 +19,7 @@ version | toolchain ``1.12`` | ``gfbf/2023b`` ``1.13.3`` | ``gfbf/2023b`` ``1.13.3`` | ``gfbf/2024a`` +``1.14.0`` | ``gfbf/2025a`` ``1.14.0`` | ``gfbf/2025b`` ``1.8`` | ``foss/2021a`` ``1.9`` | ``foss/2021b`` diff --git a/docs/version-specific/supported-software/t/TCLAP.md b/docs/version-specific/supported-software/t/TCLAP.md index 15cf2495db..ae4c3e61be 100644 --- a/docs/version-specific/supported-software/t/TCLAP.md +++ b/docs/version-specific/supported-software/t/TCLAP.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.2.5`` | ``GCCcore/10.3.0`` ``1.2.5`` | ``GCCcore/11.2.0`` +``1.4.0-rc2`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/TELEMAC-MASCARET.md b/docs/version-specific/supported-software/t/TELEMAC-MASCARET.md index 80d0d506d1..fcfab785f2 100644 --- a/docs/version-specific/supported-software/t/TELEMAC-MASCARET.md +++ b/docs/version-specific/supported-software/t/TELEMAC-MASCARET.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``8p3r1`` | ``foss/2021b`` ``8p5r0`` | ``foss/2023a`` +``9.0.0`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/TEtrimmer.md b/docs/version-specific/supported-software/t/TEtrimmer.md index 0bee688a2d..8992112578 100644 --- a/docs/version-specific/supported-software/t/TEtrimmer.md +++ b/docs/version-specific/supported-software/t/TEtrimmer.md @@ -11,6 +11,7 @@ TEtrimmer is software designed to automate the manual curation of transposable e version | toolchain --------|---------- ``1.4.0`` | ``foss/2023a`` +``1.5.4`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/TGS-GapCloser.md b/docs/version-specific/supported-software/t/TGS-GapCloser.md new file mode 100644 index 0000000000..ecaaa9cc11 --- /dev/null +++ b/docs/version-specific/supported-software/t/TGS-GapCloser.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# TGS-GapCloser + +A gap-closing software tool that uses error-prone long reads generated by third-generation-sequence techniques (Pacbio, Oxford Nanopore, etc.) or preassembled contigs to fill N-gap in the genome assembly. + +*homepage*: + +version | toolchain +--------|---------- +``1.2.1`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/t/TOML-Fortran.md b/docs/version-specific/supported-software/t/TOML-Fortran.md index f636ab003e..39b9c6740c 100644 --- a/docs/version-specific/supported-software/t/TOML-Fortran.md +++ b/docs/version-specific/supported-software/t/TOML-Fortran.md @@ -17,6 +17,8 @@ version | toolchain ``0.4.2`` | ``GCC/12.3.0`` ``0.4.2`` | ``GCC/13.2.0`` ``0.4.2`` | ``GCC/13.3.0`` +``0.4.3`` | ``GCC/14.2.0`` +``0.4.3`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/TRAVIS-Analyzer.md b/docs/version-specific/supported-software/t/TRAVIS-Analyzer.md index aa455c650f..c393543872 100644 --- a/docs/version-specific/supported-software/t/TRAVIS-Analyzer.md +++ b/docs/version-specific/supported-software/t/TRAVIS-Analyzer.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``210521`` | ``GCC/10.3.0`` ``220729`` | ``GCC/11.3.0`` +``220729`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/TRF.md b/docs/version-specific/supported-software/t/TRF.md index 3667ea9fb9..6fff48e053 100644 --- a/docs/version-specific/supported-software/t/TRF.md +++ b/docs/version-specific/supported-software/t/TRF.md @@ -14,6 +14,7 @@ version | toolchain ``4.09.1`` | ``GCCcore/11.2.0`` ``4.09.1`` | ``GCCcore/11.3.0`` ``4.09.1`` | ``GCCcore/12.3.0`` +``4.09.1`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/TRL.md b/docs/version-specific/supported-software/t/TRL.md new file mode 100644 index 0000000000..d89e6d8ac0 --- /dev/null +++ b/docs/version-specific/supported-software/t/TRL.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# TRL + +TRL is a cutting-edge library designed for post-training foundation models using advanced techniques like Supervised Fine-Tuning (SFT), Proximal Policy Optimization (PPO), and Direct Preference Optimization (DPO). Built on top of the HuggingFace Transformers ecosystem, TRL supports a variety of model architectures and modalities, and can be scaled-up across various hardware setups. + +*homepage*: + +version | toolchain +--------|---------- +``0.22.0`` | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/t/TWL-NINJA.md b/docs/version-specific/supported-software/t/TWL-NINJA.md index 25bca19721..3c03142254 100644 --- a/docs/version-specific/supported-software/t/TWL-NINJA.md +++ b/docs/version-specific/supported-software/t/TWL-NINJA.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``0.98-cluster_only`` | ``GCC/11.3.0`` ``1.00-cluster_only`` | ``GCC/12.3.0`` +``1.00-cluster_only`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/Tcl.md b/docs/version-specific/supported-software/t/Tcl.md index 6688cfc114..2c56f6aa3c 100644 --- a/docs/version-specific/supported-software/t/Tcl.md +++ b/docs/version-specific/supported-software/t/Tcl.md @@ -19,6 +19,7 @@ version | toolchain ``8.6.13`` | ``GCCcore/13.2.0`` ``8.6.14`` | ``GCCcore/13.3.0`` ``8.6.16`` | ``GCCcore/14.2.0`` +``8.6.17`` | ``GCCcore/14.3.0`` ``9.0.1`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/t/TensorFlow.md b/docs/version-specific/supported-software/t/TensorFlow.md index 16fd6c61f1..f9aa5cff5e 100644 --- a/docs/version-specific/supported-software/t/TensorFlow.md +++ b/docs/version-specific/supported-software/t/TensorFlow.md @@ -16,6 +16,7 @@ version | versionsuffix | toolchain ``2.13.0`` | | ``foss/2023a`` ``2.15.1`` | ``-CUDA-12.1.1`` | ``foss/2023a`` ``2.15.1`` | | ``foss/2023a`` +``2.18.1`` | ``-CUDA-12.6.0`` | ``foss/2024a`` ``2.18.1`` | | ``foss/2024a`` ``2.4.4`` | | ``foss/2021a`` ``2.5.3`` | ``-CUDA-11.3.1`` | ``foss/2021a`` diff --git a/docs/version-specific/supported-software/t/TensorRT.md b/docs/version-specific/supported-software/t/TensorRT.md index 4085b759be..4361ffbb13 100644 --- a/docs/version-specific/supported-software/t/TensorRT.md +++ b/docs/version-specific/supported-software/t/TensorRT.md @@ -10,7 +10,12 @@ NVIDIA TensorRT is a platform for high-performance deep learning inference version | versionsuffix | toolchain --------|---------------|---------- +``10.0.1`` | ``-CUDA-12.1.1`` | ``gfbf/2023a`` +``10.4.0`` | ``-CUDA-12.4.0`` | ``gfbf/2023b`` +``10.7.0`` | ``-CUDA-12.6.0`` | ``gfbf/2024a`` ``8.6.1`` | ``-CUDA-11.7.0`` | ``foss/2022a`` +``8.6.1`` | ``-CUDA-12.0.0`` | ``gfbf/2022b`` +``8.6.1`` | ``-CUDA-12.1.1`` | ``gfbf/2023a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/Tinker-HP.md b/docs/version-specific/supported-software/t/Tinker-HP.md index b1fedcd0e2..2b1b57aec4 100644 --- a/docs/version-specific/supported-software/t/Tinker-HP.md +++ b/docs/version-specific/supported-software/t/Tinker-HP.md @@ -12,6 +12,7 @@ version | versionsuffix | toolchain --------|---------------|---------- ``20230803`` | | ``gomkl/2023a`` ``20241026`` | ``-plumed-colvars`` | ``foss/2023a`` +``20241026`` | ``-plumed-colvars`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/Trilinos.md b/docs/version-specific/supported-software/t/Trilinos.md index f5e581db31..bab8ed636d 100644 --- a/docs/version-specific/supported-software/t/Trilinos.md +++ b/docs/version-specific/supported-software/t/Trilinos.md @@ -12,6 +12,7 @@ version | versionsuffix | toolchain --------|---------------|---------- ``13.4.1`` | ``-zoltan`` | ``foss/2022a`` ``13.4.1`` | | ``foss/2022a`` +``16.1.0`` | ``-zoltan`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/Trimmomatic.md b/docs/version-specific/supported-software/t/Trimmomatic.md index a9f820e85c..65e6b7f2f6 100644 --- a/docs/version-specific/supported-software/t/Trimmomatic.md +++ b/docs/version-specific/supported-software/t/Trimmomatic.md @@ -12,6 +12,7 @@ version | versionsuffix | toolchain --------|---------------|---------- ``0.39`` | ``-Java-11`` | ``system`` ``0.39`` | ``-Java-17`` | ``system`` +``0.40`` | ``-Java-17`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/Triton.md b/docs/version-specific/supported-software/t/Triton.md index c20777b606..0b78498dbd 100644 --- a/docs/version-specific/supported-software/t/Triton.md +++ b/docs/version-specific/supported-software/t/Triton.md @@ -14,6 +14,9 @@ version | versionsuffix | toolchain ``2.1.0`` | ``-CUDA-12.1.1`` | ``foss/2023a`` ``2.3.1`` | ``-CUDA-12.4.0`` | ``foss/2023b`` ``3.1.0`` | ``-CUDA-12.6.0`` | ``foss/2024a`` +``3.3.1`` | ``-CUDA-12.6.0`` | ``gfbf/2024a`` +``3.5.0`` | ``-CUDA-12.6.0`` | ``gfbf/2024a`` +``3.5.0`` | ``-CUDA-12.9.1`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/TurboVNC.md b/docs/version-specific/supported-software/t/TurboVNC.md index 57437a66b9..d11e46e53e 100644 --- a/docs/version-specific/supported-software/t/TurboVNC.md +++ b/docs/version-specific/supported-software/t/TurboVNC.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``3.0.1`` | ``GCCcore/11.3.0`` ``3.1.2`` | ``GCCcore/13.3.0`` +``3.2`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/Twisted.md b/docs/version-specific/supported-software/t/Twisted.md new file mode 100644 index 0000000000..7322be4ed3 --- /dev/null +++ b/docs/version-specific/supported-software/t/Twisted.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# Twisted + +Event-driven networking engine written in Python + +*homepage*: + +version | toolchain +--------|---------- +``25.5.0`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/t/index.md b/docs/version-specific/supported-software/t/index.md index b8eb344fdf..fb8f2be674 100644 --- a/docs/version-specific/supported-software/t/index.md +++ b/docs/version-specific/supported-software/t/index.md @@ -25,6 +25,7 @@ search: * [TBProfiler](TBProfiler.md) * [Tcl](Tcl.md) * [TCLAP](TCLAP.md) + * [tcping](tcping.md) * [tcsh](tcsh.md) * [tdb](tdb.md) * [tdlib](tdlib.md) @@ -41,6 +42,7 @@ search: * [termcolor](termcolor.md) * [tesseract](tesseract.md) * [test-drive](test-drive.md) + * [testsweeper](testsweeper.md) * [TestU01](TestU01.md) * [TetGen](TetGen.md) * [TEtranscripts](TEtranscripts.md) @@ -49,6 +51,7 @@ search: * [texlive](texlive.md) * [text-unidecode](text-unidecode.md) * [TF-COMB](TF-COMB.md) + * [TGS-GapCloser](TGS-GapCloser.md) * [Theano](Theano.md) * [ThemisPy](ThemisPy.md) * [thirdorder](thirdorder.md) @@ -60,6 +63,7 @@ search: * [timm](timm.md) * [TINKER](TINKER.md) * [Tinker-HP](Tinker-HP.md) + * [tint2](tint2.md) * [tiny-cuda-nn](tiny-cuda-nn.md) * [tinyobjloader](tinyobjloader.md) * [TinyXML](TinyXML.md) @@ -77,9 +81,11 @@ search: * [TOBIAS](TOBIAS.md) * [Togl](Togl.md) * [toil](toil.md) + * [toil-cwl](toil-cwl.md) * [tokenizers](tokenizers.md) * [Tombo](Tombo.md) * [TOML-Fortran](TOML-Fortran.md) + * [tomlplusplus](tomlplusplus.md) * [TOPAS](TOPAS.md) * [topaz](topaz.md) * [TopHat](TopHat.md) @@ -95,6 +101,7 @@ search: * [tox](tox.md) * [tqdm](tqdm.md) * [trame](trame.md) + * [trame-bundle](trame-bundle.md) * [TransDecoder](TransDecoder.md) * [Transformers](Transformers.md) * [Transrate](Transrate.md) @@ -118,6 +125,7 @@ search: * [TRIQS-som](TRIQS-som.md) * [TRIQS-tprf](TRIQS-tprf.md) * [Triton](Triton.md) + * [TRL](TRL.md) * [tRNAscan-SE](tRNAscan-SE.md) * [TRUST4](TRUST4.md) * [trusTEr](trusTEr.md) @@ -125,8 +133,11 @@ search: * [tsai](tsai.md) * [TSEBRA](TSEBRA.md) * [tseriesEntropy](tseriesEntropy.md) + * [tslearn](tslearn.md) + * [ttyd](ttyd.md) * [tueplots](tueplots.md) * [TurboVNC](TurboVNC.md) + * [Twisted](Twisted.md) * [TWL-NINJA](TWL-NINJA.md) * [TXR](TXR.md) * [typing-extensions](typing-extensions.md) diff --git a/docs/version-specific/supported-software/t/tcping.md b/docs/version-specific/supported-software/t/tcping.md new file mode 100644 index 0000000000..876dd9bf23 --- /dev/null +++ b/docs/version-specific/supported-software/t/tcping.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# tcping + +Ping TCP ports using tcping. + +*homepage*: + +version | toolchain +--------|---------- +``2.7.1`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/t/tensorflow-probability.md b/docs/version-specific/supported-software/t/tensorflow-probability.md index cf705e8511..fe1ce03c6b 100644 --- a/docs/version-specific/supported-software/t/tensorflow-probability.md +++ b/docs/version-specific/supported-software/t/tensorflow-probability.md @@ -17,6 +17,7 @@ version | versionsuffix | toolchain ``0.20.0`` | | ``foss/2023a`` ``0.23.0`` | ``-TensorFlow-2.15.1-CUDA-12.1.1`` | ``foss/2023a`` ``0.23.0`` | ``-TensorFlow-2.15.1`` | ``foss/2023a`` +``0.25.0`` | | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/tesseract.md b/docs/version-specific/supported-software/t/tesseract.md index a7076d8afd..9178ea44a4 100644 --- a/docs/version-specific/supported-software/t/tesseract.md +++ b/docs/version-specific/supported-software/t/tesseract.md @@ -14,6 +14,8 @@ version | toolchain ``5.3.0`` | ``GCCcore/11.3.0`` ``5.3.4`` | ``GCCcore/12.3.0`` ``5.5.0`` | ``GCCcore/13.3.0`` +``5.5.1`` | ``GCCcore/14.2.0`` +``5.5.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/testsweeper.md b/docs/version-specific/supported-software/t/testsweeper.md new file mode 100644 index 0000000000..688dc3dc28 --- /dev/null +++ b/docs/version-specific/supported-software/t/testsweeper.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# testsweeper + +TestSweeper is a C++ testing framework for parameter sweeps. It handles parsing command line options, iterating over the test space, and printing results. This simplifies test functions by allowing them to concentrate on setting up and solving one problem at a time. + +*homepage*: + +version | toolchain +--------|---------- +``2025.05.28`` | ``GCCcore/14.2.0`` +``2025.05.28`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/t/text-unidecode.md b/docs/version-specific/supported-software/t/text-unidecode.md index b4a7e8890e..f9be64acf9 100644 --- a/docs/version-specific/supported-software/t/text-unidecode.md +++ b/docs/version-specific/supported-software/t/text-unidecode.md @@ -4,12 +4,13 @@ search: --- # text-unidecode -Text-unidecode is the most basic port of the Text::Unidecode Perl library. +text-unidecode is the most basic port of the Text::Unidecode Perl library. *homepage*: version | toolchain --------|---------- +``1.3`` | ``GCCcore/12.3.0`` ``1.3`` | ``GCCcore/13.2.0`` diff --git a/docs/version-specific/supported-software/t/time.md b/docs/version-specific/supported-software/t/time.md index e2f0f86e04..a3f89ed857 100644 --- a/docs/version-specific/supported-software/t/time.md +++ b/docs/version-specific/supported-software/t/time.md @@ -17,6 +17,7 @@ version | toolchain ``1.9`` | ``GCCcore/12.3.0`` ``1.9`` | ``GCCcore/13.3.0`` ``1.9`` | ``GCCcore/14.2.0`` +``1.9`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/tint2.md b/docs/version-specific/supported-software/t/tint2.md new file mode 100644 index 0000000000..2918b2d55b --- /dev/null +++ b/docs/version-specific/supported-software/t/tint2.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# tint2 + +A lightweight panel/taskbar for Linux desktops. + +*homepage*: + +version | toolchain +--------|---------- +``17.0.2`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/t/tlparse.md b/docs/version-specific/supported-software/t/tlparse.md index 8d8ed618ce..69ae379d22 100644 --- a/docs/version-specific/supported-software/t/tlparse.md +++ b/docs/version-specific/supported-software/t/tlparse.md @@ -12,6 +12,8 @@ version | toolchain --------|---------- ``0.3.37`` | ``GCCcore/13.3.0`` ``0.3.5`` | ``GCCcore/13.2.0`` +``0.4.0`` | ``GCCcore/13.3.0`` +``0.4.3`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/tmux.md b/docs/version-specific/supported-software/t/tmux.md index 22df21396d..29177efa0e 100644 --- a/docs/version-specific/supported-software/t/tmux.md +++ b/docs/version-specific/supported-software/t/tmux.md @@ -20,6 +20,7 @@ version | toolchain ``3.4`` | ``GCCcore/13.2.0`` ``3.4`` | ``GCCcore/13.3.0`` ``3.4`` | ``system`` +``3.5a`` | ``GCCcore/14.2.0`` ``3.5a`` | ``GCCcore/14.3.0`` ``3.5a`` | ``system`` diff --git a/docs/version-specific/supported-software/t/toil-cwl.md b/docs/version-specific/supported-software/t/toil-cwl.md new file mode 100644 index 0000000000..3610b278b5 --- /dev/null +++ b/docs/version-specific/supported-software/t/toil-cwl.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# toil-cwl + +A scalable, efficient, cross-platform (Linux/macOS) and easy-to-use workflow engine in pure Python. This installation contains toil, with the cwl extras. + +*homepage*: + +version | toolchain +--------|---------- +``8.2.0`` | ``foss/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/t/tomlplusplus.md b/docs/version-specific/supported-software/t/tomlplusplus.md new file mode 100644 index 0000000000..34b81c87c9 --- /dev/null +++ b/docs/version-specific/supported-software/t/tomlplusplus.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# tomlplusplus + +Header-only TOML config file parser and serializer for modern C++. + +*homepage*: + +version | toolchain +--------|---------- +``3.4.0`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/t/torchaudio.md b/docs/version-specific/supported-software/t/torchaudio.md index 314d684f27..4fd97e25ea 100644 --- a/docs/version-specific/supported-software/t/torchaudio.md +++ b/docs/version-specific/supported-software/t/torchaudio.md @@ -12,6 +12,7 @@ version | versionsuffix | toolchain --------|---------------|---------- ``0.12.0`` | ``-PyTorch-1.12.0-CUDA-11.7.0`` | ``foss/2022a`` ``0.12.0`` | ``-PyTorch-1.12.0`` | ``foss/2022a`` +``2.6.0`` | | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/trame-bundle.md b/docs/version-specific/supported-software/t/trame-bundle.md new file mode 100644 index 0000000000..4038ca3372 --- /dev/null +++ b/docs/version-specific/supported-software/t/trame-bundle.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# trame-bundle + +Bundle of trame extensions + +*homepage*: + +version | toolchain +--------|---------- +``2025.03`` | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/t/trame.md b/docs/version-specific/supported-software/t/trame.md index 78350efd46..887d23aa33 100644 --- a/docs/version-specific/supported-software/t/trame.md +++ b/docs/version-specific/supported-software/t/trame.md @@ -4,13 +4,15 @@ search: --- # trame -trame - a web framework that weaves together open source components into customized visual analytics easily +Trame is an open-source platform for creating interactive and powerful visual analytics applications. Based on Python, and leveraging platforms such as VTK, ParaView, and Vega, it is possible to create web-based applications in minutes. *homepage*: version | toolchain --------|---------- +``3.12.0`` | ``GCCcore/14.3.0`` ``3.6.0`` | ``foss/2023b`` +``3.8.0`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/t/trimAl.md b/docs/version-specific/supported-software/t/trimAl.md index e9c794b922..6b32b48c1f 100644 --- a/docs/version-specific/supported-software/t/trimAl.md +++ b/docs/version-specific/supported-software/t/trimAl.md @@ -14,6 +14,7 @@ version | toolchain ``1.4.1`` | ``GCCcore/11.2.0`` ``1.4.1`` | ``GCCcore/11.3.0`` ``1.4.1`` | ``GCCcore/12.3.0`` +``1.5.0`` | ``GCCcore/13.2.0`` ``1.5.0`` | ``GCCcore/13.3.0`` diff --git a/docs/version-specific/supported-software/t/trimesh.md b/docs/version-specific/supported-software/t/trimesh.md index a3fe17801b..710912cce4 100644 --- a/docs/version-specific/supported-software/t/trimesh.md +++ b/docs/version-specific/supported-software/t/trimesh.md @@ -12,7 +12,9 @@ version | toolchain --------|---------- ``3.17.1`` | ``foss/2022a`` ``3.21.5`` | ``gfbf/2022b`` +``4.10.0`` | ``gfbf/2025b`` ``4.4.9`` | ``gfbf/2024a`` +``4.5.3`` | ``gfbf/2023b`` ``4.5.3`` | ``gfbf/2024a`` diff --git a/docs/version-specific/supported-software/t/tslearn.md b/docs/version-specific/supported-software/t/tslearn.md new file mode 100644 index 0000000000..c4a348bab2 --- /dev/null +++ b/docs/version-specific/supported-software/t/tslearn.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# tslearn + +The machine learning toolkit for time series analysis in Python. + +*homepage*: + +version | toolchain +--------|---------- +``0.6.4`` | ``foss/2024a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/t/ttyd.md b/docs/version-specific/supported-software/t/ttyd.md new file mode 100644 index 0000000000..04deea75f0 --- /dev/null +++ b/docs/version-specific/supported-software/t/ttyd.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# ttyd + +ttyd is a simple command-line tool for sharing terminal over the web. + +*homepage*: + +version | toolchain +--------|---------- +``1.7.7`` | ``GCCcore/14.2.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/t/typing-extensions.md b/docs/version-specific/supported-software/t/typing-extensions.md index 6bed626e09..90f5ebd22e 100644 --- a/docs/version-specific/supported-software/t/typing-extensions.md +++ b/docs/version-specific/supported-software/t/typing-extensions.md @@ -15,6 +15,7 @@ version | toolchain ``4.10.0`` | ``GCCcore/13.2.0`` ``4.11.0`` | ``GCCcore/13.3.0`` ``4.14.0`` | ``GCCcore/14.2.0`` +``4.14.1`` | ``GCCcore/14.3.0`` ``4.3.0`` | ``GCCcore/11.3.0`` ``4.4.0`` | ``GCCcore/10.3.0`` ``4.9.0`` | ``GCCcore/12.2.0`` diff --git a/docs/version-specific/supported-software/u/UDA.md b/docs/version-specific/supported-software/u/UDA.md new file mode 100644 index 0000000000..559cc51409 --- /dev/null +++ b/docs/version-specific/supported-software/u/UDA.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# UDA + +Universal Data Access + +*homepage*: + +version | toolchain +--------|---------- +``2.9.3`` | ``GCC/13.2.0`` +``2.9.3`` | ``intel-compilers/2023.2.1`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/u/UMI-tools.md b/docs/version-specific/supported-software/u/UMI-tools.md index 2301b4add1..2a9991d409 100644 --- a/docs/version-specific/supported-software/u/UMI-tools.md +++ b/docs/version-specific/supported-software/u/UMI-tools.md @@ -11,6 +11,7 @@ Tools for handling Unique Molecular Identifiers in NGS data sets version | toolchain --------|---------- ``1.1.4`` | ``foss/2023a`` +``1.1.5`` | ``foss/2023b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/u/index.md b/docs/version-specific/supported-software/u/index.md index 1262dac6c0..397d50be63 100644 --- a/docs/version-specific/supported-software/u/index.md +++ b/docs/version-specific/supported-software/u/index.md @@ -12,7 +12,9 @@ search: * [UCC-CUDA](UCC-CUDA.md) * [UCX](UCX.md) * [UCX-CUDA](UCX-CUDA.md) + * [ucx-py](ucx-py.md) * [UCX-ROCm](UCX-ROCm.md) + * [UDA](UDA.md) * [UDUNITS](UDUNITS.md) * [UFCG](UFCG.md) * [Ultralytics](Ultralytics.md) @@ -35,6 +37,7 @@ search: * [USEARCH](USEARCH.md) * [UShER](UShER.md) * [utf8proc](utf8proc.md) + * [uthash](uthash.md) * [util-linux](util-linux.md) * [uv](uv.md) diff --git a/docs/version-specific/supported-software/u/ucx-py.md b/docs/version-specific/supported-software/u/ucx-py.md new file mode 100644 index 0000000000..006e4cef4f --- /dev/null +++ b/docs/version-specific/supported-software/u/ucx-py.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# ucx-py + +UCX-Py is the Python interface for UCX, a low-level high-performance networking library. UCX and UCX-Py supports several transport methods including InfiniBand and NVLink while still using traditional networking protocols like TCP. + +*homepage*: + +version | toolchain +--------|---------- +``0.40.00`` | ``gfbf/2023b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/u/umap-learn.md b/docs/version-specific/supported-software/u/umap-learn.md index 1e852a5a28..b5fe313b23 100644 --- a/docs/version-specific/supported-software/u/umap-learn.md +++ b/docs/version-specific/supported-software/u/umap-learn.md @@ -16,6 +16,7 @@ version | toolchain ``0.5.5`` | ``foss/2023a`` ``0.5.7`` | ``foss/2023b`` ``0.5.7`` | ``foss/2024a`` +``0.5.9.post2`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/u/uncertainties.md b/docs/version-specific/supported-software/u/uncertainties.md index 870256b25f..098c4eb3fa 100644 --- a/docs/version-specific/supported-software/u/uncertainties.md +++ b/docs/version-specific/supported-software/u/uncertainties.md @@ -13,6 +13,8 @@ version | toolchain ``3.1.7`` | ``foss/2021b`` ``3.1.7`` | ``foss/2023a`` ``3.2.2`` | ``foss/2023b`` +``3.2.3`` | ``foss/2024a`` +``3.2.3`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/u/unifdef.md b/docs/version-specific/supported-software/u/unifdef.md index c480cff2a8..62a8e9ae92 100644 --- a/docs/version-specific/supported-software/u/unifdef.md +++ b/docs/version-specific/supported-software/u/unifdef.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``2.12`` | ``GCCcore/11.3.0`` ``2.12`` | ``GCCcore/12.3.0`` +``2.12`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/u/utf8proc.md b/docs/version-specific/supported-software/u/utf8proc.md index bd4c4a12b4..ac87e21861 100644 --- a/docs/version-specific/supported-software/u/utf8proc.md +++ b/docs/version-specific/supported-software/u/utf8proc.md @@ -10,6 +10,8 @@ utf8proc is a small, clean C library that provides Unicode normalization, case-f version | toolchain --------|---------- +``2.10.0`` | ``GCCcore/14.2.0`` +``2.10.0`` | ``GCCcore/14.3.0`` ``2.6.1`` | ``GCCcore/10.3.0`` ``2.6.1`` | ``GCCcore/11.2.0`` ``2.7.0`` | ``GCCcore/11.3.0`` diff --git a/docs/version-specific/supported-software/u/uthash.md b/docs/version-specific/supported-software/u/uthash.md new file mode 100644 index 0000000000..3ded97698b --- /dev/null +++ b/docs/version-specific/supported-software/u/uthash.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# uthash + +Austin is a Python frame stack sampler for CPython written in pure C. + +*homepage*: + +version | toolchain +--------|---------- +``2.3.0`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/u/uv.md b/docs/version-specific/supported-software/u/uv.md index dc07699d3d..d238ac9151 100644 --- a/docs/version-specific/supported-software/u/uv.md +++ b/docs/version-specific/supported-software/u/uv.md @@ -11,6 +11,8 @@ An extremely fast Python package installer and resolver, written in Rust. version | toolchain --------|---------- ``0.2.30`` | ``GCCcore/13.3.0`` +``0.4.20`` | ``GCCcore/13.3.0`` +``0.7.13`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/VASP.md b/docs/version-specific/supported-software/v/VASP.md index abf1deb817..4ccb7d2118 100644 --- a/docs/version-specific/supported-software/v/VASP.md +++ b/docs/version-specific/supported-software/v/VASP.md @@ -11,6 +11,8 @@ The Vienna Ab initio Simulation Package (VASP) is a computer program for atomic version | toolchain --------|---------- ``6.3.2`` | ``nvofbf/2022.07`` +``6.4.3`` | ``intel/2024a`` +``6.5.0`` | ``NVHPC/25.1`` ``6.5.0`` | ``foss/2024a`` ``6.5.0`` | ``intel/2024a`` diff --git a/docs/version-specific/supported-software/v/VCFtools.md b/docs/version-specific/supported-software/v/VCFtools.md index 5ae8d027ab..9f20b76537 100644 --- a/docs/version-specific/supported-software/v/VCFtools.md +++ b/docs/version-specific/supported-software/v/VCFtools.md @@ -16,6 +16,8 @@ version | toolchain ``0.1.16`` | ``GCC/12.2.0`` ``0.1.16`` | ``GCC/12.3.0`` ``0.1.16`` | ``GCC/13.2.0`` +``0.1.17`` | ``GCC/13.3.0`` +``0.1.17`` | ``GCC/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/VEP.md b/docs/version-specific/supported-software/v/VEP.md index c25147b524..73645c8c0f 100644 --- a/docs/version-specific/supported-software/v/VEP.md +++ b/docs/version-specific/supported-software/v/VEP.md @@ -15,6 +15,7 @@ version | toolchain ``111`` | ``GCC/12.2.0`` ``113.0`` | ``GCC/12.3.0`` ``113.3`` | ``GCC/13.3.0`` +``115.2`` | ``GCC/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/VMD.md b/docs/version-specific/supported-software/v/VMD.md index 726603f75b..01796a0adb 100644 --- a/docs/version-specific/supported-software/v/VMD.md +++ b/docs/version-specific/supported-software/v/VMD.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``1.9.4a57`` | ``foss/2022a`` ``1.9.4a57`` | ``foss/2023a`` +``1.9.4a57`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/VTK.md b/docs/version-specific/supported-software/v/VTK.md index 0d430d3027..bc899a8ee9 100644 --- a/docs/version-specific/supported-software/v/VTK.md +++ b/docs/version-specific/supported-software/v/VTK.md @@ -20,6 +20,8 @@ version | toolchain ``9.3.0`` | ``foss/2023a`` ``9.3.0`` | ``foss/2023b`` ``9.3.1`` | ``foss/2024a`` +``9.5.0`` | ``foss/2025a`` +``9.5.2`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/Vala.md b/docs/version-specific/supported-software/v/Vala.md index 06441082d2..08b13af718 100644 --- a/docs/version-specific/supported-software/v/Vala.md +++ b/docs/version-specific/supported-software/v/Vala.md @@ -12,6 +12,9 @@ version | toolchain --------|---------- ``0.52.4`` | ``GCCcore/10.3.0`` ``0.56.14`` | ``GCCcore/12.3.0`` +``0.56.18`` | ``GCCcore/13.3.0`` +``0.56.18`` | ``GCCcore/14.2.0`` +``0.56.18`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/VeloxChem.md b/docs/version-specific/supported-software/v/VeloxChem.md new file mode 100644 index 0000000000..f2671266ca --- /dev/null +++ b/docs/version-specific/supported-software/v/VeloxChem.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# VeloxChem + +VeloxChem [RLV+20] is a Python-based open source quantum chemistry software for contemporary and future hardware architectures. It features interactive program access through Jupyter notebooks as well as massively parallel calculations in high-performance computing (HPC) environments. + +*homepage*: + +version | toolchain +--------|---------- +``1.0-rc4`` | ``foss/2023a`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/v/ViTables.md b/docs/version-specific/supported-software/v/ViTables.md new file mode 100644 index 0000000000..bc5929e829 --- /dev/null +++ b/docs/version-specific/supported-software/v/ViTables.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# ViTables + +ViTables is a component of the PyTables family. It is a GUI for browsing and editing files in both PyTables and HDF5 formats. + +*homepage*: + +version | toolchain +--------|---------- +``3.1.0`` | ``foss/2025b`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/v/ViennaRNA.md b/docs/version-specific/supported-software/v/ViennaRNA.md index 7f96ba0849..ced771e545 100644 --- a/docs/version-specific/supported-software/v/ViennaRNA.md +++ b/docs/version-specific/supported-software/v/ViennaRNA.md @@ -13,6 +13,7 @@ version | toolchain ``2.5.0`` | ``foss/2021b`` ``2.5.1`` | ``foss/2021b`` ``2.7.0`` | ``foss/2023a`` +``2.7.0`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/Vim.md b/docs/version-specific/supported-software/v/Vim.md index c1df86c2ed..7e3bb7147d 100644 --- a/docs/version-specific/supported-software/v/Vim.md +++ b/docs/version-specific/supported-software/v/Vim.md @@ -13,6 +13,7 @@ version | toolchain ``9.0.0950`` | ``GCCcore/11.3.0`` ``9.0.1434`` | ``GCCcore/12.2.0`` ``9.1.0004`` | ``GCCcore/12.3.0`` +``9.1.1788`` | ``GCCcore/13.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/VirtualGL.md b/docs/version-specific/supported-software/v/VirtualGL.md index 76e2eaca24..4baa90e4cb 100644 --- a/docs/version-specific/supported-software/v/VirtualGL.md +++ b/docs/version-specific/supported-software/v/VirtualGL.md @@ -13,6 +13,8 @@ version | toolchain ``3.0`` | ``GCC/11.2.0`` ``3.1`` | ``GCC/12.3.0`` ``3.1.1`` | ``GCC/13.3.0`` +``3.1.3`` | ``GCC/14.2.0`` +``3.1.4`` | ``GCC/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/Voro++.md b/docs/version-specific/supported-software/v/Voro++.md index 92e3344bdd..b2a56a5d62 100644 --- a/docs/version-specific/supported-software/v/Voro++.md +++ b/docs/version-specific/supported-software/v/Voro++.md @@ -17,6 +17,7 @@ version | toolchain ``0.4.6`` | ``GCCcore/12.3.0`` ``0.4.6`` | ``GCCcore/13.2.0`` ``0.4.6`` | ``GCCcore/13.3.0`` +``0.4.6`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/Vulkan.md b/docs/version-specific/supported-software/v/Vulkan.md new file mode 100644 index 0000000000..11a65c5aad --- /dev/null +++ b/docs/version-specific/supported-software/v/Vulkan.md @@ -0,0 +1,18 @@ +--- +search: + boost: 0.5 +--- +# Vulkan + +Vulkan headers, ICDs, and tools + +*homepage*: + +version | toolchain +--------|---------- +``1.4.328`` | ``GCCcore/14.2.0`` +``1.4.328`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/v/index.md b/docs/version-specific/supported-software/v/index.md index 92a5ede2bc..5c12e99fc6 100644 --- a/docs/version-specific/supported-software/v/index.md +++ b/docs/version-specific/supported-software/v/index.md @@ -21,6 +21,7 @@ search: * [VCFtools](VCFtools.md) * [vConTACT2](vConTACT2.md) * [velocyto](velocyto.md) + * [VeloxChem](VeloxChem.md) * [Velvet](Velvet.md) * [VEP](VEP.md) * [Verkko](Verkko.md) @@ -39,6 +40,7 @@ search: * [Visit](Visit.md) * [vispr](vispr.md) * [VisPy](VisPy.md) + * [ViTables](ViTables.md) * [vitessce-python](vitessce-python.md) * [vitessceR](vitessceR.md) * [vLLM](vLLM.md) @@ -52,6 +54,7 @@ search: * [vt](vt.md) * [VTK](VTK.md) * [VTune](VTune.md) + * [Vulkan](Vulkan.md) *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - *v* - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/versioningit.md b/docs/version-specific/supported-software/v/versioningit.md index 6480278d04..8f9509745e 100644 --- a/docs/version-specific/supported-software/v/versioningit.md +++ b/docs/version-specific/supported-software/v/versioningit.md @@ -14,6 +14,7 @@ version | toolchain ``3.1.2`` | ``GCCcore/13.2.0`` ``3.1.2`` | ``GCCcore/13.3.0`` ``3.2.0`` | ``GCCcore/14.2.0`` +``3.3.0`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/visdom.md b/docs/version-specific/supported-software/v/visdom.md index 84539e6a77..3626c77541 100644 --- a/docs/version-specific/supported-software/v/visdom.md +++ b/docs/version-specific/supported-software/v/visdom.md @@ -11,6 +11,7 @@ A flexible tool for creating, organizing, and sharing visualizations of live, ri version | toolchain --------|---------- ``0.2.4`` | ``foss/2022a`` +``0.2.4`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/v/vsc-mympirun.md b/docs/version-specific/supported-software/v/vsc-mympirun.md index dc3c3c4fff..9339d93a18 100644 --- a/docs/version-specific/supported-software/v/vsc-mympirun.md +++ b/docs/version-specific/supported-software/v/vsc-mympirun.md @@ -24,6 +24,7 @@ version | toolchain ``5.3.0`` | ``system`` ``5.3.1`` | ``system`` ``5.4.0`` | ``system`` +``5.5.0`` | ``system`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/w/Wannier90.md b/docs/version-specific/supported-software/w/Wannier90.md index 5282418585..e1e0bd7740 100644 --- a/docs/version-specific/supported-software/w/Wannier90.md +++ b/docs/version-specific/supported-software/w/Wannier90.md @@ -10,12 +10,14 @@ A tool for obtaining maximally-localised Wannier functions version | toolchain --------|---------- +``3.1.0`` | ``NVHPC/25.1`` ``3.1.0`` | ``foss/2021a`` ``3.1.0`` | ``foss/2021b`` ``3.1.0`` | ``foss/2022a`` ``3.1.0`` | ``foss/2023a`` ``3.1.0`` | ``foss/2024a`` ``3.1.0`` | ``foss/2025a`` +``3.1.0`` | ``foss/2025b`` ``3.1.0`` | ``gomkl/2021a`` ``3.1.0`` | ``gomkl/2022a`` ``3.1.0`` | ``gomkl/2023a`` @@ -27,6 +29,7 @@ version | toolchain ``3.1.0`` | ``intel/2023a`` ``3.1.0`` | ``intel/2024a`` ``3.1.0`` | ``intel/2025a`` +``3.1.0`` | ``intel/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/w/Waylandpp.md b/docs/version-specific/supported-software/w/Waylandpp.md index a3ed6e6390..232d008524 100644 --- a/docs/version-specific/supported-software/w/Waylandpp.md +++ b/docs/version-specific/supported-software/w/Waylandpp.md @@ -13,6 +13,7 @@ version | toolchain ``1.0.0`` | ``GCCcore/11.2.0`` ``1.0.0`` | ``GCCcore/11.3.0`` ``1.0.0`` | ``GCCcore/12.3.0`` +``1.0.1`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/w/WebDataset.md b/docs/version-specific/supported-software/w/WebDataset.md index 268a536fe9..290b4a7d2d 100644 --- a/docs/version-specific/supported-software/w/WebDataset.md +++ b/docs/version-specific/supported-software/w/WebDataset.md @@ -11,6 +11,8 @@ A high-performance Python-based I/O system for large (and small) deep learning p version | toolchain --------|---------- ``0.2.107`` | ``gfbf/2023a`` +``1.0.2`` | ``gfbf/2025a`` +``1.0.2`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/w/websockify.md b/docs/version-specific/supported-software/w/websockify.md index fa67209f1f..b0a55dde63 100644 --- a/docs/version-specific/supported-software/w/websockify.md +++ b/docs/version-specific/supported-software/w/websockify.md @@ -11,6 +11,7 @@ WebSockets support for any application/server version | toolchain --------|---------- ``0.13.0`` | ``gfbf/2023a`` +``0.13.0`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/w/wpebackend-fdo.md b/docs/version-specific/supported-software/w/wpebackend-fdo.md index 503b9b9479..678499ea1a 100644 --- a/docs/version-specific/supported-software/w/wpebackend-fdo.md +++ b/docs/version-specific/supported-software/w/wpebackend-fdo.md @@ -13,6 +13,7 @@ version | toolchain ``1.13.1`` | ``GCCcore/11.2.0`` ``1.14.1`` | ``GCCcore/11.3.0`` ``1.15.90`` | ``GCCcore/12.3.0`` +``1.16.1`` | ``GCCcore/14.2.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/w/wrapt.md b/docs/version-specific/supported-software/w/wrapt.md index 1ae04963ad..a98cf7f008 100644 --- a/docs/version-specific/supported-software/w/wrapt.md +++ b/docs/version-specific/supported-software/w/wrapt.md @@ -17,6 +17,7 @@ version | toolchain ``1.16.0`` | ``GCCcore/13.2.0`` ``1.16.0`` | ``gfbf/2024a`` ``1.17.2`` | ``GCCcore/14.2.0`` +``1.17.3`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/w/wurlitzer.md b/docs/version-specific/supported-software/w/wurlitzer.md index be8ee4da77..c2c88021bb 100644 --- a/docs/version-specific/supported-software/w/wurlitzer.md +++ b/docs/version-specific/supported-software/w/wurlitzer.md @@ -10,6 +10,7 @@ Capture C-level output in context managers For more details on why this is need version | toolchain --------|---------- +``3.1.1`` | ``GCCcore/12.3.0`` ``3.1.1`` | ``GCCcore/13.2.0`` diff --git a/docs/version-specific/supported-software/w/wxWidgets.md b/docs/version-specific/supported-software/w/wxWidgets.md index 2db6c2903e..f5b778a036 100644 --- a/docs/version-specific/supported-software/w/wxWidgets.md +++ b/docs/version-specific/supported-software/w/wxWidgets.md @@ -18,6 +18,8 @@ version | toolchain ``3.2.2.1`` | ``GCC/12.3.0`` ``3.2.6`` | ``GCC/13.2.0`` ``3.2.6`` | ``GCC/13.3.0`` +``3.3.1`` | ``GCCcore/14.2.0`` +``3.3.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/x/XGBoost.md b/docs/version-specific/supported-software/x/XGBoost.md index 2b86c2a149..ca941760e5 100644 --- a/docs/version-specific/supported-software/x/XGBoost.md +++ b/docs/version-specific/supported-software/x/XGBoost.md @@ -19,6 +19,8 @@ version | versionsuffix | toolchain ``2.1.1`` | | ``gfbf/2023b`` ``2.1.3`` | ``-CUDA-12.1.1`` | ``gfbf/2023a`` ``2.1.3`` | | ``gfbf/2023a`` +``3.0.4`` | ``-CUDA-12.6.0`` | ``gfbf/2024a`` +``3.0.4`` | | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/x/XML-LibXML.md b/docs/version-specific/supported-software/x/XML-LibXML.md index 34acd3c3b2..5281806555 100644 --- a/docs/version-specific/supported-software/x/XML-LibXML.md +++ b/docs/version-specific/supported-software/x/XML-LibXML.md @@ -17,6 +17,8 @@ version | toolchain ``2.0209`` | ``GCCcore/12.3.0`` ``2.0210`` | ``GCCcore/13.2.0`` ``2.0210`` | ``GCCcore/13.3.0`` +``2.0210`` | ``GCCcore/14.2.0`` +``2.0210`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/x/XlsxWriter.md b/docs/version-specific/supported-software/x/XlsxWriter.md index e4e93e445b..67f7ab9e31 100644 --- a/docs/version-specific/supported-software/x/XlsxWriter.md +++ b/docs/version-specific/supported-software/x/XlsxWriter.md @@ -17,6 +17,7 @@ version | toolchain ``3.1.3`` | ``GCCcore/12.3.0`` ``3.1.9`` | ``GCCcore/13.2.0`` ``3.2.0`` | ``GCCcore/13.3.0`` +``3.2.9`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/x/Xvfb.md b/docs/version-specific/supported-software/x/Xvfb.md index dbf6343e2d..d1bf492ff0 100644 --- a/docs/version-specific/supported-software/x/Xvfb.md +++ b/docs/version-specific/supported-software/x/Xvfb.md @@ -14,6 +14,7 @@ version | toolchain ``1.20.13`` | ``GCCcore/11.2.0`` ``21.1.14`` | ``GCCcore/13.3.0`` ``21.1.18`` | ``GCCcore/14.2.0`` +``21.1.18`` | ``GCCcore/14.3.0`` ``21.1.3`` | ``GCCcore/11.3.0`` ``21.1.6`` | ``GCCcore/12.2.0`` ``21.1.8`` | ``GCCcore/12.3.0`` diff --git a/docs/version-specific/supported-software/x/index.md b/docs/version-specific/supported-software/x/index.md index 33d8512d1a..8f36812c85 100644 --- a/docs/version-specific/supported-software/x/index.md +++ b/docs/version-specific/supported-software/x/index.md @@ -9,6 +9,7 @@ search: * [X11](X11.md) + * [x11vnc](x11vnc.md) * [x13as](x13as.md) * [x264](x264.md) * [x265](x265.md) @@ -42,6 +43,7 @@ search: * [xtb](xtb.md) * [xtb-IFF](xtb-IFF.md) * [xtensor](xtensor.md) + * [xterm](xterm.md) * [xtrans](xtrans.md) * [Xvfb](Xvfb.md) * [xxd](xxd.md) diff --git a/docs/version-specific/supported-software/x/x11vnc.md b/docs/version-specific/supported-software/x/x11vnc.md new file mode 100644 index 0000000000..65700699a7 --- /dev/null +++ b/docs/version-specific/supported-software/x/x11vnc.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# x11vnc + +x11vnc allows one to view remotely and interact with real X displays (i.e. a display corresponding to a physical monitor, keyboard, and mouse) with any VNC viewer. + +*homepage*: + +version | toolchain +--------|---------- +``0.9.17`` | ``GCCcore/14.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/x/x264.md b/docs/version-specific/supported-software/x/x264.md index 4abb277cdb..04f432c8ad 100644 --- a/docs/version-specific/supported-software/x/x264.md +++ b/docs/version-specific/supported-software/x/x264.md @@ -18,6 +18,7 @@ version | toolchain ``20231019`` | ``GCCcore/13.2.0`` ``20240513`` | ``GCCcore/13.3.0`` ``20250619`` | ``GCCcore/14.2.0`` +``20250831`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/x/xarray.md b/docs/version-specific/supported-software/x/xarray.md index c4bb97ae32..3c79d838cd 100644 --- a/docs/version-specific/supported-software/x/xarray.md +++ b/docs/version-specific/supported-software/x/xarray.md @@ -20,6 +20,7 @@ version | toolchain ``2023.9.0`` | ``gfbf/2023a`` ``2024.11.0`` | ``gfbf/2024a`` ``2024.5.0`` | ``gfbf/2023b`` +``2025.10.0`` | ``gfbf/2025b`` ``2025.7.0`` | ``gfbf/2025a`` diff --git a/docs/version-specific/supported-software/x/xclim.md b/docs/version-specific/supported-software/x/xclim.md index 8506f7eac6..b4d38e01c9 100644 --- a/docs/version-specific/supported-software/x/xclim.md +++ b/docs/version-specific/supported-software/x/xclim.md @@ -11,6 +11,7 @@ xclim is an operational Python library for climate services, providing numerous version | toolchain --------|---------- ``0.55.1`` | ``foss/2024a`` +``0.58.1`` | ``foss/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/x/xpdf.md b/docs/version-specific/supported-software/x/xpdf.md index c5a35c2006..9ca23f36dd 100644 --- a/docs/version-specific/supported-software/x/xpdf.md +++ b/docs/version-specific/supported-software/x/xpdf.md @@ -11,6 +11,7 @@ Xpdf was first released in 1995. It was written, and is still developed, by Dere version | toolchain --------|---------- ``4.04`` | ``GCCcore/12.3.0`` +``4.06`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/x/xprop.md b/docs/version-specific/supported-software/x/xprop.md index 8c451e66a5..f4b5c16b72 100644 --- a/docs/version-specific/supported-software/x/xprop.md +++ b/docs/version-specific/supported-software/x/xprop.md @@ -17,6 +17,8 @@ version | toolchain ``1.2.6`` | ``GCCcore/12.3.0`` ``1.2.7`` | ``GCCcore/13.2.0`` ``1.2.8`` | ``GCCcore/13.3.0`` +``1.2.8`` | ``GCCcore/14.2.0`` +``1.2.8`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/x/xproto.md b/docs/version-specific/supported-software/x/xproto.md index 8e803563ac..fccfdcbb71 100644 --- a/docs/version-specific/supported-software/x/xproto.md +++ b/docs/version-specific/supported-software/x/xproto.md @@ -16,6 +16,7 @@ version | toolchain ``7.0.31`` | ``GCCcore/12.3.0`` ``7.0.31`` | ``GCCcore/13.2.0`` ``7.0.31`` | ``GCCcore/13.3.0`` +``7.0.31`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/x/xtb.md b/docs/version-specific/supported-software/x/xtb.md index c23b5f7da4..86fd7dc62f 100644 --- a/docs/version-specific/supported-software/x/xtb.md +++ b/docs/version-specific/supported-software/x/xtb.md @@ -21,6 +21,7 @@ version | toolchain ``6.6.1`` | ``gfbf/2023a`` ``6.7.0`` | ``gfbf/2023a`` ``6.7.1`` | ``gfbf/2023b`` +``6.7.1`` | ``gfbf/2024a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/x/xterm.md b/docs/version-specific/supported-software/x/xterm.md new file mode 100644 index 0000000000..879876d575 --- /dev/null +++ b/docs/version-specific/supported-software/x/xterm.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# xterm + +X11 terminal emulator for the X Window System + +*homepage*: + +version | toolchain +--------|---------- +``402`` | ``GCCcore/13.3.0`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/x/xxHash.md b/docs/version-specific/supported-software/x/xxHash.md index 87b4f46e07..c20045414d 100644 --- a/docs/version-specific/supported-software/x/xxHash.md +++ b/docs/version-specific/supported-software/x/xxHash.md @@ -16,6 +16,7 @@ version | toolchain ``0.8.2`` | ``GCCcore/12.3.0`` ``0.8.2`` | ``GCCcore/13.2.0`` ``0.8.3`` | ``GCCcore/13.3.0`` +``0.8.3`` | ``GCCcore/14.2.0`` ``0.8.3`` | ``GCCcore/14.3.0`` diff --git a/docs/version-specific/supported-software/y/YACS.md b/docs/version-specific/supported-software/y/YACS.md index 6a1644838a..83fa55f1f8 100644 --- a/docs/version-specific/supported-software/y/YACS.md +++ b/docs/version-specific/supported-software/y/YACS.md @@ -15,6 +15,7 @@ version | toolchain ``0.1.8`` | ``GCCcore/11.3.0`` ``0.1.8`` | ``GCCcore/12.3.0`` ``0.1.8`` | ``GCCcore/13.3.0`` +``0.1.8`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/y/YAXT.md b/docs/version-specific/supported-software/y/YAXT.md index 0190361c5d..8bfeef9050 100644 --- a/docs/version-specific/supported-software/y/YAXT.md +++ b/docs/version-specific/supported-software/y/YAXT.md @@ -12,6 +12,7 @@ version | toolchain --------|---------- ``0.10.0`` | ``gompi/2022b`` ``0.11.3`` | ``gompi/2024a`` +``0.11.4`` | ``gompi/2025b`` ``0.9.1`` | ``gompi/2021a`` ``0.9.2`` | ``iimpi/2021b`` ``0.9.2.1`` | ``gompi/2021b`` diff --git a/docs/version-specific/supported-software/y/index.md b/docs/version-specific/supported-software/y/index.md index 0de85035df..e1c322acba 100644 --- a/docs/version-specific/supported-software/y/index.md +++ b/docs/version-specific/supported-software/y/index.md @@ -22,6 +22,7 @@ search: * [Yices](Yices.md) * [yMMSL-dot](yMMSL-dot.md) * [YODA](YODA.md) + * [yq](yq.md) * [yt](yt.md) diff --git a/docs/version-specific/supported-software/y/yq.md b/docs/version-specific/supported-software/y/yq.md new file mode 100644 index 0000000000..047cbc7a7b --- /dev/null +++ b/docs/version-specific/supported-software/y/yq.md @@ -0,0 +1,17 @@ +--- +search: + boost: 0.5 +--- +# yq + +yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor. + +*homepage*: + +version | toolchain +--------|---------- +``4.48.1`` | ``system`` + + +*(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* + diff --git a/docs/version-specific/supported-software/y/yt.md b/docs/version-specific/supported-software/y/yt.md index 25cb28ec4b..df05162cd3 100644 --- a/docs/version-specific/supported-software/y/yt.md +++ b/docs/version-specific/supported-software/y/yt.md @@ -11,6 +11,7 @@ yt is an open-source, permissively-licensed python package for analyzing and vis version | toolchain --------|---------- ``4.3.0`` | ``foss/2022a`` +``4.4.1`` | ``foss/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/z/Zoltan.md b/docs/version-specific/supported-software/z/Zoltan.md index 24eb0ad28d..4f60a5e46a 100644 --- a/docs/version-specific/supported-software/z/Zoltan.md +++ b/docs/version-specific/supported-software/z/Zoltan.md @@ -11,6 +11,8 @@ Zoltan Dynamic Load Balancing and Graph Algorithm Toolkit version | toolchain --------|---------- ``3.901`` | ``foss/2023a`` +``3.901`` | ``foss/2024a`` +``3.901`` | ``foss/2025a`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/z/Zopfli.md b/docs/version-specific/supported-software/z/Zopfli.md index d3c04fbac1..5e9a34bc5f 100644 --- a/docs/version-specific/supported-software/z/Zopfli.md +++ b/docs/version-specific/supported-software/z/Zopfli.md @@ -12,8 +12,10 @@ version | toolchain --------|---------- ``1.0.3`` | ``GCCcore/10.3.0`` ``1.0.3`` | ``GCCcore/11.3.0`` +``1.0.3`` | ``GCCcore/12.2.0`` ``1.0.3`` | ``GCCcore/12.3.0`` ``1.0.3`` | ``GCCcore/13.2.0`` +``1.0.3`` | ``GCCcore/13.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/z/zarr.md b/docs/version-specific/supported-software/z/zarr.md index 3d940a5ad1..ee0307304d 100644 --- a/docs/version-specific/supported-software/z/zarr.md +++ b/docs/version-specific/supported-software/z/zarr.md @@ -19,6 +19,8 @@ version | toolchain ``2.18.4`` | ``foss/2023b`` ``2.18.4`` | ``foss/2024a`` ``3.0.10`` | ``foss/2025a`` +``3.1.1`` | ``gfbf/2025a`` +``3.1.5`` | ``gfbf/2025b`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/z/zfp.md b/docs/version-specific/supported-software/z/zfp.md index c2d42b3fd1..656a14c7aa 100644 --- a/docs/version-specific/supported-software/z/zfp.md +++ b/docs/version-specific/supported-software/z/zfp.md @@ -14,6 +14,9 @@ version | toolchain ``1.0.0`` | ``GCCcore/11.3.0`` ``1.0.1`` | ``GCCcore/12.3.0`` ``1.0.1`` | ``GCCcore/13.2.0`` +``1.0.1`` | ``GCCcore/13.3.0`` +``1.0.1`` | ``GCCcore/14.2.0`` +``1.0.1`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/supported-software/z/zlib-ng.md b/docs/version-specific/supported-software/z/zlib-ng.md index f2b0543e6c..18054b6e23 100644 --- a/docs/version-specific/supported-software/z/zlib-ng.md +++ b/docs/version-specific/supported-software/z/zlib-ng.md @@ -16,6 +16,7 @@ version | toolchain ``2.2.1`` | ``GCCcore/13.3.0`` ``2.2.2`` | ``GCCcore/13.2.0`` ``2.2.4`` | ``GCCcore/14.2.0`` +``2.2.5`` | ``GCCcore/14.3.0`` *(quick links: [(all)](../index.md) - [0](../0/index.md) - [a](../a/index.md) - [b](../b/index.md) - [c](../c/index.md) - [d](../d/index.md) - [e](../e/index.md) - [f](../f/index.md) - [g](../g/index.md) - [h](../h/index.md) - [i](../i/index.md) - [j](../j/index.md) - [k](../k/index.md) - [l](../l/index.md) - [m](../m/index.md) - [n](../n/index.md) - [o](../o/index.md) - [p](../p/index.md) - [q](../q/index.md) - [r](../r/index.md) - [s](../s/index.md) - [t](../t/index.md) - [u](../u/index.md) - [v](../v/index.md) - [w](../w/index.md) - [x](../x/index.md) - [y](../y/index.md) - [z](../z/index.md))* diff --git a/docs/version-specific/toolchain-opts.md b/docs/version-specific/toolchain-opts.md index 24478732d0..785175e943 100644 --- a/docs/version-specific/toolchain-opts.md +++ b/docs/version-specific/toolchain-opts.md @@ -2,7 +2,7 @@ *(see also* ``eb --avail-toolchain-opts `` *)* -[cgmpich](#cgmpich) - [cgmpolf](#cgmpolf) - [cgmvapich2](#cgmvapich2) - [cgmvolf](#cgmvolf) - [cgompi](#cgompi) - [cgoolf](#cgoolf) - [ClangGCC](#clanggcc) - [CrayCCE](#craycce) - [CrayGNU](#craygnu) - [CrayIntel](#crayintel) - [CrayPGI](#craypgi) - [FCC](#fcc) - [ffmpi](#ffmpi) - [foss](#foss) - [fosscuda](#fosscuda) - [Fujitsu](#fujitsu) - [GCC](#gcc) - [GCCcore](#gcccore) - [gcccuda](#gcccuda) - [gfbf](#gfbf) - [gimkl](#gimkl) - [gimpi](#gimpi) - [gimpic](#gimpic) - [giolf](#giolf) - [giolfc](#giolfc) - [gmacml](#gmacml) - [gmkl](#gmkl) - [gmklc](#gmklc) - [gmpflf](#gmpflf) - [gmpich](#gmpich) - [gmpich2](#gmpich2) - [gmpit](#gmpit) - [gmpolf](#gmpolf) - [gmvapich2](#gmvapich2) - [gmvolf](#gmvolf) - [GNU](#gnu) - [goalf](#goalf) - [gobff](#gobff) - [goblf](#goblf) - [gofbf](#gofbf) - [golf](#golf) - [golfc](#golfc) - [gomkl](#gomkl) - [gomklc](#gomklc) - [gompi](#gompi) - [gompic](#gompic) - [goolf](#goolf) - [goolfc](#goolfc) - [gpsmpi](#gpsmpi) - [gpsolf](#gpsolf) - [gqacml](#gqacml) - [gsmpi](#gsmpi) - [gsolf](#gsolf) - [iccifort](#iccifort) - [iccifortcuda](#iccifortcuda) - [ictce](#ictce) - [ifbf](#ifbf) - [iibff](#iibff) - [iimkl](#iimkl) - [iimklc](#iimklc) - [iimpi](#iimpi) - [iimpic](#iimpic) - [iiqmpi](#iiqmpi) - [impich](#impich) - [impmkl](#impmkl) - [intel-compilers](#intel-compilers) - [intel-para](#intel-para) - [intel](#intel) - [intelcuda](#intelcuda) - [iofbf](#iofbf) - [iomkl](#iomkl) - [iomklc](#iomklc) - [iompi](#iompi) - [iompic](#iompic) - [ipsmpi](#ipsmpi) - [iqacml](#iqacml) - [ismkl](#ismkl) - [NVHPC](#nvhpc) - [nvofbf](#nvofbf) - [nvompi](#nvompi) - [nvompic](#nvompic) - [nvpsmpi](#nvpsmpi) - [nvpsmpic](#nvpsmpic) - [PGI](#pgi) - [pmkl](#pmkl) - [pomkl](#pomkl) - [pompi](#pompi) - [system](#system) - [xlcxlf](#xlcxlf) - [xlmpich](#xlmpich) - [xlmpich2](#xlmpich2) - [xlmvapich2](#xlmvapich2) - [xlompi](#xlompi) +[cgmpich](#cgmpich) - [cgmpolf](#cgmpolf) - [cgmvapich2](#cgmvapich2) - [cgmvolf](#cgmvolf) - [cgompi](#cgompi) - [cgoolf](#cgoolf) - [ClangGCC](#clanggcc) - [CrayCCE](#craycce) - [CrayGNU](#craygnu) - [CrayIntel](#crayintel) - [CrayPGI](#craypgi) - [FCC](#fcc) - [ffmpi](#ffmpi) - [foss](#foss) - [fosscuda](#fosscuda) - [Fujitsu](#fujitsu) - [GCC](#gcc) - [GCCcore](#gcccore) - [gcccuda](#gcccuda) - [gfbf](#gfbf) - [gimkl](#gimkl) - [gimpi](#gimpi) - [gimpic](#gimpic) - [giolf](#giolf) - [giolfc](#giolfc) - [gmacml](#gmacml) - [gmkl](#gmkl) - [gmklc](#gmklc) - [gmpflf](#gmpflf) - [gmpich](#gmpich) - [gmpich2](#gmpich2) - [gmpit](#gmpit) - [gmpolf](#gmpolf) - [gmvapich2](#gmvapich2) - [gmvolf](#gmvolf) - [GNU](#gnu) - [goalf](#goalf) - [gobff](#gobff) - [goblf](#goblf) - [gofbf](#gofbf) - [golf](#golf) - [golfc](#golfc) - [gomkl](#gomkl) - [gomklc](#gomklc) - [gompi](#gompi) - [gompic](#gompic) - [goolf](#goolf) - [goolfc](#goolfc) - [gpsmpi](#gpsmpi) - [gpsolf](#gpsolf) - [gqacml](#gqacml) - [gsmpi](#gsmpi) - [gsolf](#gsolf) - [iccifort](#iccifort) - [iccifortcuda](#iccifortcuda) - [ictce](#ictce) - [ifbf](#ifbf) - [iibff](#iibff) - [iimkl](#iimkl) - [iimklc](#iimklc) - [iimpi](#iimpi) - [iimpic](#iimpic) - [iiqmpi](#iiqmpi) - [impich](#impich) - [impmkl](#impmkl) - [intel-compilers](#intel-compilers) - [intel-para](#intel-para) - [intel](#intel) - [intelcuda](#intelcuda) - [iofbf](#iofbf) - [iomkl](#iomkl) - [iomklc](#iomklc) - [iompi](#iompi) - [iompic](#iompic) - [ipsmpi](#ipsmpi) - [iqacml](#iqacml) - [ismkl](#ismkl) - [lfbf](#lfbf) - [lfoss](#lfoss) - [llvm-compilers](#llvm-compilers) - [lmpflf](#lmpflf) - [lmpich](#lmpich) - [lompi](#lompi) - [NVHPC](#nvhpc) - [nvidia-compilers](#nvidia-compilers) - [nvofbf](#nvofbf) - [nvompi](#nvompi) - [nvompic](#nvompic) - [nvpsmpi](#nvpsmpi) - [nvpsmpic](#nvpsmpic) - [PGI](#pgi) - [pmkl](#pmkl) - [pomkl](#pomkl) - [pompi](#pompi) - [system](#system) - [xlcxlf](#xlcxlf) - [xlmpich](#xlmpich) - [xlmpich2](#xlmpich2) - [xlmvapich2](#xlmvapich2) - [xlompi](#xlompi) ## cgmpich @@ -3311,10 +3311,318 @@ option |description ``verbose`` |Verbose output |``False`` ``veryloose`` |Very loose precision |``False`` +## lfbf + +### Available options for lfbf toolchain + +option |description |default +---------------------------|---------------------------------------------------------------------------------------------------------------------|--------- +``basic-block-vectorize`` |Basic block vectorization |``False`` +``cciscxx`` |Use CC as CXX |``False`` +``cstd`` |Specify C standard |``None`` +``debug`` |Keep debug symbols |``None`` +``defaultopt`` |Default compiler optimizations |``False`` +``defaultprec`` |Default precision |``False`` +``extra_cflags`` |Specify extra CFLAGS options. |``None`` +``extra_cxxflags`` |Specify extra CXXFLAGS options. |``None`` +``extra_f90flags`` |Specify extra F90FLAGS options. |``None`` +``extra_fcflags`` |Specify extra FCFLAGS options. |``None`` +``extra_fflags`` |Specify extra FFLAGS options. |``None`` +``i8`` |Integers are 8 byte integers |``False`` +``ieee`` |Adhere to IEEE-754 rules |``False`` +``lld_undefined_version`` |-Wl,--undefined-version - Allow unused version in version script |``False`` +``loop-vectorize`` |Loop vectorization |``False`` +``loose`` |Loose precision |``False`` +``lowopt`` |Low compiler optimizations |``False`` +``no_int_conversion_error``|-Wno-error=int-conversion - Avoid some failures that are normally ignored by GCC |``True`` +``no_unused_args`` |-Wno-unused-command-line-argument - Avoid some failures in CMake correctly recognizing feature due to linker warnings|``True`` +``noopt`` |Disable compiler optimizations |``False`` +``openmp`` |Enable OpenMP |``False`` +``opt`` |High compiler optimizations |``False`` +``optarch`` |Enable architecture optimizations |``True`` +``packed-linker-options`` |Pack the linker options as comma separated list |``False`` +``pic`` |Use PIC |``False`` +``precise`` |High precision |``False`` +``r8`` |Real is 8 byte real |``False`` +``rpath`` |Use RPATH wrappers when --rpath is enabled in EasyBuild configuration |``True`` +``search-path-cpp-headers``|Search path used at build time for include directories |``None`` +``search-path-linker`` |Search path used at build time by the linker for libraries |``None`` +``shared`` |Build shared library |``False`` +``static`` |Build static library |``False`` +``strict`` |Strict (highest) precision |``False`` +``unroll`` |Unroll loops |``False`` +``vectorize`` |Enable compiler auto-vectorization, default except for noopt and lowopt |``None`` +``verbose`` |Verbose output |``False`` +``veryloose`` |Very loose precision |``False`` + +## lfoss + +### Available options for lfoss toolchain + +option |description |default +---------------------------|---------------------------------------------------------------------------------------------------------------------|--------- +``basic-block-vectorize`` |Basic block vectorization |``False`` +``cciscxx`` |Use CC as CXX |``False`` +``cstd`` |Specify C standard |``None`` +``debug`` |Keep debug symbols |``None`` +``defaultopt`` |Default compiler optimizations |``False`` +``defaultprec`` |Default precision |``False`` +``extra_cflags`` |Specify extra CFLAGS options. |``None`` +``extra_cxxflags`` |Specify extra CXXFLAGS options. |``None`` +``extra_f90flags`` |Specify extra F90FLAGS options. |``None`` +``extra_fcflags`` |Specify extra FCFLAGS options. |``None`` +``extra_fflags`` |Specify extra FFLAGS options. |``None`` +``i8`` |Integers are 8 byte integers |``False`` +``ieee`` |Adhere to IEEE-754 rules |``False`` +``lld_undefined_version`` |-Wl,--undefined-version - Allow unused version in version script |``False`` +``loop-vectorize`` |Loop vectorization |``False`` +``loose`` |Loose precision |``False`` +``lowopt`` |Low compiler optimizations |``False`` +``no_int_conversion_error``|-Wno-error=int-conversion - Avoid some failures that are normally ignored by GCC |``True`` +``no_unused_args`` |-Wno-unused-command-line-argument - Avoid some failures in CMake correctly recognizing feature due to linker warnings|``True`` +``noopt`` |Disable compiler optimizations |``False`` +``openmp`` |Enable OpenMP |``False`` +``opt`` |High compiler optimizations |``False`` +``optarch`` |Enable architecture optimizations |``True`` +``packed-linker-options`` |Pack the linker options as comma separated list |``False`` +``pic`` |Use PIC |``False`` +``precise`` |High precision |``False`` +``r8`` |Real is 8 byte real |``False`` +``rpath`` |Use RPATH wrappers when --rpath is enabled in EasyBuild configuration |``True`` +``search-path-cpp-headers``|Search path used at build time for include directories |``None`` +``search-path-linker`` |Search path used at build time by the linker for libraries |``None`` +``shared`` |Build shared library |``False`` +``static`` |Build static library |``False`` +``strict`` |Strict (highest) precision |``False`` +``unroll`` |Unroll loops |``False`` +``usempi`` |Use MPI compiler as default compiler |``False`` +``vectorize`` |Enable compiler auto-vectorization, default except for noopt and lowopt |``None`` +``verbose`` |Verbose output |``False`` +``veryloose`` |Very loose precision |``False`` + +## llvm-compilers + +### Available options for llvm-compilers toolchain + +option |description |default +---------------------------|---------------------------------------------------------------------------------------------------------------------|--------- +``basic-block-vectorize`` |Basic block vectorization |``False`` +``cciscxx`` |Use CC as CXX |``False`` +``cstd`` |Specify C standard |``None`` +``debug`` |Keep debug symbols |``None`` +``defaultopt`` |Default compiler optimizations |``False`` +``defaultprec`` |Default precision |``False`` +``extra_cflags`` |Specify extra CFLAGS options. |``None`` +``extra_cxxflags`` |Specify extra CXXFLAGS options. |``None`` +``extra_f90flags`` |Specify extra F90FLAGS options. |``None`` +``extra_fcflags`` |Specify extra FCFLAGS options. |``None`` +``extra_fflags`` |Specify extra FFLAGS options. |``None`` +``i8`` |Integers are 8 byte integers |``False`` +``ieee`` |Adhere to IEEE-754 rules |``False`` +``lld_undefined_version`` |-Wl,--undefined-version - Allow unused version in version script |``False`` +``loop-vectorize`` |Loop vectorization |``False`` +``loose`` |Loose precision |``False`` +``lowopt`` |Low compiler optimizations |``False`` +``no_int_conversion_error``|-Wno-error=int-conversion - Avoid some failures that are normally ignored by GCC |``True`` +``no_unused_args`` |-Wno-unused-command-line-argument - Avoid some failures in CMake correctly recognizing feature due to linker warnings|``True`` +``noopt`` |Disable compiler optimizations |``False`` +``openmp`` |Enable OpenMP |``False`` +``opt`` |High compiler optimizations |``False`` +``optarch`` |Enable architecture optimizations |``True`` +``packed-linker-options`` |Pack the linker options as comma separated list |``False`` +``pic`` |Use PIC |``False`` +``precise`` |High precision |``False`` +``r8`` |Real is 8 byte real |``False`` +``rpath`` |Use RPATH wrappers when --rpath is enabled in EasyBuild configuration |``True`` +``search-path-cpp-headers``|Search path used at build time for include directories |``None`` +``search-path-linker`` |Search path used at build time by the linker for libraries |``None`` +``shared`` |Build shared library |``False`` +``static`` |Build static library |``False`` +``strict`` |Strict (highest) precision |``False`` +``unroll`` |Unroll loops |``False`` +``vectorize`` |Enable compiler auto-vectorization, default except for noopt and lowopt |``None`` +``verbose`` |Verbose output |``False`` +``veryloose`` |Very loose precision |``False`` + +## lmpflf + +### Available options for lmpflf toolchain + +option |description |default +---------------------------|---------------------------------------------------------------------------------------------------------------------|--------- +``basic-block-vectorize`` |Basic block vectorization |``False`` +``cciscxx`` |Use CC as CXX |``False`` +``cstd`` |Specify C standard |``None`` +``debug`` |Keep debug symbols |``None`` +``defaultopt`` |Default compiler optimizations |``False`` +``defaultprec`` |Default precision |``False`` +``extra_cflags`` |Specify extra CFLAGS options. |``None`` +``extra_cxxflags`` |Specify extra CXXFLAGS options. |``None`` +``extra_f90flags`` |Specify extra F90FLAGS options. |``None`` +``extra_fcflags`` |Specify extra FCFLAGS options. |``None`` +``extra_fflags`` |Specify extra FFLAGS options. |``None`` +``i8`` |Integers are 8 byte integers |``False`` +``ieee`` |Adhere to IEEE-754 rules |``False`` +``lld_undefined_version`` |-Wl,--undefined-version - Allow unused version in version script |``False`` +``loop-vectorize`` |Loop vectorization |``False`` +``loose`` |Loose precision |``False`` +``lowopt`` |Low compiler optimizations |``False`` +``no_int_conversion_error``|-Wno-error=int-conversion - Avoid some failures that are normally ignored by GCC |``True`` +``no_unused_args`` |-Wno-unused-command-line-argument - Avoid some failures in CMake correctly recognizing feature due to linker warnings|``True`` +``noopt`` |Disable compiler optimizations |``False`` +``openmp`` |Enable OpenMP |``False`` +``opt`` |High compiler optimizations |``False`` +``optarch`` |Enable architecture optimizations |``True`` +``packed-linker-options`` |Pack the linker options as comma separated list |``False`` +``pic`` |Use PIC |``False`` +``precise`` |High precision |``False`` +``r8`` |Real is 8 byte real |``False`` +``rpath`` |Use RPATH wrappers when --rpath is enabled in EasyBuild configuration |``True`` +``search-path-cpp-headers``|Search path used at build time for include directories |``None`` +``search-path-linker`` |Search path used at build time by the linker for libraries |``None`` +``shared`` |Build shared library |``False`` +``static`` |Build static library |``False`` +``strict`` |Strict (highest) precision |``False`` +``unroll`` |Unroll loops |``False`` +``usempi`` |Use MPI compiler as default compiler |``False`` +``vectorize`` |Enable compiler auto-vectorization, default except for noopt and lowopt |``None`` +``verbose`` |Verbose output |``False`` +``veryloose`` |Very loose precision |``False`` + +## lmpich + +### Available options for lmpich toolchain + +option |description |default +---------------------------|---------------------------------------------------------------------------------------------------------------------|--------- +``basic-block-vectorize`` |Basic block vectorization |``False`` +``cciscxx`` |Use CC as CXX |``False`` +``cstd`` |Specify C standard |``None`` +``debug`` |Keep debug symbols |``None`` +``defaultopt`` |Default compiler optimizations |``False`` +``defaultprec`` |Default precision |``False`` +``extra_cflags`` |Specify extra CFLAGS options. |``None`` +``extra_cxxflags`` |Specify extra CXXFLAGS options. |``None`` +``extra_f90flags`` |Specify extra F90FLAGS options. |``None`` +``extra_fcflags`` |Specify extra FCFLAGS options. |``None`` +``extra_fflags`` |Specify extra FFLAGS options. |``None`` +``i8`` |Integers are 8 byte integers |``False`` +``ieee`` |Adhere to IEEE-754 rules |``False`` +``lld_undefined_version`` |-Wl,--undefined-version - Allow unused version in version script |``False`` +``loop-vectorize`` |Loop vectorization |``False`` +``loose`` |Loose precision |``False`` +``lowopt`` |Low compiler optimizations |``False`` +``no_int_conversion_error``|-Wno-error=int-conversion - Avoid some failures that are normally ignored by GCC |``True`` +``no_unused_args`` |-Wno-unused-command-line-argument - Avoid some failures in CMake correctly recognizing feature due to linker warnings|``True`` +``noopt`` |Disable compiler optimizations |``False`` +``openmp`` |Enable OpenMP |``False`` +``opt`` |High compiler optimizations |``False`` +``optarch`` |Enable architecture optimizations |``True`` +``packed-linker-options`` |Pack the linker options as comma separated list |``False`` +``pic`` |Use PIC |``False`` +``precise`` |High precision |``False`` +``r8`` |Real is 8 byte real |``False`` +``rpath`` |Use RPATH wrappers when --rpath is enabled in EasyBuild configuration |``True`` +``search-path-cpp-headers``|Search path used at build time for include directories |``None`` +``search-path-linker`` |Search path used at build time by the linker for libraries |``None`` +``shared`` |Build shared library |``False`` +``static`` |Build static library |``False`` +``strict`` |Strict (highest) precision |``False`` +``unroll`` |Unroll loops |``False`` +``usempi`` |Use MPI compiler as default compiler |``False`` +``vectorize`` |Enable compiler auto-vectorization, default except for noopt and lowopt |``None`` +``verbose`` |Verbose output |``False`` +``veryloose`` |Very loose precision |``False`` + +## lompi + +### Available options for lompi toolchain + +option |description |default +---------------------------|---------------------------------------------------------------------------------------------------------------------|--------- +``basic-block-vectorize`` |Basic block vectorization |``False`` +``cciscxx`` |Use CC as CXX |``False`` +``cstd`` |Specify C standard |``None`` +``debug`` |Keep debug symbols |``None`` +``defaultopt`` |Default compiler optimizations |``False`` +``defaultprec`` |Default precision |``False`` +``extra_cflags`` |Specify extra CFLAGS options. |``None`` +``extra_cxxflags`` |Specify extra CXXFLAGS options. |``None`` +``extra_f90flags`` |Specify extra F90FLAGS options. |``None`` +``extra_fcflags`` |Specify extra FCFLAGS options. |``None`` +``extra_fflags`` |Specify extra FFLAGS options. |``None`` +``i8`` |Integers are 8 byte integers |``False`` +``ieee`` |Adhere to IEEE-754 rules |``False`` +``lld_undefined_version`` |-Wl,--undefined-version - Allow unused version in version script |``False`` +``loop-vectorize`` |Loop vectorization |``False`` +``loose`` |Loose precision |``False`` +``lowopt`` |Low compiler optimizations |``False`` +``no_int_conversion_error``|-Wno-error=int-conversion - Avoid some failures that are normally ignored by GCC |``True`` +``no_unused_args`` |-Wno-unused-command-line-argument - Avoid some failures in CMake correctly recognizing feature due to linker warnings|``True`` +``noopt`` |Disable compiler optimizations |``False`` +``openmp`` |Enable OpenMP |``False`` +``opt`` |High compiler optimizations |``False`` +``optarch`` |Enable architecture optimizations |``True`` +``packed-linker-options`` |Pack the linker options as comma separated list |``False`` +``pic`` |Use PIC |``False`` +``precise`` |High precision |``False`` +``r8`` |Real is 8 byte real |``False`` +``rpath`` |Use RPATH wrappers when --rpath is enabled in EasyBuild configuration |``True`` +``search-path-cpp-headers``|Search path used at build time for include directories |``None`` +``search-path-linker`` |Search path used at build time by the linker for libraries |``None`` +``shared`` |Build shared library |``False`` +``static`` |Build static library |``False`` +``strict`` |Strict (highest) precision |``False`` +``unroll`` |Unroll loops |``False`` +``usempi`` |Use MPI compiler as default compiler |``False`` +``vectorize`` |Enable compiler auto-vectorization, default except for noopt and lowopt |``None`` +``verbose`` |Verbose output |``False`` +``veryloose`` |Very loose precision |``False`` + ## NVHPC ### Available options for NVHPC toolchain +option |description |default +---------------------------|-----------------------------------------------------------------------|--------- +``cciscxx`` |Use CC as CXX |``False`` +``cstd`` |Specify C standard |``None`` +``debug`` |Keep debug symbols |``None`` +``defaultopt`` |Default compiler optimizations |``False`` +``defaultprec`` |Default precision |``False`` +``extra_cflags`` |Specify extra CFLAGS options. |``None`` +``extra_cxxflags`` |Specify extra CXXFLAGS options. |``None`` +``extra_f90flags`` |Specify extra F90FLAGS options. |``None`` +``extra_fcflags`` |Specify extra FCFLAGS options. |``None`` +``extra_fflags`` |Specify extra FFLAGS options. |``None`` +``i8`` |Integers are 8 byte integers |``False`` +``ieee`` |Adhere to IEEE-754 rules |``False`` +``loose`` |Loose precision |``False`` +``lowopt`` |Low compiler optimizations |``False`` +``noopt`` |Disable compiler optimizations |``False`` +``openmp`` |Enable OpenMP |``False`` +``opt`` |High compiler optimizations |``False`` +``optarch`` |Enable architecture optimizations |``True`` +``packed-linker-options`` |Pack the linker options as comma separated list |``False`` +``pic`` |Use PIC |``False`` +``precise`` |High precision |``False`` +``r8`` |Real is 8 byte real |``False`` +``rpath`` |Use RPATH wrappers when --rpath is enabled in EasyBuild configuration |``True`` +``search-path-cpp-headers``|Search path used at build time for include directories |``None`` +``search-path-linker`` |Search path used at build time by the linker for libraries |``None`` +``shared`` |Build shared library |``False`` +``static`` |Build static library |``False`` +``strict`` |Strict (highest) precision |``False`` +``unroll`` |Unroll loops |``False`` +``usempi`` |Use MPI compiler as default compiler |``False`` +``vectorize`` |Enable compiler auto-vectorization, default except for noopt and lowopt|``None`` +``verbose`` |Verbose output |``False`` +``veryloose`` |Very loose precision |``False`` + +## nvidia-compilers + +### Available options for nvidia-compilers toolchain + option |description |default ---------------------------|-----------------------------------------------------------------------|--------- ``cciscxx`` |Use CC as CXX |``False`` diff --git a/docs/version-specific/toolchains.md b/docs/version-specific/toolchains.md index f761c965b2..05ac2f681c 100644 --- a/docs/version-specific/toolchains.md +++ b/docs/version-specific/toolchains.md @@ -1,99 +1,106 @@ # List of known toolchains {: #toolchains_table } -Name |Compiler(s) |MPI |Linear algebra |FFT --------------------|----------------|-------------|-------------------------|-------- -**cgmpich** |Clang, GCC |MPICH |*(none)* |*(none)* -**cgmpolf** |Clang, GCC |MPICH |OpenBLAS, ScaLAPACK |FFTW -**cgmvapich2** |Clang, GCC |MVAPICH2 |*(none)* |*(none)* -**cgmvolf** |Clang, GCC |MVAPICH2 |OpenBLAS, ScaLAPACK |FFTW -**cgompi** |Clang, GCC |OpenMPI |*(none)* |*(none)* -**cgoolf** |Clang, GCC |OpenMPI |OpenBLAS, ScaLAPACK |FFTW -**ClangGCC** |Clang, GCC |*(none)* |*(none)* |*(none)* -**CrayCCE** |PrgEnv-cray |cray-mpich |cray-libsci |*(none)* -**CrayGNU** |PrgEnv-gnu |cray-mpich |cray-libsci |*(none)* -**CrayIntel** |PrgEnv-intel |cray-mpich |cray-libsci |*(none)* -**CrayPGI** |PrgEnv-pgi |cray-mpich |cray-libsci |*(none)* -**FCC** |lang |*(none)* |*(none)* |*(none)* -**ffmpi** |FCC |*(none)* |*(none)* |*(none)* -**foss** |GCC |OpenMPI |FlexiBLAS, ScaLAPACK |FFTW -**fosscuda** |GCC, CUDA |OpenMPI |OpenBLAS, ScaLAPACK |FFTW -**Fujitsu** |FCC |*(none)* |*(none)* |FFTW -**GCC** |GCC |*(none)* |*(none)* |*(none)* -**GCCcore** |GCCcore |*(none)* |*(none)* |*(none)* -**gcccuda** |GCC, CUDA |*(none)* |*(none)* |*(none)* -**gfbf** |GCC |*(none)* |FlexiBLAS |FFTW -**gimkl** |GCC |impi |imkl |imkl -**gimpi** |GCC |impi |*(none)* |*(none)* -**gimpic** |GCC, CUDA |impi |*(none)* |*(none)* -**giolf** |GCC |impi |OpenBLAS, ScaLAPACK |FFTW -**giolfc** |GCC, CUDA |impi |OpenBLAS, ScaLAPACK |FFTW -**gmacml** |GCC |MVAPICH2 |ACML, ScaLAPACK |FFTW -**gmkl** |GCC |*(none)* |imkl |imkl -**gmklc** |GCC, CUDA |*(none)* |imkl |imkl -**gmpflf** |GCC |MPICH |FlexiBLAS, ScaLAPACK |FFTW -**gmpich** |GCC |MPICH |*(none)* |*(none)* -**gmpich2** |GCC |MPICH2 |*(none)* |*(none)* -**gmpit** |GCC |MPItrampoline|*(none)* |*(none)* -**gmpolf** |GCC |MPICH |OpenBLAS, ScaLAPACK |FFTW -**gmvapich2** |GCC |MVAPICH2 |*(none)* |*(none)* -**gmvolf** |GCC |MVAPICH2 |OpenBLAS, ScaLAPACK |FFTW -**GNU** |GCC |*(none)* |*(none)* |*(none)* -**goalf** |GCC |OpenMPI |ATLAS, ScaLAPACK |FFTW -**gobff** |GCC |OpenMPI |BLIS, libFLAME, ScaLAPACK|FFTW -**goblf** |GCC |OpenMPI |BLIS, LAPACK, ScaLAPACK |FFTW -**gofbf** |GCC |OpenMPI |FlexiBLAS, ScaLAPACK |FFTW -**golf** |GCC |*(none)* |OpenBLAS |FFTW -**golfc** |GCC, CUDA |*(none)* |OpenBLAS |FFTW -**gomkl** |GCC |OpenMPI |imkl |imkl -**gomklc** |GCC, CUDA |OpenMPI |imkl |imkl -**gompi** |GCC |OpenMPI |*(none)* |*(none)* -**gompic** |GCC, CUDA |OpenMPI |*(none)* |*(none)* -**goolf** |GCC |OpenMPI |OpenBLAS, ScaLAPACK |FFTW -**goolfc** |GCC, CUDA |OpenMPI |OpenBLAS, ScaLAPACK |FFTW -**gpsmpi** |GCC |psmpi |*(none)* |*(none)* -**gpsolf** |GCC |psmpi |OpenBLAS, ScaLAPACK |FFTW -**gqacml** |GCC |QLogicMPI |ACML, ScaLAPACK |FFTW -**gsmpi** |GCC |SpectrumMPI |*(none)* |*(none)* -**gsolf** |GCC |SpectrumMPI |OpenBLAS, ScaLAPACK |FFTW -**iccifort** |icc, ifort |*(none)* |*(none)* |*(none)* -**iccifortcuda** |icc, ifort, CUDA|*(none)* |*(none)* |*(none)* -**ictce** |icc, ifort |impi |imkl |imkl -**ifbf** |intel-compilers |*(none)* |FlexiBLAS |FFTW -**iibff** |icc, ifort |impi |BLIS, libFLAME, ScaLAPACK|FFTW -**iimkl** |icc, ifort |*(none)* |imkl |imkl -**iimklc** |icc, ifort |*(none)* |imkl |imkl -**iimpi** |icc, ifort |impi |*(none)* |*(none)* -**iimpic** |icc, ifort, CUDA|impi |*(none)* |*(none)* -**iiqmpi** |icc, ifort |QLogicMPI |*(none)* |*(none)* -**impich** |icc, ifort |MPICH |*(none)* |*(none)* -**impmkl** |icc, ifort |MPICH |imkl |imkl -**intel** |icc, ifort |impi |imkl |imkl -**intel-compilers**|intel-compilers |*(none)* |*(none)* |*(none)* -**intel-para** |icc, ifort |psmpi |imkl |imkl -**intelcuda** |icc, ifort, CUDA|impi |imkl |imkl -**iofbf** |icc, ifort |OpenMPI |FlexiBLAS, ScaLAPACK |FFTW -**iomkl** |icc, ifort |OpenMPI |imkl |imkl -**iomklc** |icc, ifort, CUDA|OpenMPI |imkl |imkl -**iompi** |icc, ifort |OpenMPI |*(none)* |*(none)* -**iompic** |icc, ifort, CUDA|OpenMPI |*(none)* |*(none)* -**ipsmpi** |icc, ifort |psmpi |*(none)* |*(none)* -**iqacml** |icc, ifort |QLogicMPI |ACML, ScaLAPACK |FFTW -**ismkl** |icc, ifort |MPICH2 |imkl |imkl -**NVHPC** |NVHPC |*(none)* |*(none)* |*(none)* -**nvofbf** |NVHPC |OpenMPI |FlexiBLAS, ScaLAPACK |FFTW -**nvompi** |NVHPC |OpenMPI |*(none)* |*(none)* -**nvompic** |NVHPC |OpenMPI |*(none)* |*(none)* -**nvpsmpi** |NVHPC |psmpi |*(none)* |*(none)* -**nvpsmpic** |NVHPC |psmpi |*(none)* |*(none)* -**PGI** |PGI |*(none)* |*(none)* |*(none)* -**pmkl** |PGI |*(none)* |imkl |imkl -**pomkl** |PGI |OpenMPI |imkl |imkl -**pompi** |PGI |OpenMPI |*(none)* |*(none)* -**system** |*(none)* |*(none)* |*(none)* |*(none)* -**xlcxlf** |xlc, xlf |*(none)* |*(none)* |*(none)* -**xlmpich** |xlc, xlf |MPICH |*(none)* |*(none)* -**xlmpich2** |xlc, xlf |MPICH2 |*(none)* |*(none)* -**xlmvapich2** |xlc, xlf |MVAPICH2 |*(none)* |*(none)* -**xlompi** |xlc, xlf |OpenMPI |*(none)* |*(none)* +Name |Compiler(s) |MPI |Linear algebra |FFT +--------------------|----------------|-------------|-------------------------|-------- +**cgmpich** |Clang, GCC |MPICH |*(none)* |*(none)* +**cgmpolf** |Clang, GCC |MPICH |OpenBLAS, ScaLAPACK |FFTW +**cgmvapich2** |Clang, GCC |MVAPICH2 |*(none)* |*(none)* +**cgmvolf** |Clang, GCC |MVAPICH2 |OpenBLAS, ScaLAPACK |FFTW +**cgompi** |Clang, GCC |OpenMPI |*(none)* |*(none)* +**cgoolf** |Clang, GCC |OpenMPI |OpenBLAS, ScaLAPACK |FFTW +**ClangGCC** |Clang, GCC |*(none)* |*(none)* |*(none)* +**CrayCCE** |PrgEnv-cray |cray-mpich |cray-libsci |*(none)* +**CrayGNU** |PrgEnv-gnu |cray-mpich |cray-libsci |*(none)* +**CrayIntel** |PrgEnv-intel |cray-mpich |cray-libsci |*(none)* +**CrayPGI** |PrgEnv-pgi |cray-mpich |cray-libsci |*(none)* +**FCC** |lang |*(none)* |*(none)* |*(none)* +**ffmpi** |FCC |*(none)* |*(none)* |*(none)* +**foss** |GCC |OpenMPI |OpenBLAS, ScaLAPACK |FFTW +**fosscuda** |GCC, CUDA |OpenMPI |OpenBLAS, ScaLAPACK |FFTW +**Fujitsu** |FCC |*(none)* |*(none)* |FFTW +**GCC** |GCC |*(none)* |*(none)* |*(none)* +**GCCcore** |GCCcore |*(none)* |*(none)* |*(none)* +**gcccuda** |GCC, CUDA |*(none)* |*(none)* |*(none)* +**gfbf** |GCC |*(none)* |FlexiBLAS |FFTW +**gimkl** |GCC |impi |imkl |imkl +**gimpi** |GCC |impi |*(none)* |*(none)* +**gimpic** |GCC, CUDA |impi |*(none)* |*(none)* +**giolf** |GCC |impi |OpenBLAS, ScaLAPACK |FFTW +**giolfc** |GCC, CUDA |impi |OpenBLAS, ScaLAPACK |FFTW +**gmacml** |GCC |MVAPICH2 |ACML, ScaLAPACK |FFTW +**gmkl** |GCC |*(none)* |imkl |imkl +**gmklc** |GCC, CUDA |*(none)* |imkl |imkl +**gmpflf** |GCC |MPICH |FlexiBLAS, ScaLAPACK |FFTW +**gmpich** |GCC |MPICH |*(none)* |*(none)* +**gmpich2** |GCC |MPICH2 |*(none)* |*(none)* +**gmpit** |GCC |MPItrampoline|*(none)* |*(none)* +**gmpolf** |GCC |MPICH |OpenBLAS, ScaLAPACK |FFTW +**gmvapich2** |GCC |MVAPICH2 |*(none)* |*(none)* +**gmvolf** |GCC |MVAPICH2 |OpenBLAS, ScaLAPACK |FFTW +**GNU** |GCC |*(none)* |*(none)* |*(none)* +**goalf** |GCC |OpenMPI |ATLAS, ScaLAPACK |FFTW +**gobff** |GCC |OpenMPI |BLIS, libFLAME, ScaLAPACK|FFTW +**goblf** |GCC |OpenMPI |BLIS, LAPACK, ScaLAPACK |FFTW +**gofbf** |GCC |OpenMPI |FlexiBLAS, ScaLAPACK |FFTW +**golf** |GCC |*(none)* |OpenBLAS |FFTW +**golfc** |GCC, CUDA |*(none)* |OpenBLAS |FFTW +**gomkl** |GCC |OpenMPI |imkl |imkl +**gomklc** |GCC, CUDA |OpenMPI |imkl |imkl +**gompi** |GCC |OpenMPI |*(none)* |*(none)* +**gompic** |GCC, CUDA |OpenMPI |*(none)* |*(none)* +**goolf** |GCC |OpenMPI |OpenBLAS, ScaLAPACK |FFTW +**goolfc** |GCC, CUDA |OpenMPI |OpenBLAS, ScaLAPACK |FFTW +**gpsmpi** |GCC |psmpi |*(none)* |*(none)* +**gpsolf** |GCC |psmpi |OpenBLAS, ScaLAPACK |FFTW +**gqacml** |GCC |QLogicMPI |ACML, ScaLAPACK |FFTW +**gsmpi** |GCC |SpectrumMPI |*(none)* |*(none)* +**gsolf** |GCC |SpectrumMPI |OpenBLAS, ScaLAPACK |FFTW +**iccifort** |icc, ifort |*(none)* |*(none)* |*(none)* +**iccifortcuda** |icc, ifort, CUDA|*(none)* |*(none)* |*(none)* +**ictce** |icc, ifort |impi |imkl |imkl +**ifbf** |intel-compilers |*(none)* |FlexiBLAS |FFTW +**iibff** |icc, ifort |impi |BLIS, libFLAME, ScaLAPACK|FFTW +**iimkl** |icc, ifort |*(none)* |imkl |imkl +**iimklc** |icc, ifort |*(none)* |imkl |imkl +**iimpi** |icc, ifort |impi |*(none)* |*(none)* +**iimpic** |icc, ifort, CUDA|impi |*(none)* |*(none)* +**iiqmpi** |icc, ifort |QLogicMPI |*(none)* |*(none)* +**impich** |icc, ifort |MPICH |*(none)* |*(none)* +**impmkl** |icc, ifort |MPICH |imkl |imkl +**intel** |icc, ifort |impi |imkl |imkl +**intel-compilers** |intel-compilers |*(none)* |*(none)* |*(none)* +**intel-para** |icc, ifort |psmpi |imkl |imkl +**intelcuda** |icc, ifort, CUDA|impi |imkl |imkl +**iofbf** |icc, ifort |OpenMPI |FlexiBLAS, ScaLAPACK |FFTW +**iomkl** |icc, ifort |OpenMPI |imkl |imkl +**iomklc** |icc, ifort, CUDA|OpenMPI |imkl |imkl +**iompi** |icc, ifort |OpenMPI |*(none)* |*(none)* +**iompic** |icc, ifort, CUDA|OpenMPI |*(none)* |*(none)* +**ipsmpi** |icc, ifort |psmpi |*(none)* |*(none)* +**iqacml** |icc, ifort |QLogicMPI |ACML, ScaLAPACK |FFTW +**ismkl** |icc, ifort |MPICH2 |imkl |imkl +**lfbf** |llvm-compilers |*(none)* |FlexiBLAS |FFTW +**lfoss** |llvm-compilers |OpenMPI |FlexiBLAS, ScaLAPACK |FFTW +**llvm-compilers** |llvm-compilers |*(none)* |*(none)* |*(none)* +**lmpflf** |llvm-compilers |MPICH |FlexiBLAS, ScaLAPACK |FFTW +**lmpich** |llvm-compilers |MPICH |*(none)* |*(none)* +**lompi** |llvm-compilers |OpenMPI |*(none)* |*(none)* +**NVHPC** |nvidia-compilers|NVHPC |NVHPC |*(none)* +**nvidia-compilers**|nvidia-compilers|*(none)* |*(none)* |*(none)* +**nvofbf** |nvidia-compilers|OpenMPI |FlexiBLAS, ScaLAPACK |FFTW +**nvompi** |nvidia-compilers|OpenMPI |*(none)* |*(none)* +**nvompic** |nvidia-compilers|OpenMPI |*(none)* |*(none)* +**nvpsmpi** |nvidia-compilers|psmpi |*(none)* |*(none)* +**nvpsmpic** |nvidia-compilers|psmpi |*(none)* |*(none)* +**PGI** |PGI |*(none)* |*(none)* |*(none)* +**pmkl** |PGI |*(none)* |imkl |imkl +**pomkl** |PGI |OpenMPI |imkl |imkl +**pompi** |PGI |OpenMPI |*(none)* |*(none)* +**system** |*(none)* |*(none)* |*(none)* |*(none)* +**xlcxlf** |xlc, xlf |*(none)* |*(none)* |*(none)* +**xlmpich** |xlc, xlf |MPICH |*(none)* |*(none)* +**xlmpich2** |xlc, xlf |MPICH2 |*(none)* |*(none)* +**xlmvapich2** |xlc, xlf |MVAPICH2 |*(none)* |*(none)* +**xlompi** |xlc, xlf |OpenMPI |*(none)* |*(none)* *(see also* ``eb --list-toolchains`` *)*