This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a661f9c9d4 teams: hpc: Adopt opencl.
a661f9c9d4 is described below

commit a661f9c9d441158a35b8cc1138e024a3ba1cd2cf
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Jan 17 12:29:50 2026 +0100

    teams: hpc: Adopt opencl.
    
    * etc/teams.scm (hpc)<#:scope>: Add "gnu/packages/opencl.scm".
    * CODEOWNERS: Regenerate file.
    
    Change-Id: I6b0814ca131058e8608c969c777d4d0ca9c6b8ba
---
 CODEOWNERS    | 1 +
 etc/teams.scm | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CODEOWNERS b/CODEOWNERS
index c41251735d..0a0015208f 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -218,6 +218,7 @@ tests/home-services\.scm                           
@guix/home
 
 gnu/packages/mpi\.scm                              @guix/hpc
 gnu/packages/oneapi\.scm                           @guix/hpc
+gnu/packages/opencl\.scm                           @guix/hpc
 gnu/packages/parallel\.scm                         @guix/hpc
 gnu/packages/rocm\.scm                             @guix/hpc
 gnu/packages/sycl\.scm                             @guix/hpc
diff --git a/etc/teams.scm b/etc/teams.scm
index f18da62a42..96f0c3083b 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -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/opencl.scm"
                       "gnu/packages/parallel.scm"
                       "gnu/packages/rocm.scm"
                       "gnu/packages/sycl.scm"

Reply via email to