mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fbgemm: Update to 1.2.0.
Fixes guix/guix#2093 * gnu/packages/machine-learning.scm (fbgemm): Update to 1.2.0. * gnu/packages/patches/fbgemm-use-system-libraries.patch: Refresh for 1.2.0. Change-Id: Ibd93d254f64343eed11b6fd6f1d6075427b91678 Reviewed-by: David Elsing <david.elsing@posteo.net> @dtelsing Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
32795f39a4
commit
e86a3fe8e4
2 changed files with 15 additions and 15 deletions
|
@ -4720,7 +4720,7 @@ TensorFlow.js, PyTorch, and MediaPipe.")
|
|||
(define-public fbgemm
|
||||
(package
|
||||
(name "fbgemm")
|
||||
(version "1.0.0")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4729,7 +4729,7 @@ TensorFlow.js, PyTorch, and MediaPipe.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a5g5f32377fad99xsfggqkwvl7vh5gc1wj77swa06x06lc1qwyw"))
|
||||
"0fjs7179iq5hy6nl4nyswnmk90fz87zsg14p7i5bk2vbd2vrq8a3"))
|
||||
(patches (search-patches "fbgemm-use-system-libraries.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue