From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jelle Licht Subject: Re: [PATCH] gnu: jemalloc: Update to 4.1.0. Date: Wed, 4 May 2016 12:56:50 +0200 Message-ID: References: <87inyut7sp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3878a355b680532021558 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axuUc-00011w-5L for guix-devel@gnu.org; Wed, 04 May 2016 06:57:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axuUP-0001au-4U for guix-devel@gnu.org; Wed, 04 May 2016 06:57:16 -0400 Received: from cavendish.fsfeurope.org ([2001:aa8:ffed::3:102]:60966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axuUO-0001YK-Qq for guix-devel@gnu.org; Wed, 04 May 2016 06:57:09 -0400 Received: from localhost (localhost [127.0.0.1]) by cavendish.fsfeurope.org (Postfix) with ESMTP id 54C0463B9E5 for ; Wed, 4 May 2016 12:56:58 +0200 (CEST) Received: from cavendish.fsfeurope.org ([127.0.0.1]) by localhost (cavendish.fsfeurope.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PHTDIpxAwCPU for ; Wed, 4 May 2016 12:56:55 +0200 (CEST) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: jlicht) by cavendish.fsfeurope.org (Postfix) with ESMTPSA id 79F3F63BA29 for ; Wed, 4 May 2016 12:56:55 +0200 (CEST) Received: by mail-lf0-f41.google.com with SMTP id y84so55287184lfc.0 for ; Wed, 04 May 2016 03:56:55 -0700 (PDT) In-Reply-To: <87inyut7sp.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --001a11c3878a355b680532021558 Content-Type: text/plain; charset=UTF-8 Hmm, that mail went out a bit too rushed. I updated jemalloc to a newer version so it supports the sdallocx calls. I have not yet tested them with the other packages that depend on it (mariadb, blender) Regards, Jelle 2016-05-04 12:51 GMT+02:00 Jelle Licht : > Date: Sun, 1 May 2016 00:09:41 +0200 > User-agent: mu4e 0.9.13; emacs 24.5.1 > * gnu/packages/statistics.scm (r-estimability): New variable. > --- > gnu/packages/jemalloc.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm > index 5b4c2e0..143c80c 100644 > --- a/gnu/packages/jemalloc.scm > +++ b/gnu/packages/jemalloc.scm > @@ -27,7 +27,7 @@ > (define-public jemalloc > (package > (name "jemalloc") > - (version "3.6.0") > + (version "4.1.0") > (source (origin > (method url-fetch) > (uri (string-append > @@ -35,7 +35,7 @@ > name "-" version ".tar.bz2")) > (sha256 > (base32 > - "1zl4vxxjvhg72bdl53sl0idz9wp18c6yzjdmqcnwm09wvmcj2v71")))) > + "13pc6gcs5d6ws63jv83vslrb1vlqdnf1dg43awkb9bbj9xqnvl7s")))) > (build-system gnu-build-system) > ;; XXX FIXME: Use gcc-4.8 on i686 to work around > ;; . > -- > 2.7.4 > --001a11c3878a355b680532021558 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hmm, that mail went out a bit too rush= ed.

I updated jemalloc to a newer version so it supports the s= dallocx calls.
I have not yet tested them with the other packages that = depend on it
(mariadb, blender)

Regards,
Jel= le


2016-05-04 12:51 GMT+02:00 Jelle Licht <jlic= ht@fsfe.org>:
Date: Sun, 1 = May 2016 00:09:41 +0200
User-agent: mu4e 0.9.13; emacs 24.5.1
* gnu/packages/statistics.scm (r-estimability): New variable.
---
=C2=A0gnu/packages/jemalloc.scm | 4 ++--
=C2=A01 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/jemalloc.scm b/gnu/packages/jemalloc.scm
index 5b4c2e0..143c80c 100644
--- a/gnu/packages/jemalloc.scm
+++ b/gnu/packages/jemalloc.scm
@@ -27,7 +27,7 @@
=C2=A0(define-public jemalloc
=C2=A0 =C2=A0(package
=C2=A0 =C2=A0 =C2=A0(name "jemalloc")
-=C2=A0 =C2=A0 (version "3.6.0")
+=C2=A0 =C2=A0 (version "4.1.0")
=C2=A0 =C2=A0 =C2=A0(source (origin
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(method url-fetch) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(uri (string-append<= br> @@ -35,7 +35,7 @@
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0name "-" version ".tar.bz2"))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(sha256
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (base32
-=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "1zl4vxxjvhg7= 2bdl53sl0idz9wp18c6yzjdmqcnwm09wvmcj2v71"))))
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "13pc6gcs5d6w= s63jv83vslrb1vlqdnf1dg43awkb9bbj9xqnvl7s"))))
=C2=A0 =C2=A0 =C2=A0(build-system gnu-build-system)
=C2=A0 =C2=A0 =C2=A0;; XXX FIXME: Use gcc-4.8 on i686 to work around
=C2=A0 =C2=A0 =C2=A0;; <http://bugs.gnu.org/20856>.
--
2.7.4

--001a11c3878a355b680532021558--