Archived
1
0
Fork 0

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.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-17 21:00:21 +01:00
parent b014c35081
commit b83247f9a0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1177,7 +1177,7 @@ that support this feature).")
(define-public memkind (define-public memkind
(package (package
(name "memkind") (name "memkind")
(version "1.11.0") (version "1.12.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1185,8 +1185,7 @@ that support this feature).")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1s52vl2jlrdc8nxnvf993x9mcag56qxcaniiijhmsv42a26hvjk4"))))
"0w5hws12l167mbr4n6a6fl0mhf8mci61fsn55lh2cxz33f7q8n2x"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list ;; memkind patched jemalloc to add je_arenalookupx, (list ;; memkind patched jemalloc to add je_arenalookupx,
@ -1209,8 +1208,7 @@ that support this feature).")
(("/bin/sh") (which "sh"))) (("/bin/sh") (which "sh")))
(invoke "autoconf") (invoke "autoconf")
(substitute* "configure" (substitute* "configure"
(("/bin/sh") (which "sh")))) (("/bin/sh") (which "sh")))))))))
#t)))))
(home-page "https://github.com/memkind/memkind") (home-page "https://github.com/memkind/memkind")
(synopsis "Heap manager with memory kinds (for NUMA)") (synopsis "Heap manager with memory kinds (for NUMA)")
(description "This package provides a user-extensible heap manager (description "This package provides a user-extensible heap manager