From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH] Fix Ardour and mod-host. Date: Sat, 26 Nov 2016 00:28:35 +0100 Message-ID: <20161125232836.13621-1-rekado@elephly.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAPvL-0002He-Qu for guix-devel@gnu.org; Fri, 25 Nov 2016 18:28:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAPvG-0004VF-Sp for guix-devel@gnu.org; Fri, 25 Nov 2016 18:28:55 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:21451) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cAPvG-0004Tk-Ib for guix-devel@gnu.org; Fri, 25 Nov 2016 18:28:50 -0500 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: guix-devel@gnu.org We already have a fix for Ardour and mod-host on the staging branch, but it will be some time till it's merged. This patch adds threaded variants for fftw/fftwf and changes both Ardour and mod-host to use them. This patch can be easily reverted once the staging branch is merged. What do you think? ~~ Ricardo PS: I only built mod-host so far because I don't have enough space at the moment for building Ardour. Ricardo Wurmus (1): gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host. gnu/packages/algebra.scm | 16 ++++++++++++++++ gnu/packages/audio.scm | 4 ++-- gnu/packages/music.scm | 4 ++-- 3 files changed, 20 insertions(+), 4 deletions(-) -- 2.10.2