From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49880) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irpqZ-0004pR-1y for guix-patches@gnu.org; Wed, 15 Jan 2020 16:05:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irpqY-00074J-1y for guix-patches@gnu.org; Wed, 15 Jan 2020 16:05:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58094) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irpqX-000749-V1 for guix-patches@gnu.org; Wed, 15 Jan 2020 16:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irpqX-0003wq-Q6 for guix-patches@gnu.org; Wed, 15 Jan 2020 16:05:01 -0500 Subject: bug#38865: [PATCH] add package definition for liquid-dsp-1.3.2 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <937849de433222cab5f2da618529ce3aad559546.camel@librehacker.com> <87d0bss243.fsf@gnu.org> <87tv52n4ae.fsf@gnu.org> <87c412487b95a94fcbb7b9cbc133ddb1bd9b7819.camel@librehacker.com> Date: Wed, 15 Jan 2020 22:03:55 +0100 In-Reply-To: <87c412487b95a94fcbb7b9cbc133ddb1bd9b7819.camel@librehacker.com> (Christopher Howard's message of "Fri, 10 Jan 2020 21:42:54 -0900") Message-ID: <87imlcph38.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Howard Cc: 38865-done@debbugs.gnu.org, evan.straw99@gmail.com, Brett Gilio Hello, Christopher Howard skribis: > From 0064c61e7884c6f7d6356dfa22b04279bc460b2a Mon Sep 17 00:00:00 2001 > From: Christopher Howard > Date: Fri, 10 Jan 2020 21:19:24 -0900 > Subject: [PATCH] gnu: Add liquid-dsp. > > * gnu/packages/sdr.scm (liquid-dsp): New variable Thanks, I=E2=80=99ve added the file to =E2=80=98gnu/local.mk=E2=80=99 and c= ommitted. Evan, I hope that=E2=80=99s fine with you! The changes I noticed between b= oth patches are: Evan=E2=80=99s did not include a dependency on FFTW, and Christopher=E2=80=99s lives in sdr.scm while Evan=E2=80=99s in ham-radio.sc= m. Evan, let us know if it=E2=80=99s fine for the rest of your patches! Thanks everyone, Ludo=E2=80=99.