diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-10-19 21:59:30 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-27 00:13:25 +0100 |
| commit | e11a43bae963894cb367354ccd71bd5049905792 (patch) | |
| tree | f73a66854166070bcb313c6a0508fed067d2b12a | |
| parent | 28d63cb66b42e14f964d33f866c3a4eb1a3de24d (diff) | |
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>
| -rw-r--r-- | CODEOWNERS | 1 | ||||
| -rwxr-xr-x | etc/teams.scm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 54eb803970d..1de80c8e252 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/etc/teams.scm b/etc/teams.scm index f9271a47f4a..f2c2229584a 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -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" |
