From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6HjD-0004C5-Gd for guix-patches@gnu.org; Wed, 11 Apr 2018 11:32:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6Hj8-0007aE-Il for guix-patches@gnu.org; Wed, 11 Apr 2018 11:32:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38477) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f6Hj8-0007a8-EN for guix-patches@gnu.org; Wed, 11 Apr 2018 11:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f6Hj8-0007T5-5l for guix-patches@gnu.org; Wed, 11 Apr 2018 11:32:02 -0400 Subject: [bug#31080] [PATCH 2/2] gnu: Add spindle. Resent-Message-ID: Date: Wed, 11 Apr 2018 10:31:05 -0500 From: Eric Bavier Message-ID: <20180411153105.GA105827@pe06.us.cray.com> References: <20180410152040.GX105827@pe06.us.cray.com> <20180411125810.1315-1-pierre-antoine.rouby@inria.fr> <20180411125810.1315-2-pierre-antoine.rouby@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180411125810.1315-2-pierre-antoine.rouby@inria.fr> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Rouby Pierre-Antoine Cc: ludovic.courtes@inria.fr, 31080@debbugs.gnu.org On Wed, Apr 11, 2018 at 02:58:10PM +0200, Rouby Pierre-Antoine wrote: > +(define-public spindle > + (package > + (name "spindle") > + (version "0.10") > + (source (origin > + (method url-fetch) > + (uri (string-append > + "https://github.com/hpc/Spindle/archive/v" > + version ".tar.gz")) No no, the git checkout used before was good. These autogenerated tarballs (as opposed to e.g. the maintainer-uploaded tarball that launchmon has) can change at any time, so we'd rather not use them. Sorry for any confusion my comment caused. Otherwise looks good. -- Eric Bavier, Scientific Libraries, Cray Inc.