diff options
| author | Jean-Baptiste Note <jean-baptiste.note@m4x.org> | 2025-09-23 13:41:50 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-11-27 13:03:53 +0100 |
| commit | 00c3ceb87c2d3cde8b91b84690c453fd612ab3bc (patch) | |
| tree | 1a8e1755d86718d6962927a34d868bc67d7673a1 /gnu/packages/rocm.scm | |
| parent | afd1ce3c6089abf58a6a9088705a98e72fedaae4 (diff) | |
gnu: Fix licenses for ROCm packages.
* gnu/packages/rocm.scm (roct-thunk-interface): Add license:expat to license
list.
(rocm-opencl-runtime, rocm-bandwidth-test): Change license from license:ncsa
to license:expat.
Change-Id: I48606874954a420c3afa950f7943f3d3bde10091
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/rocm.scm')
| -rw-r--r-- | gnu/packages/rocm.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm index 3fe94847067..3adb1e381d1 100644 --- a/gnu/packages/rocm.scm +++ b/gnu/packages/rocm.scm @@ -174,7 +174,7 @@ AMDGPU code objects.") (synopsis "Radeon Open Compute Thunk Interface") (description "User-mode API interfaces used to interact with the ROCk driver.") - (license license:ncsa))) + (license (list license:expat license:ncsa)))) (define-public rocr-runtime (package @@ -275,7 +275,7 @@ applications to launch compute kernels to available HSA ROCm kernel agents.") (synopsis "ROCm OpenCL Runtime") (description "OpenCL 2.0 compatible language runtime, supporting offline and in-process/in-memory compilation.") - (license license:ncsa))) + (license license:expat))) (define-public rocminfo (package @@ -333,7 +333,7 @@ characteristics of buffer copying and kernel read/write operations. The help screen of the benchmark shows various options one can use in initiating cop/read/writer operations. In addition one can also query the topology of the system in terms of memory pools and their agents.") - (license license:ncsa))) + (license license:expat))) ;; e-smi looks hard to unbundle correctly from amd-smi |
