From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host. Date: Sat, 26 Nov 2016 01:14:14 -0500 Message-ID: <20161126061414.GE12092@jasmine> References: <20161125232836.13621-1-rekado@elephly.net> <20161125232836.13621-2-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAWFh-0003MU-8B for guix-devel@gnu.org; Sat, 26 Nov 2016 01:14:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAWFc-0004Tu-Ac for guix-devel@gnu.org; Sat, 26 Nov 2016 01:14:21 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:53250) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cAWFc-0004TC-6Y for guix-devel@gnu.org; Sat, 26 Nov 2016 01:14:16 -0500 Content-Disposition: inline In-Reply-To: <20161125232836.13621-2-rekado@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel@gnu.org 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/packages/music.scm (mod-host)[inputs]: Likewise. LGTM. I don't see fftwf-with-threads on staging. Is that intentional?