From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 1/2] Revert "gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host." Date: Sat, 7 Jan 2017 23:43:13 +0100 Message-ID: References: <87shoyfoe7.fsf@gnu.org> <20170107181013.17984-1-david@craven.ch> <87o9zid6sa.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPzhl-00056O-Od for guix-devel@gnu.org; Sat, 07 Jan 2017 17:43:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPzhi-0002Yv-K5 for guix-devel@gnu.org; Sat, 07 Jan 2017 17:43:17 -0500 Received: from mail-qt0-x242.google.com ([2607:f8b0:400d:c0d::242]:36159) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cPzhi-0002Yn-F8 for guix-devel@gnu.org; Sat, 07 Jan 2017 17:43:14 -0500 Received: by mail-qt0-x242.google.com with SMTP id l7so7984283qtd.3 for ; Sat, 07 Jan 2017 14:43:14 -0800 (PST) In-Reply-To: <87o9zid6sa.fsf@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 > What commit(s) made these variants obsolete? When I added them fftw and > fftwf did not install the threaded variants that Ardour was looking > for. Has either ardour or fftw been updated since then or has something > else changed? > > In any case, if Ardour now builds without these variants then these > patches are okay, I suppose. This is for staging meant to fix a build failure in staging. Your commit adds the --enable-threads flag, 86f4e9d76a75c405b3b6c5b3f1717df0e45f4e68, or am I missing something?