Eric Bavier <ericbav...@openmailbox.org> writes:

> On Thu,  8 Sep 2016 23:07:06 +0000
> ng0 <n...@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 <andr...@enge.fr>
>>  ;;; Copyright © 2016 Ricardo Wurmus <rek...@elephly.net>
>>  ;;; Copyright © 2016 Ben Woodcroft <donttrust...@gmail.com>
>> +;;; Copyright © 2016 ng0 <n...@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
>

That's version 4.3.2, how is the version I package different? If the
version packaged is old I'll version bump it.
-- 
ng0
For non-prism friendly talk find me on http://www.psyced.org

Reply via email to