diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-21 23:34:40 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:30 +0100 |
| commit | fe3b37f4ee512708a3513b393e7bb8a97ea1842e (patch) | |
| tree | cafb30a4e4e116eddb6921fcbb08cb77cf9b802f /gnu/packages/machine-learning.scm | |
| parent | a474a05a16d732fd819483e9aaf847e38dde1727 (diff) | |
gnu: python-pytorch-for-r-torch: Use python-build-system.
The "bdist_wheel" target fails with:
ModuleNotFoundError: No module named 'build_bundled'
* gnu/packages/machine-learning.scm (python-pytorch-for-r-torch)
[build-system]: Revert to python-build-system.
Change-Id: I4cfc0ed0c9465663b3b0159e55ad9c2c1b8e42b8
Diffstat (limited to 'gnu/packages/machine-learning.scm')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 74084019b64..211d3a73817 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -5429,6 +5429,7 @@ in the audio domain.") (name "python-pytorch") (version %python-pytorch-for-r-torch-version) (source %python-pytorch-for-r-torch-src) + (build-system python-build-system) (inputs (modify-inputs (package-inputs python-pytorch) (replace "gloo" gloo-for-r-torch))) |
