guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH]: gnu: shogun: Remove non-free source files.


From: Mark H Weaver
Subject: Re: [PATCH]: gnu: shogun: Remove non-free source files.
Date: Sat, 09 May 2015 01:15:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus <address@hidden> writes:

> Thanks to Bavier for bringing this issue to my attention.  This patch
> removes two source files that are released under a non-free license.

Sounds good, thanks!

> There are functions in src/shogun/kernel/Kernel.{cpp,h} that are also
> released under non-free terms, but they are enclosed in #ifdef
> statements and the make flags we pass disable these functions at build
> time.

This is not sufficient.  We will need to completely remove the non-free
functions from the source code using a snippet.  We cannot use a patch
because the patch would contain the non-free code.

     Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]