[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/12: gnu: memkind: Update to 1.12.0.
From: |
guix-commits |
Subject: |
05/12: gnu: memkind: Update to 1.12.0. |
Date: |
Fri, 17 Dec 2021 16:51:44 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit b83247f9a02a9874a2a3a35cf5992cd6809cf380
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 21:00:21 2021 +0100
gnu: memkind: Update to 1.12.0.
* gnu/packages/disk.scm (memkind): Update to 1.12.0.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/disk.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 8475bb1..3ab65e6 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1177,7 +1177,7 @@ that support this feature).")
(define-public memkind
(package
(name "memkind")
- (version "1.11.0")
+ (version "1.12.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1185,8 +1185,7 @@ that support this feature).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "0w5hws12l167mbr4n6a6fl0mhf8mci61fsn55lh2cxz33f7q8n2x"))))
+ (base32
"1s52vl2jlrdc8nxnvf993x9mcag56qxcaniiijhmsv42a26hvjk4"))))
(build-system gnu-build-system)
(inputs
(list ;; memkind patched jemalloc to add je_arenalookupx,
@@ -1209,8 +1208,7 @@ that support this feature).")
(("/bin/sh") (which "sh")))
(invoke "autoconf")
(substitute* "configure"
- (("/bin/sh") (which "sh"))))
- #t)))))
+ (("/bin/sh") (which "sh")))))))))
(home-page "https://github.com/memkind/memkind")
(synopsis "Heap manager with memory kinds (for NUMA)")
(description "This package provides a user-extensible heap manager
- branch master updated (d627fba -> b4ee524), guix-commits, 2021/12/17
- 03/12: gnu: filezilla: Update to 3.57.0., guix-commits, 2021/12/17
- 01/12: gnu: libfilezilla: Update to 0.35.0., guix-commits, 2021/12/17
- 06/12: gnu: nsd: Update to 4.3.9., guix-commits, 2021/12/17
- 02/12: gnu: libfilezilla: Remove input labels., guix-commits, 2021/12/17
- 05/12: gnu: memkind: Update to 1.12.0.,
guix-commits <=
- 04/12: gnu: filezilla: Remove input labels., guix-commits, 2021/12/17
- 10/12: gnu: interception-tools: Remove input labels., guix-commits, 2021/12/17
- 09/12: gnu: interception-tools: Update to 0.6.8., guix-commits, 2021/12/17
- 07/12: gnu: knot-resolver: Update to 5.4.3., guix-commits, 2021/12/17
- 11/12: gnu: mutt: Update to 2.1.4., guix-commits, 2021/12/17
- 08/12: gnu: cpuid: Update to 20211210., guix-commits, 2021/12/17
- 12/12: gnu: imake: Remove input labels., guix-commits, 2021/12/17