diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-04-06 12:16:11 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-04-07 10:33:10 +0200 |
| commit | 5527b670caea1f87e0402475b44a722484d1be50 (patch) | |
| tree | 8064799e815d183c7f69187805e0a3bc7145016a | |
| parent | d9a7cdd73155c0911645ab5cb7d90c065d169d26 (diff) | |
teams: hpc: Adopt fabric-management module.
* etc/teams.scm (hpc)<#:scope>: Add "gnu/packages/fabric-management.scm".
* CODEOWNERS: Regenerate file.
Merges guix/guix!7703
Change-Id: I2f93401ed39f56a39dafbff4a81f95ea3b09d2f0
| -rw-r--r-- | CODEOWNERS | 1 | ||||
| -rwxr-xr-x | etc/teams.scm | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 318714a0e30..2daec3630cc 100644 --- a/CODEOWNERS +++ b/CODEOWNERS | |||
| @@ -239,6 +239,7 @@ tests/guix-home\.sh @guix/home | |||
| 239 | tests/home-import\.scm @guix/home | 239 | tests/home-import\.scm @guix/home |
| 240 | tests/home-services\.scm @guix/home | 240 | tests/home-services\.scm @guix/home |
| 241 | 241 | ||
| 242 | gnu/packages/fabric-management\.scm @guix/hpc | ||
| 242 | gnu/packages/mpi\.scm @guix/hpc | 243 | gnu/packages/mpi\.scm @guix/hpc |
| 243 | gnu/packages/oneapi\.scm @guix/hpc | 244 | gnu/packages/oneapi\.scm @guix/hpc |
| 244 | gnu/packages/opencl\.scm @guix/hpc | 245 | gnu/packages/opencl\.scm @guix/hpc |
diff --git a/etc/teams.scm b/etc/teams.scm index 81c367aea8b..c26a0c11f83 100755 --- a/etc/teams.scm +++ b/etc/teams.scm | |||
| @@ -786,7 +786,8 @@ the haskell-build-system." | |||
| 786 | (team 'hpc | 786 | (team 'hpc |
| 787 | #:name "High-performance computing team" | 787 | #:name "High-performance computing team" |
| 788 | #:description "High-performance computing (HPC) related packages." | 788 | #:description "High-performance computing (HPC) related packages." |
| 789 | #:scope (list "gnu/packages/mpi.scm" | 789 | #:scope (list "gnu/packages/fabric-management.scm" |
| 790 | "gnu/packages/mpi.scm" | ||
| 790 | "gnu/packages/oneapi.scm" | 791 | "gnu/packages/oneapi.scm" |
| 791 | "gnu/packages/opencl.scm" | 792 | "gnu/packages/opencl.scm" |
| 792 | "gnu/packages/parallel.scm" | 793 | "gnu/packages/parallel.scm" |
