diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-11 00:08:00 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:37:06 +0100 |
| commit | 99f8f9397ca06ce7cd218419ba29094343026baa (patch) | |
| tree | 85a03118156a8b0dc212ac5f98a73e78440704b6 | |
| parent | 1ba50f6444e833da53c613972a6a70d1abf016c1 (diff) | |
gnu: tensile: Fix build with Python@3.12.
* gnu/packages/rocm-libs.scm (tensile)[native-inputs]: Add
python-setuptools.
Change-Id: I781fa78b2a4637a740e5dca9d40aec1f41751814
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/rocm-libs.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/rocm-libs.scm b/gnu/packages/rocm-libs.scm index ef67187c2d..06dbb30d4b 100644 --- a/gnu/packages/rocm-libs.scm +++ b/gnu/packages/rocm-libs.scm @@ -302,6 +302,7 @@ configurations deterministically based on compute and memory latencies.") (list python-filelock python-pandas python-pytest + python-setuptools rocminfo rocm-hip-runtime rocm-toolchain)) |
