From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fLmGB-0005b7-Ck for guix-patches@gnu.org; Thu, 24 May 2018 05:10:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fLmG3-0000JV-GX for guix-patches@gnu.org; Thu, 24 May 2018 05:10:11 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38070) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fLmG3-0000JK-5U for guix-patches@gnu.org; Thu, 24 May 2018 05:10:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fLmG2-0008JH-BC for guix-patches@gnu.org; Thu, 24 May 2018 05:10:02 -0400 Subject: [bug#31479] [PATCH 3/3] gnu: Update shogun to 6.1.3. References: <20180516231033.1680-1-kkebreau@posteo.net> In-Reply-To: <20180516231033.1680-1-kkebreau@posteo.net> Resent-Message-ID: From: Ricardo Wurmus Date: Thu, 24 May 2018 11:09:09 +0200 Message-ID: <87a7spcte2.fsf@mdc-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit 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: Kei Kebreau Cc: 31479@debbugs.gnu.org Hi Kei, please also note that Shogun contains references to proprietary software. It has support for SVMLight, which is non-free software. It includes a script to remove all references to and adapters for SVMLight, but unfortunately we cannot run shell scripts in a snippet. Changing this requires changing the “package” syntax to delay evaluation more. Until then we need to remove the non-free bits in code, which is what the current snippet does, but the code would need to be adjusted for version 6.1.3. Thanks for taking this on! -- Ricardo