mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
teams: hpc: Adopt parallel module.
* etc/teams.scm (hpc)<#:scope>: Add "gnu/packages/parallel.scm". * CODEOWNERS: Regenerate file. Closes guix/guix!5310 Change-Id: I10dd26c427d4d369ef80a49e5e57af21a7049a29
This commit is contained in:
parent
696b85377d
commit
a1e5b01d6d
2 changed files with 2 additions and 0 deletions
|
|
@ -218,6 +218,7 @@ tests/home-services\.scm @guix/home
|
|||
|
||||
gnu/packages/mpi\.scm @guix/hpc
|
||||
gnu/packages/oneapi\.scm @guix/hpc
|
||||
gnu/packages/parallel\.scm @guix/hpc
|
||||
gnu/packages/rocm\.scm @guix/hpc
|
||||
gnu/packages/sycl\.scm @guix/hpc
|
||||
gnu/packages/tbb\.scm @guix/hpc
|
||||
|
|
|
|||
|
|
@ -741,6 +741,7 @@ the haskell-build-system."
|
|||
#:description "High-performance computing (HPC) related packages."
|
||||
#:scope (list "gnu/packages/mpi.scm"
|
||||
"gnu/packages/oneapi.scm"
|
||||
"gnu/packages/parallel.scm"
|
||||
"gnu/packages/rocm.scm"
|
||||
"gnu/packages/sycl.scm"
|
||||
"gnu/packages/tbb.scm"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue