From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Re: 01/02: gnu: Add itpp. Date: Mon, 20 Mar 2017 07:03:03 +0100 Message-ID: <20170320060302.GB19992@jocasta.intra> References: <20170318093207.31474.12254@vcs0.savannah.gnu.org> <20170318093208.C125820945@vcs0.savannah.gnu.org> <878to1571s.fsf@netris.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xXmbgvnjoT4axfJE" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cpqPP-0002Nd-Fq for guix-devel@gnu.org; Mon, 20 Mar 2017 02:03:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cpqPO-0007qR-7j for guix-devel@gnu.org; Mon, 20 Mar 2017 02:03:11 -0400 Content-Disposition: inline In-Reply-To: <878to1571s.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" To: Mark H Weaver Cc: guix-devel@gnu.org, John Darrington --xXmbgvnjoT4axfJE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 19, 2017 at 04:46:07PM -0400, Mark H Weaver wrote: john@darrington.wattle.id.au (John Darrington) writes: =20 > jmd pushed a commit to branch master > in repository guix. > > commit a53d6719bc6b6b4afdc58e257ac712df316c8858 > Author: John Darrington > Date: Tue Mar 7 07:51:51 2017 +0100 > > gnu: Add itpp. > =20 > * gnu/packages/maths.scm (itpp): New variable. > --- > gnu/packages/maths.scm | 30 +++++++++++++++++++++++++++++- > 1 file changed, 29 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm > index adc8156..fe85983 100644 > --- a/gnu/packages/maths.scm > +++ b/gnu/packages/maths.scm > @@ -1,7 +1,7 @@ > ;;; GNU Guix --- Functional package management for GNU > ;;; Copyright ?? 2013, 2014, 2015, 2016 Andreas Enge > ;;; Copyright ?? 2013 Nikita Karetnikov > -;;; Copyright ?? 2014, 2016 John Darrington > +;;; Copyright ?? 2014, 2016, 2017 John Darrington > ;;; Copyright ?? 2014, 2015, 2016 Eric Bavier > ;;; Copyright ?? 2014 Federico Beffa > ;;; Copyright ?? 2014 Mathieu Lirzin > @@ -761,6 +761,34 @@ Swath).") > HDF5 file is encoded according to the HDF File Format Specification= =2E") > (license (license:x11-style "file://COPYING")))) > =20 > +(define-public itpp > + (package > + (name "itpp") > + (version "4.3.1") > + (source (origin > + (method url-fetch) > + (uri (string-append "mirror://sourceforge/itpp/itpp/" > + version "/itpp-" > + version ".tar.gz")) > + (sha256 > + (base32 > + "14ddy2xnb6sgp4hiax9v5sv4pr4l4dd4ps76nfha3nrpr1ikhcqm")))) =20 Please be more careful with the indentation above. =20 Do you know - I've been looking carefully at the above for about a minute n= ow, and=20 I cannot see anything wrong with the indentation. I'm not saying that the= re isn't anything wrong - but I cannot see it despite close scrutiny. So I must as= k myself: can we not be a little less strict about indentation? Anyway Rekado has made me aware of emacs-guix and of etc/indent-code.el so = maybe I'll set up a git hook to use that. J' =20 --=20 Avoid eavesdropping. Send strong encrypted email. PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --xXmbgvnjoT4axfJE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAljPcJYACgkQimdxnC3oJ7MpjQCbBIAFG4xpGo7l6W3o9a6hxlTN oSgAn3gY71GKRdFnutTJu6Qgkur+CN+W =9t+1 -----END PGP SIGNATURE----- --xXmbgvnjoT4axfJE--