From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 01/01: gnu: hdf4: Fix non-x86 architectures. Date: Mon, 17 Oct 2016 16:49:47 -0400 Message-ID: <87h98asntg.fsf@netris.org> References: <20161016150237.21209.27470@vcs.savannah.gnu.org> <20161016150237.CDEAD2200FF@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwEsU-0006JI-4Q for guix-devel@gnu.org; Mon, 17 Oct 2016 16:51:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwEsQ-00078z-6t for guix-devel@gnu.org; Mon, 17 Oct 2016 16:51:22 -0400 Received: from world.peace.net ([50.252.239.5]:54751) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bwEsQ-00074A-35 for guix-devel@gnu.org; Mon, 17 Oct 2016 16:51:18 -0400 In-Reply-To: <20161016150237.CDEAD2200FF@vcs.savannah.gnu.org> (Andreas Enge's message of "Sun, 16 Oct 2016 15:02:37 +0000 (UTC)") 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: Andreas Enge Cc: guix-devel@gnu.org andreas@enge.fr (Andreas Enge) writes: > andreas pushed a commit to branch master > in repository guix. > > commit 60da9fb1100787c49ed4910eacf50e83c6462dcc > Author: Andreas Enge > Date: Sun Oct 16 17:00:56 2016 +0200 > > gnu: hdf4: Fix non-x86 architectures. > > * gnu/packages/patches/hdf4-architectures.patch: New file. > * gnu/local.mk (dist_patch_DATA): Register patch. > * gnu/packages/maths.scm (hdf4)[source]: Add patch. > --- > gnu/packages/patches/hdf4-architectures.patch | 579 +++++++++++++++++++++++++ > 1 file changed, 579 insertions(+) Contrary to the commit log message, the only part of this that actually made it into the patch was adding 'hdf4-architectures.patch'. The changes to local.mk and maths.scm were not included. Mark