guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: jemalloc: Update to 5.0.1.


From: Efraim Flashner
Subject: 01/01: gnu: jemalloc: Update to 5.0.1.
Date: Mon, 28 Aug 2017 04:53:52 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 475b99fa5cf402430aa93a40e406e854ad2ff6e4
Author: Efraim Flashner <address@hidden>
Date:   Mon Aug 28 11:45:41 2017 +0300

    gnu: jemalloc: Update to 5.0.1.
    
    * gnu/packages/jemalloc.scm (jemalloc): Update to 5.0.1.
    [inputs]: Add perl.
---
 gnu/packages/jemalloc.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm
index 27fb46e..a3bd2c9 100644
--- a/gnu/packages/jemalloc.scm
+++ b/gnu/packages/jemalloc.scm
@@ -23,14 +23,13 @@
   #:use-module ((guix licenses) #:select (bsd-2))
   #:use-module (guix packages)
   #:use-module (guix download)
-  #:use-module (gnu packages base)
-  #:use-module (gnu packages gcc)
+  #:use-module (gnu packages perl)
   #:use-module (guix build-system gnu))
 
 (define-public jemalloc
   (package
     (name "jemalloc")
-    (version "4.5.0")
+    (version "5.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -38,7 +37,7 @@
                     version "/jemalloc-" version ".tar.bz2"))
               (sha256
                (base32
-                "10373xhpc10pgmai9fkc1z0rs029qlcb3c0qfnvkbwdlcibdh2cl"))))
+                "1sf3lzgb0y8nnyzmp4zrca3sngdxw3kfh20sna9z03jv74fph528"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -56,6 +55,7 @@
            ;; Transparent huge pages are only enabled by default on Intel 
processors
            '()
            '(#:configure-flags (list "--disable-thp")))))
+    (inputs `(("perl" ,perl)))
     (home-page "http://jemalloc.net/";)
     (synopsis "General-purpose scalable concurrent malloc implementation")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]