aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/machine-learning.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-07-07 12:07:41 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-07-07 14:02:33 +0200
commit87b43ab56214a4fee33814117212df6cfc64f5c0 (patch)
tree84a68e4164c729e96220de4e710139c128b99a3b /gnu/packages/machine-learning.scm
parentc929619b3618736481fef9731ba0963a8277b89b (diff)
downloadguix-87b43ab56214a4fee33814117212df6cfc64f5c0.tar
guix-87b43ab56214a4fee33814117212df6cfc64f5c0.tar.gz
gnu: xnnpack: Update to 0.0-2.ae108ef.
* gnu/packages/machine-learning.scm (xnnpack): Update to 0.0-2.ae108ef. * gnu/packages/patches/xnnpack-system-libraries.patch: Update.
Diffstat (limited to 'gnu/packages/machine-learning.scm')
-rw-r--r--gnu/packages/machine-learning.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index d7a3cecf6a..a901311702 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2821,8 +2821,8 @@ and Darknet.")
(define-public xnnpack
;; There's currently no tag on this repo.
(let ((version "0.0")
- (commit "bbe88243aba847f6a3dd86defec0fea4a0e415a1")
- (revision "1"))
+ (commit "ae108ef49aa5623b896fc93d4298c49d1750d9ba")
+ (revision "2"))
(package
(name "xnnpack")
(version (git-version version revision commit))
@@ -2833,7 +2833,7 @@ and Darknet.")
(file-name (git-file-name name version))
(sha256
(base32
- "19j605x1l2h95mjhcj90zwjh1153pdgmqggl35ya5w0wll628iiz"))
+ "0q68q2jxiiiblx45q4337k13ppgh5vqjwrwznchcnpb8hawjj3zl"))
(patches (search-patches "xnnpack-system-libraries.patch"))))
(build-system cmake-build-system)
(arguments