mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
e8cc7e3c16
commit
a300e6feb1
2 changed files with 17 additions and 2 deletions
|
@ -187,6 +187,12 @@ tests/guix-home\.sh @guix/home
|
||||||
tests/home-import\.scm @guix/home
|
tests/home-import\.scm @guix/home
|
||||||
tests/home-services\.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/hurd\.scm @guix/hurd
|
||||||
gnu/system/images/hurd\.scm @guix/hurd
|
gnu/system/images/hurd\.scm @guix/hurd
|
||||||
gnu/build/hurd-boot\.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
|
gnu/packages/zig-xyz\.scm @guix/zig
|
||||||
guix/build/zig-build-system\.scm @guix/zig
|
guix/build/zig-build-system\.scm @guix/zig
|
||||||
guix/build-system/zig\.scm @guix/zig
|
guix/build-system/zig\.scm @guix/zig
|
||||||
|
|
||||||
|
|
|
@ -690,6 +690,16 @@ the haskell-build-system."
|
||||||
"tests/home-import.scm"
|
"tests/home-import.scm"
|
||||||
"tests/home-services.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
|
(define-team hurd
|
||||||
(team 'hurd
|
(team 'hurd
|
||||||
#:name "Team for the Hurd"
|
#:name "Team for the Hurd"
|
||||||
|
@ -1244,7 +1254,7 @@ the \"texlive\" importer."
|
||||||
(define-member (person "Cayetano Santos"
|
(define-member (person "Cayetano Santos"
|
||||||
"csantosb@inventati.org"
|
"csantosb@inventati.org"
|
||||||
"csantosb")
|
"csantosb")
|
||||||
ai emacs electronics)
|
ai emacs electronics hpc)
|
||||||
|
|
||||||
(define-member (person "Greg Hogan"
|
(define-member (person "Greg Hogan"
|
||||||
"code@greghogan.com"
|
"code@greghogan.com"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue