all messages for Guix-related lists mirrored at yhetil.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
Subject: Re: [PATCH] gnu: Add threadingbuildingblocks.
Date: Thu, 8 Sep 2016 23:11:53 -0500	[thread overview]
Message-ID: <20160908231153.70b8ef81@openmailbox.org> (raw)
In-Reply-To: <20160908230706.23925-1-ng0@we.make.ritual.n0.is>

On Thu,  8 Sep 2016 23:07:06 +0000
ng0 <ng0@we.make.ritual.n0.is> wrote:

> * gnu/packages/parallel.scm (threadingbuildingblocks): New variable.
> ---
>  gnu/packages/parallel.scm | 33 +++++++++++++++++++++++++++++++++
>  1 file changed, 33 insertions(+)
> 
> diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
> index 3bb078e..223b318 100644
> --- a/gnu/packages/parallel.scm
> +++ b/gnu/packages/parallel.scm
> @@ -6,6 +6,7 @@
>  ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
>  ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
>  ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
> +;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -175,3 +176,35 @@ to SLURM.  Using DRMAA, grid applications builders, portal developers and ISVs
>  can use the same high-level API to link their software with different
>  cluster/resource management systems.")
>      (license license:gpl3+)))
> +
> +(define-public threadingbuildingblocks
> +  (package
> +    (name "threadingbuildingblocks")
> +    (version "2017_20160722oss")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "https://www.threadingbuildingblocks.org/sites/"
> +                                  "default/files/software_releases/source/"
> +                                  "tbb" version "_src.tgz"))
[...]

We already have a "tbb@4.3.2" package in gnu/packages/tbb.scm.  How is
this package different?

`~Eric

  parent reply	other threads:[~2016-09-09  4:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-08 23:07 [PATCH] gnu: Add threadingbuildingblocks ng0
2016-09-08 23:11 ` ng0
2016-09-08 23:17   ` Jeff Mickey
2016-09-08 23:52     ` ng0
2016-09-09  0:26 ` Marius Bakke
2016-09-09  9:16   ` ng0
2016-09-09  4:11 ` Eric Bavier [this message]
2016-09-09  9:17   ` ng0
2016-09-09  9:18   ` ng0

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

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

  git send-email \
    --in-reply-to=20160908231153.70b8ef81@openmailbox.org \
    --to=ericbavier@openmailbox.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.