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

2015-05-21 Thread Ludovic Courtès
You may actually be eligible for a GNU buck. :-) http://www.gnu.org/help/gnu-bucks.html Ludo’.

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

2015-05-21 Thread Ludovic Courtès
8 May 2015 16:53:28 +0200 > Subject: [PATCH] gnu: shogun: Remove non-free source files. > > * gnu/packages/bioinformatics.scm (shogun)[source]: Add snippet to remove > non-free sources. [...] > + ;; Remove non-free functions. > + (for-each > +(la

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

2015-05-21 Thread Ricardo Wurmus
Attached is a patch to remove non-free source files as well as anything in a "#ifdef USE_SVMLIGHT ... #endif" block. >From d409756bd2fc2db396d6257cfed42a213f6f43f6 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 8 May 2015 16:53:28 +0200 Subject: [PATCH] gnu: shogun: Re

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

2015-05-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > 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 w

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

2015-05-15 Thread Ricardo Wurmus
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 t

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

2015-05-09 Thread Ricardo Wurmus
Ludovic Courtès writes: >>> 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

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

2015-05-09 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> Ricardo Wurmus writes: > > [...] > >>> 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 t

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

2015-05-09 Thread Ludovic Courtès
Mark H Weaver skribis: > Ricardo Wurmus writes: [...] >> 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 su

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

2015-05-08 Thread Mark H Weaver
Ricardo Wurmus 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

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

2015-05-08 Thread Ludovic Courtès
ey are enclosed in #ifdef > statements and the make flags we pass disable these functions at build > time. OK. > From 0cc65499601910f4fdd55e93292124920a7e645d Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 8 May 2015 16:53:28 +0200 > Subject: [PATCH] gnu: sho

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

2015-05-08 Thread Ricardo Wurmus
flags we pass disable these functions at build time. >From 0cc65499601910f4fdd55e93292124920a7e645d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 8 May 2015 16:53:28 +0200 Subject: [PATCH] gnu: shogun: Remove non-free source files. * gnu/packages/bioinformatics.scm (shogun)[source]: