diff options
| author | Ayan Das <bvits@riseup.net> | 2025-10-16 18:31:11 +0530 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-04 12:12:31 +0000 |
| commit | 04eeea17f52e94c3df813b814cda2234d2c6ab87 (patch) | |
| tree | 1e569228cfe3592caa54c51c66ccb056fd96d9c4 /gnu | |
| parent | 873fc541a17f3a41d72c6b375754e035686de3fe (diff) | |
gnu: gloo: Update to 0.0.0-4.54cbae0.
* gnu/packages/machine-learning.scm (gloo): Update to commit
54cbae0d3a67fa890b4c3d9ee162b7860315e341.
[source]: Switch upstream URL to https://github.com/pytorch/gloo and update hash.
Change-Id: Ibbea0a6739dc658f9ae147641fe128650f1370b9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 0545d495634..0ab424cb76e 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -3635,8 +3635,8 @@ project, and it will potentially also do the same for the Lime project.") (define-public gloo (let ((version "0.0.0") ; no proper version tag - (commit "c7b7b022c124d9643957d9bd55f57ac59fce8fa2") - (revision "3")) + (commit "54cbae0d3a67fa890b4c3d9ee162b7860315e341") + (revision "4")) (package (name "gloo") (version (git-version version revision commit)) @@ -3644,12 +3644,12 @@ project, and it will potentially also do the same for the Lime project.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/facebookincubator/gloo") + (url "https://github.com/pytorch/gloo") (commit commit))) (file-name (git-file-name name version)) (sha256 (base32 - "0xsp2m2if3g85l0c3cx9l0j3kz36j3kbmz9mai6kchdhrs13r7d5")))) + "1zixybyma7zpwdawy1qi2d48g9r65wcjjd4j3j2bhlvjymyw03z2")))) (build-system cmake-build-system) (native-inputs (list googletest)) |
