unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eric Bavier <ericbavier@openmailbox.org>
To: ng0 <ng0@we.make.ritual.n0.is>
Cc: guix-devel@gnu.org,
	Guix-devel
	<guix-devel-bounces+ericbavier=openmailbox.org@gnu.org>
Subject: Re: [PATCH] gnu: tbb: Update to 2017_20160722.
Date: Fri, 09 Sep 2016 09:57:57 -0500	[thread overview]
Message-ID: <f91710870505fa3bff25143ee4400a11@openmailbox.org> (raw)
In-Reply-To: <20160909095106.6247-1-ng0@we.make.ritual.n0.is>

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(-)
> 
> 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 © 2015 Ricardo Wurmus <rekado@elephly.net>
> +;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
>  ;;;
>  ;;; 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 
advertised.  This is their first release with the year-as-version, so we 
don't know how they'd like to denote patch versions.

>      (source (origin
>                (method url-fetch)
>                (uri (string-append
>                      
> "https://www.threadingbuildingblocks.org/sites/default"
>                      "/files/software_releases/source/"
> -                    "tbb43_20141204oss_src.tgz"))
> +                    "tbb" version "oss_src.tgz"))
>                (sha256
>                 (base32
> -                
> "0jsczl99jfgj47kj7c4sd4fk7v3rbaiax1ng9ypykz1hh0lrrsws"))
> +                
> "038rmv3s8si51bjrzwyv8ldqw742fjjdfayi8pmjaq5zw32b8pzx"))
>                (modules '((guix build utils)))
>                (snippet
>                 '(substitute* "build/common.inc"

The 2017 version also brings with it a change in license from GPLv2 with 
libstdc++ runtime exception to the ASL2.0.  Could you include that in 
this patch too?

Thanks,
-- 
`~Eric

  reply	other threads:[~2016-09-09 14:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-09  9:51 [PATCH] gnu: tbb: Update to 2017_20160722 ng0
2016-09-09 14:57 ` Eric Bavier [this message]
2016-09-09 15:10   ` ng0
2016-09-09 15:42     ` Eric Bavier
2016-09-09 16:13       ` ng0
2016-09-10 20:48         ` Efraim Flashner
2016-09-11  7:40           ` ng0
2016-09-12  8:41             ` Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f91710870505fa3bff25143ee4400a11@openmailbox.org \
    --to=ericbavier@openmailbox.org \
    --cc=guix-devel-bounces+ericbavier=openmailbox.org@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=ng0@we.make.ritual.n0.is \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).