Re: [PATCH] gnu: Add threadingbuildingblocks.

2016-09-09 Thread ng0
Eric Bavier writes: > On Thu, 8 Sep 2016 23:07:06 + > ng0 wrote: > >> * gnu/packages/parallel.scm (threadingbuildingblocks): New variable. >> --- >> gnu/packages/parallel.scm | 33 + >> 1 file changed, 33 insertions(+) >> >> diff --git a/gnu/packages/parall

Re: [PATCH] gnu: Add threadingbuildingblocks.

2016-09-09 Thread ng0
Eric Bavier writes: > On Thu, 8 Sep 2016 23:07:06 + > ng0 wrote: > >> * gnu/packages/parallel.scm (threadingbuildingblocks): New variable. >> --- >> gnu/packages/parallel.scm | 33 + >> 1 file changed, 33 insertions(+) >> >> diff --git a/gnu/packages/parall

Re: [PATCH] gnu: Add threadingbuildingblocks.

2016-09-09 Thread ng0
Marius Bakke writes: > ng0 writes: > >> +(arguments >> + `(;; XXX: make 'check' is run with 'make all', however the 'all' phase >> takes >> + ;; 30+ minutes on a AMD FX-4300 Quad-Core Processor buildmachine. >> + #:tests? #f > > 30 minutes isn't bad, we have packages that ta

Re: [PATCH] gnu: Add threadingbuildingblocks.

2016-09-08 Thread Eric Bavier
On Thu, 8 Sep 2016 23:07:06 + ng0 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.sc

Re: [PATCH] gnu: Add threadingbuildingblocks.

2016-09-08 Thread Marius Bakke
ng0 writes: > +(arguments > + `(;; XXX: make 'check' is run with 'make all', however the 'all' phase > takes > + ;; 30+ minutes on a AMD FX-4300 Quad-Core Processor buildmachine. > + #:tests? #f 30 minutes isn't bad, we have packages that takes longer. As long as it prints s

Re: [PATCH] gnu: Add threadingbuildingblocks.

2016-09-08 Thread ng0
Jeff Mickey writes: > Yes, people will search for this as 'tbb'. Debian packages it as libtbb, > arch does intel-tbb. > > // codemac Thanks, that's what I had at first. What about the product name, what is it described as? Should I refer to debians description? I remember we don't include © a

Re: [PATCH] gnu: Add threadingbuildingblocks.

2016-09-08 Thread Jeff Mickey
Yes, people will search for this as 'tbb'. Debian packages it as libtbb, arch does intel-tbb. // codemac * ng0 [2016-09-08 16:11]: > I am unclear about the name. What do people expect to find this as? Do I > include Intel as it intel® tbb? I just add this as a dependency Pixar > USD needs.

Re: [PATCH] gnu: Add threadingbuildingblocks.

2016-09-08 Thread ng0
I am unclear about the name. What do people expect to find this as? Do I include Intel as it intel® tbb? I just add this as a dependency Pixar USD needs. ng0 writes: > * gnu/packages/parallel.scm (threadingbuildingblocks): New variable. > --- > gnu/packages/parallel.scm | 33 +++

[PATCH] gnu: Add threadingbuildingblocks.

2016-09-08 Thread ng0
* 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.