From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add lpsolve. Date: Sun, 17 May 2015 22:12:52 +0200 Message-ID: <87twvbj73v.fsf@gnu.org> References: <20150516191026.GA6149@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yu4vj-0006Hh-3l for guix-devel@gnu.org; Sun, 17 May 2015 16:12:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yu4vf-0002dp-4P for guix-devel@gnu.org; Sun, 17 May 2015 16:12:59 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:34899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yu4ve-0002cs-TA for guix-devel@gnu.org; Sun, 17 May 2015 16:12:55 -0400 In-Reply-To: <20150516191026.GA6149@debian> (Andreas Enge's message of "Sat, 16 May 2015 21:10:26 +0200") 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > * gnu/packages/maths.scm (lpsolve): New variable. LGTM! > + (synopsis "Mixed Integer Linear Programming (MILP) solver") I=E2=80=99d write it =E2=80=9CMixed integer linear programming (MILP) solve= r=E2=80=9D. > + (license license:lgpl2.1))) LGPLv2.1-only? Ludo=E2=80=99.