diff options
| -rw-r--r-- | gnu/packages/parallel.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index 7bd2834e139..a16a0d8689c 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2013, 2014, 2020 Eric Bavier <bavier@posteo.net> | 2 | ;;; Copyright © 2013, 2014, 2020 Eric Bavier <bavier@posteo.net> |
| 3 | ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> | 3 | ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> |
| 4 | ;;; Copyright © 2015-2018, 2020-2023 Efraim Flashner <efraim@flashner.co.il> | 4 | ;;; Copyright © 2015-2018, 2020-2024 Efraim Flashner <efraim@flashner.co.il> |
| 5 | ;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl> | 5 | ;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl> |
| 6 | ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr> | 6 | ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr> |
| 7 | ;;; Copyright © 2016, 2020, 2021, 2022, 2023 Ricardo Wurmus <rekado@elephly.net> | 7 | ;;; Copyright © 2016, 2020, 2021, 2022, 2023 Ricardo Wurmus <rekado@elephly.net> |
| @@ -554,7 +554,7 @@ obtain information about the CPU being used: supported instruction set, | |||
| 554 | processor name, cache information, and topology information.") | 554 | processor name, cache information, and topology information.") |
| 555 | ;; On aarch64-linux, there is a bug reported upstream: | 555 | ;; On aarch64-linux, there is a bug reported upstream: |
| 556 | ;; https://github.com/pytorch/cpuinfo/issues/14 | 556 | ;; https://github.com/pytorch/cpuinfo/issues/14 |
| 557 | (supported-systems '("armv7-linux" "i686-linux" "x86_64-linux")) | 557 | (supported-systems '("armhf-linux" "i686-linux" "x86_64-linux")) |
| 558 | (license license:bsd-2)))) | 558 | (license license:bsd-2)))) |
| 559 | 559 | ||
| 560 | (define-public clog | 560 | (define-public clog |
