1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-pytorch-for-r-torch: Switch to pyproject.

* gnu/packages/machine-learning.scm (python-pytorch-for-r-torch):
[build-system]: Switch to pyproject-build-system.

Change-Id: I1d990b27034f81965a186cf536daaac47e93bf63
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-03-24 12:59:19 +01:00
committed by Sharlatan Hellseher
parent f6a71c2683
commit 4745843e38

View File

@@ -5399,7 +5399,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)
(build-system pyproject-build-system)
(inputs
(modify-inputs inputs
(replace "gloo" gloo-for-r-torch)))