diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-03-19 12:29:53 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-24 14:21:49 +0100 |
| commit | 34ead5615673c97a64f0930ea75946d18b57364e (patch) | |
| tree | b5e6a2da4d5574a78997e0355ff56345ecb5a91f /Makefile.am | |
| parent | 5591ac77724f775d2b62f5051321ea3bf34431f3 (diff) | |
Add (guix amd-gpu).
Moving these definitions to a separate module is necessary to avoid circular
references at the top-level among package modules.
* gnu/packages/rocm.scm (%default-amd-gpu-targets, current-amd-gpu-targets)
(current-amd-gpu-targets-string): Move to…
* guix/amd-gpu.scm: … here. New file.
* Makefile.am (MODULES): Add it.
Merges guix/guix!7251
Change-Id: I60496fb4d81ea0445ec176add7afc388f6790bd3
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 546e3ed758..1ef57af7a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # GNU Guix --- Functional package management for GNU -# Copyright © 2012-2025 Ludovic Courtès <ludo@gnu.org> +# Copyright © 2012-2026 Ludovic Courtès <ludo@gnu.org> # Copyright © 2013 Andreas Enge <andreas@enge.fr> # Copyright © 2015, 2017 Alex Kost <alezost@gmail.com> # Copyright © 2016, 2018 Mathieu Lirzin <mthl@gnu.org> @@ -87,6 +87,7 @@ MODULES = \ guix/base64.scm \ guix/ci.scm \ guix/cpio.scm \ + guix/amd-gpu.scm \ guix/cpu.scm \ guix/deprecation.scm \ guix/docker.scm \ |
