From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add lpsolve. Date: Mon, 18 May 2015 13:12:29 +0200 Message-ID: <20150518111229.GA4636@debian.bordeaux.inria.fr> References: <20150516191026.GA6149@debian> <87twvbj73v.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuIyR-0001xO-Js for guix-devel@gnu.org; Mon, 18 May 2015 07:12:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuIyQ-0003MY-Sx for guix-devel@gnu.org; Mon, 18 May 2015 07:12:43 -0400 Content-Disposition: inline In-Reply-To: <87twvbj73v.fsf@gnu.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sun, May 17, 2015 at 10:12:52PM +0200, Ludovic Courtès wrote: > I’d write it “Mixed integer linear programming (MILP) solver”. Okay. > > + (license license:lgpl2.1))) > LGPLv2.1-only? Well, I do not quite know where I took this from any more. The distribution says: "free (see LGPL for the GNU lesser general public license)" and refers to LGPL.txt, which is not contained in the tarball, however. The sourceforge website states "License GNU Library or Lesser General Public License version 2.0 (LGPLv2)". By calling it "lesser" and not "library", they must mean 2.1 at least. As there are no further specifications, I suppose this means 2.1+? I also realised I forgot to install the header files. There are quite a few .h files after unpacking the tarball; I will try to track those that are used by the demo program also included. Andreas