From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] gnu: tbb: Update to =?UTF-8?Q?=32=30=31=37=5F=32=30?= =?UTF-8?Q?=31=36=30=37=32=32=2E?= Date: Fri, 09 Sep 2016 09:57:57 -0500 Message-ID: References: <20160909095106.6247-1-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biNFq-00022M-Af for guix-devel@gnu.org; Fri, 09 Sep 2016 10:58:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1biNFm-0005TS-6p for guix-devel@gnu.org; Fri, 09 Sep 2016 10:58:09 -0400 Received: from smtp14.openmailbox.org ([62.4.1.48]:46212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biNFl-0005T6-T8 for guix-devel@gnu.org; Fri, 09 Sep 2016 10:58:06 -0400 In-Reply-To: <20160909095106.6247-1-ng0@we.make.ritual.n0.is> 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: ng0 Cc: guix-devel@gnu.org, Guix-devel On 2016-09-09 04:51, ng0 wrote: > * gnu/packages/tbb.scm (tbb): Update to 2017_20160722. > --- > gnu/packages/tbb.scm | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) >=20 > diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm > index 0e9db72..22ce068 100644 > --- a/gnu/packages/tbb.scm > +++ b/gnu/packages/tbb.scm > @@ -1,5 +1,6 @@ > ;;; GNU Guix --- Functional package management for GNU > ;;; Copyright =C2=A9 2015 Ricardo Wurmus > +;;; Copyright =C2=A9 2016 ng0 > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -27,16 +28,16 @@ > (define-public tbb > (package > (name "tbb") > - (version "4.3.2") > + (version "2017_20160722") I think we should go with "2017" as the version; it seems to be what's=20 advertised. This is their first release with the year-as-version, so we=20 don't know how they'd like to denote patch versions. > (source (origin > (method url-fetch) > (uri (string-append > =20 > "https://www.threadingbuildingblocks.org/sites/default" > "/files/software_releases/source/" > - "tbb43_20141204oss_src.tgz")) > + "tbb" version "oss_src.tgz")) > (sha256 > (base32 > - =20 > "0jsczl99jfgj47kj7c4sd4fk7v3rbaiax1ng9ypykz1hh0lrrsws")) > + =20 > "038rmv3s8si51bjrzwyv8ldqw742fjjdfayi8pmjaq5zw32b8pzx")) > (modules '((guix build utils))) > (snippet > '(substitute* "build/common.inc" The 2017 version also brings with it a change in license from GPLv2 with=20 libstdc++ runtime exception to the ASL2.0. Could you include that in=20 this patch too? Thanks, --=20 `~Eric