-
Notifications
You must be signed in to change notification settings - Fork 60
package-managers.rst: add more distro PMs #662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
70a59b7
d4bc77f
f570b4d
e4ac621
c7c3ecf
7f06483
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,20 +3,32 @@ Package Managers | |||||
|
|
||||||
| Use your favorite package manager to install Kokkos. | ||||||
|
|
||||||
| System package managers | ||||||
| Package managers | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why are we dropping the distinction between system package managers and other package managers such as Spack and whatnot?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am fine with the proposed version, we list all package managers and then do a focus on one of them, Spack. You prefer to go back to only system package managers ?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I do |
||||||
| ~~~~~~~~~~~~~~~~~~~~~~~ | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we add a comment below here: .. warning::
Only the Spack package below is maintained by Kokkos developers and is our only official supported package. Others may be used, but please contact the listed maintainers for any issues.Just to make it extra clear that we can't commit to supporting all the OS packages? |
||||||
|
|
||||||
| DNF | ||||||
| --- | ||||||
|
|
||||||
| You may use the Fedora Project package manager to install Kokkos | ||||||
| https://packages.fedoraproject.org/pkgs/kokkos/ | ||||||
|
|
||||||
| Other package managers | ||||||
| ~~~~~~~~~~~~~~~~~~~~~~ | ||||||
|
|
||||||
| `Spack <https://spack.io>`_ | ||||||
| --------------------------- | ||||||
| +----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ | ||||||
| | Distro | Command to install | Backend | Vetted | Maintainer | Build Source | | ||||||
| +==========+=======================================+======================+========+=======================================+==========================================================================================================+ | ||||||
| | Fedora | ``dnf install kokkos-devel`` | OpenMP, rocm, serial | a bit | rbberger | `here <https://src.fedoraproject.org/rpms/kokkos/blob/rawhide/f/kokkos.spec>`_ | | ||||||
| +----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ | ||||||
| | Debian | ``apt-get install libkokkos-dev`` | OpenMP | a bit | alexmyczko | `here <https://salsa.debian.org/debian/kokkos/-/blob/master/debian/rules>`_ | | ||||||
| +----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ | ||||||
| | Conda | ``conda install conda-forge::kokkos`` | OpenMP (linux), Threads (windows), serial, CUDA | nope | carterbox | `here <https://github.com/conda-forge/kokkos-feedstock/blob/main/recipe/build.sh>`_ | | ||||||
| +----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ | ||||||
| | openSUSE | ``zypper install kokkos-devel`` | OpenMP, serial | nope | `[email protected] <mailto:[email protected]>`_ | `here <https://build.opensuse.org/projects/science/packages/kokkos/files/kokkos.spec?expand=1>`_ | | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So we discussed this and think that we shouldn't put the maintainer info; for github usernames, it's not very clear how to contact them anyway; and for the one person who has an email it might be more annoying than helpful. We should instead have a link to the support for that package manager. E.g. for OpenSUSE there is https://bugzilla.opensuse.org/ and I think each distro has their own. That way if the maintainer changes we aren't directing people to the wrong person for support |
||||||
| +----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ | ||||||
| | Gentoo | ``emerge kokkos`` | whatever enabled | a bit | tamiko | `here <https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-cpp/kokkos/kokkos-4.3.1.ebuild>`_ | | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are we sure about the link ? I get a |
||||||
| +----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ | ||||||
| | Arch | ``pacman -S kokkos`` | Threads, serial | maybe | carlosal1015 | `here <https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=kokkos>`_ | | ||||||
| +----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ | ||||||
| | Mac Port | ``port install kokkos-devel`` | OpenMP, serial | no | MarcusCalhoun-Lopez | `here <https://github.com/macports/macports-ports/blob/master/devel/kokkos/Portfile>`_ | | ||||||
| +----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ | ||||||
| | Spack | ``spack install kokkos`` | whatever enabled | yes | cedricchevalier19, nmm0, lucbv | `here <https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/kokkos/package.py>`_ | | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| +----------+---------------------------------------+----------------------+--------+---------------------------------------+----------------------------------------------------------------------------------------------------------+ | ||||||
|
|
||||||
|
|
||||||
| More on `Spack <https://spack.io>`_ | ||||||
| ----------------------------------- | ||||||
|
|
||||||
| Spack is a popular package manager for HPC. Spack comes with installation recipes for Kokkos. | ||||||
|
|
||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.