From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] gnu: octave: Add fftw, arpack, and glu inputs. Date: Sun, 10 May 2015 22:17:53 -0500 Message-ID: <20150510221753.47fc9e67@PocketWee> References: <87sib5q591.fsf@netris.org> <20150510143904.636b0b8c@PocketWee> <878ucw5i7x.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YreBP-0007KD-U8 for guix-devel@gnu.org; Sun, 10 May 2015 23:15:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YreBL-0005gr-Np for guix-devel@gnu.org; Sun, 10 May 2015 23:15:07 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:41229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YreBL-0005ev-FD for guix-devel@gnu.org; Sun, 10 May 2015 23:15:03 -0400 In-Reply-To: <878ucw5i7x.fsf@netris.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: Mark H Weaver Cc: guix-devel@gnu.org On Sun, 10 May 2015 15:46:10 -0400 Mark H Weaver wrote: > Eric Bavier writes: > > > On Sat, 09 May 2015 08:56:10 -0400 > > Mark H Weaver wrote: > > > >> Eric Bavier writes: > >> > >> > @@ -411,11 +416,11 @@ extremely large and complex data collections.") > >> > "/bin/sh")))) > >> > (home-page "http://www.gnu.org/software/octave/") > >> > (synopsis "High-level language for numerical computation") > >> > - (description "GNU Octave is a high-level interpreted language that is specialized > >> > -for numerical computations. It can be used for both linear and non-linear > >> > -applications and it provides great support for visualizing results. Work may > >> > -be performed both at the interactive command-line as well as via script > >> > -files.") > >> > + (description "GNU Octave is a high-level interpreted language that is > >> > +specialized for numerical computations. It can be used for both linear and > >> > +non-linear applications and it provides great support for visualizing results. > >> > +Work may be performed both at the interactive command-line as well as via > >> > +script files.") > >> > >> As you have it now, the first line of the string will actually be much > >> shorter than the others. > > > > In what situations is this an actual issue? The recutils output will > > re-wrap lines already (e.g. 'guix search' and 'guix package --show'). > > Indeed, I didn't know that we did that. I suppose it doesn't matter > then. Ok. Just wanted to make sure I wasn't missing something. Thanks, `~Eric