[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60706] [PATCH] gnu: hwloc: Update to 2.9.0.
From: |
Ludovic Courtès |
Subject: |
[bug#60706] [PATCH] gnu: hwloc: Update to 2.9.0. |
Date: |
Tue, 10 Jan 2023 18:06:08 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
> Ludovic Courtès <ludo@gnu.org> writes:
>
>> From: Ludovic Courtès <ludovic.courtes@inria.fr>
>>
>> * gnu/packages/mpi.scm (hwloc-2): Update to 2.9.0.
>> [arguments]: Add 'skip-test-that-requires-/sys' phase.
>> ---
>> gnu/packages/mpi.scm | 10 +++++++---
>> 1 file changed, 7 insertions(+), 3 deletions(-)
>>
>> diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
>> index af2409aeab..56b7d04209 100644
>> --- a/gnu/packages/mpi.scm
>> +++ b/gnu/packages/mpi.scm
>> @@ -1,6 +1,6 @@
>> ;;; GNU Guix --- Functional package management for GNU
>> ;;; Copyright © 2014, 2015, 2018, 2019 Eric Bavier <bavier@member.fsf.org>
>> -;;; Copyright © 2014-2022 Ludovic Courtès <ludo@gnu.org>
>> +;;; Copyright © 2014-2023 Ludovic Courtès <ludo@gnu.org>
>> ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
>> ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
>> ;;; Copyright © 2017 Dave Love <fx@gnu.org>
>
> Nitpick: arguably not a copyrightable change (< 10 lines of additions).
Riiight.
> Otherwise LGTM.
Thanks for taking a look!
Let’s see if <https://qa.guix.gnu.org/issue/60706> can tell us more
about dependents and non-x86 architectures…
Ludo’.