mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
teams: hpc: Adopt oneapi.
* etc/teams.scm (hpc)<#:scope>: Add "gnu/packages/oneapi.scm". * CODEOWNERS: Regenerate file. Change-Id: I3cc178352b5f87f5ca43deb7e8ee214d07830792 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
28d63cb66b
commit
e11a43bae9
2 changed files with 2 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ gnu/packages/rocm\.scm @guix/hpc
|
|||
gnu/packages/sycl\.scm @guix/hpc
|
||||
gnu/packages/tbb\.scm @guix/hpc
|
||||
gnu/packages/vulkan\.scm @guix/hpc
|
||||
gnu/packages/oneapi\.scm @guix/hpc
|
||||
|
||||
gnu/system/hurd\.scm @guix/hurd
|
||||
gnu/system/images/hurd\.scm @guix/hurd
|
||||
|
|
|
|||
|
|
@ -708,6 +708,7 @@ the haskell-build-system."
|
|||
#:name "Hpc team"
|
||||
#:description "High performance computing related packages."
|
||||
#:scope (list "gnu/packages/mpi.scm"
|
||||
"gnu/packages/oneapi.scm"
|
||||
"gnu/packages/rocm.scm"
|
||||
"gnu/packages/sycl.scm"
|
||||
"gnu/packages/tbb.scm"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue