Re: [PATCH] gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host.

2016-11-27 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Leo Famulari writes: > >> On Sat, Nov 26, 2016 at 12:28:36AM +0100, Ricardo Wurmus wrote: >>> * gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): New >>> variables. >>> * gnu/packages/audio.scm (ardour)[inputs]: Replace "fftw" and "fftwf" >>> with "fftw-

Re: [PATCH] gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host.

2016-11-26 Thread Ricardo Wurmus
Leo Famulari writes: > On Sat, Nov 26, 2016 at 12:28:36AM +0100, Ricardo Wurmus wrote: >> * gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): New >> variables. >> * gnu/packages/audio.scm (ardour)[inputs]: Replace "fftw" and "fftwf" >> with "fftw-with-threads" and "fftwf-with-thr

Re: [PATCH] gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host.

2016-11-25 Thread Leo Famulari
On Sat, Nov 26, 2016 at 12:28:36AM +0100, Ricardo Wurmus wrote: > * gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): New > variables. > * gnu/packages/audio.scm (ardour)[inputs]: Replace "fftw" and "fftwf" > with "fftw-with-threads" and "fftwf-with-threads", respectively. > * gnu/p

[PATCH] gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host.

2016-11-25 Thread Ricardo Wurmus
* gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): New variables. * gnu/packages/audio.scm (ardour)[inputs]: Replace "fftw" and "fftwf" with "fftw-with-threads" and "fftwf-with-threads", respectively. * gnu/packages/music.scm (mod-host)[inputs]: Likewise. --- gnu/packages/algebra.