gnu: hwloc@1: Update to 1.11.13.

* gnu/packages/patches/hwloc-1-test-btrfs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mpi.scm (hwloc-1): Use it and update to 1.11.13.

Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
This commit is contained in:
Philippe SWARTVAGHER 2022-04-11 15:00:54 +02:00 committed by Ludovic Courtès
parent 2c73e654fe
commit 37fa61364e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
3 changed files with 58 additions and 2 deletions

View file

@ -57,7 +57,7 @@
;; to migrate to 2.0.
(package
(name "hwloc")
(version "1.11.12")
(version "1.11.13")
(source (origin
(method url-fetch)
(uri (string-append "https://www.open-mpi.org/software/hwloc/v"
@ -65,7 +65,8 @@
"/downloads/hwloc-" version ".tar.bz2"))
(sha256
(base32
"0za1b9lvrm3rhn0lrxja5f64r0aq1qs4m0pxn1ji2mbi8ndppyyx"))))
"1j69p8a1pjpbpwn4w7l4dfxmaxxqikchjzqw1ncw05zmcmvlnjd4"))
(patches (search-patches "hwloc-1-test-btrfs.patch"))))
(properties
;; Tell the 'generic-html' updater to monitor this URL for updates.