mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 17:16:01 +02: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:
committed by
Sharlatan Hellseher
parent
32795f39a4
commit
e86a3fe8e4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user