summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-08-02 13:11:53 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-17 10:48:14 +0200
commita300e6feb1c664d4fc5c09a0937e8ac2eed3fb0e (patch)
tree928d08aa1e7058a87f03c20caaa07fb9f893b5f3
parente8cc7e3c1688b11db9f666b350c63e2c1f763a19 (diff)
etc: teams: Add hpc team.
* etc/teams.scm (hpc): New team. [Cayetano Santos]: Add to new team. * CODEOWNERS: Rebuild. Change-Id: I5b08aed33ea89acaa770dd2ac5dd8b991d43989a Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--CODEOWNERS7
-rwxr-xr-xetc/teams.scm12
2 files changed, 17 insertions, 2 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 49b96efebfc..8929f146b4f 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -187,6 +187,12 @@ tests/guix-home\.sh @guix/home
tests/home-import\.scm @guix/home
tests/home-services\.scm @guix/home
+gnu/packages/mpi\.scm @guix/hpc
+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/system/hurd\.scm @guix/hurd
gnu/system/images/hurd\.scm @guix/hurd
gnu/build/hurd-boot\.scm @guix/hurd
@@ -370,4 +376,3 @@ gnu/packages/zig\.scm @guix/zig
gnu/packages/zig-xyz\.scm @guix/zig
guix/build/zig-build-system\.scm @guix/zig
guix/build-system/zig\.scm @guix/zig
-
diff --git a/etc/teams.scm b/etc/teams.scm
index 2c16af01a1d..7c48702eaf2 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -690,6 +690,16 @@ the haskell-build-system."
"tests/home-import.scm"
"tests/home-services.scm")))
+(define-team hpc
+ (team 'hpc
+ #:name "Hpc team"
+ #:description "High performance computing related packages."
+ #:scope (list "gnu/packages/mpi.scm"
+ "gnu/packages/rocm.scm"
+ "gnu/packages/sycl.scm"
+ "gnu/packages/tbb.scm"
+ "gnu/packages/vulkan.scm")))
+
(define-team hurd
(team 'hurd
#:name "Team for the Hurd"
@@ -1244,7 +1254,7 @@ the \"texlive\" importer."
(define-member (person "Cayetano Santos"
"csantosb@inventati.org"
"csantosb")
- ai emacs electronics)
+ ai emacs electronics hpc)
(define-member (person "Greg Hogan"
"code@greghogan.com"