lilyp pushed a commit to branch gnome-team
in repository guix.

commit b7201c7c37159cd9108ecb75eb633cbde465d9e4
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Jul 10 23:45:03 2024 +0300

    gnu: qnnpack: Fix supported systems.
    
    * gnu/packages/machine-learning.scm (qnnpack)[supported-systems]: Fix
    typo in armhf-linux.
    
    Change-Id: I97e0b59af6e6dc63a40c2df69b920f532fb91d65
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 303e123a15..1aba8d71ff 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015-2024 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2016, 2020-2023 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2020-2024 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016, 2017, 2020 Marius Bakke <[email protected]>
 ;;; Copyright © 2016 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
@@ -4098,7 +4098,7 @@ and Darknet.")
 inference.  It contains the implementation of common neural network operators
 on quantized 8-bit tensors.")
       (supported-systems
-       '("armv7-linux" "aarch64-linux" "i686-linux" "x86_64-linux"))
+       '("armhf-linux" "aarch64-linux" "i686-linux" "x86_64-linux"))
       (license license:bsd-3))))
 
 (define-public xnnpack

Reply via email to