diff --git a/docs/source/get-started/package-managers.rst b/docs/source/get-started/package-managers.rst index 2b94b7519..02c75ee07 100644 --- a/docs/source/get-started/package-managers.rst +++ b/docs/source/get-started/package-managers.rst @@ -3,20 +3,32 @@ Package Managers Use your favorite package manager to install Kokkos. -System package managers +Package managers ~~~~~~~~~~~~~~~~~~~~~~~ -DNF ---- - -You may use the Fedora Project package manager to install Kokkos -https://packages.fedoraproject.org/pkgs/kokkos/ - -Other package managers -~~~~~~~~~~~~~~~~~~~~~~ - -`Spack `_ ---------------------------- ++----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ +| Distro | Command to install | Backend | Vetted | Maintainer | Build Source | ++==========+=======================================+======================+========+=======================================+==========================================================================================================+ +| Fedora | ``dnf install kokkos-devel`` | OpenMP, rocm, serial | a bit | rbberger | `here `_ | ++----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ +| Debian | ``apt-get install libkokkos-dev`` | OpenMP | a bit | alexmyczko | `here `_ | ++----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ +| Conda | ``conda install conda-forge::kokkos`` | OpenMP (linux), Threads (windows), serial, CUDA | nope | carterbox | `here `_ | ++----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ +| openSUSE | ``zypper install kokkos-devel`` | OpenMP, serial | nope | `mli@suse.com `_ | `here `_ | ++----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ +| Gentoo | ``emerge kokkos`` | whatever enabled | a bit | tamiko | `here `_ | ++----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ +| Arch | ``pacman -S kokkos`` | Threads, serial | maybe | carlosal1015 | `here `_ | ++----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ +| Mac Port | ``port install kokkos-devel`` | OpenMP, serial | no | MarcusCalhoun-Lopez | `here `_ | ++----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ +| Spack | ``spack install kokkos`` | whatever enabled | yes | cedricchevalier19, nmm0, lucbv | `here `_ | ++----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ + + +More on `Spack `_ +----------------------------------- Spack is a popular package manager for HPC. Spack comes with installation recipes for Kokkos.