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 HISAT. Date: Thu, 12 Feb 2015 21:39:42 +0100 Message-ID: <874mqqoodt.fsf@gnu.org> References: <87fvae8z7h.fsf@gnu.org> <20150211111501.GA5291@debian> <87mw4kt6kn.fsf@gnu.org> 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]:59286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM0YG-0000GN-An for guix-devel@gnu.org; Thu, 12 Feb 2015 15:40:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YM0YA-0005xr-8R for guix-devel@gnu.org; Thu, 12 Feb 2015 15:39:56 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM0YA-0005xn-4l for guix-devel@gnu.org; Thu, 12 Feb 2015 15:39:50 -0500 In-Reply-To: (Ricardo Wurmus's message of "Thu, 12 Feb 2015 12:04:22 +0100") 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: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > This may not even be necessary; the developer replied with a hint and > attached is a patch that should fix the build on non-x86_64 > architectures. It builds fine locally with > > ./pre-inst-env guix build --system=3Di686-linux hisat > > Does this look okay? [...] > From 5a73d260fcff839f5d07ef4ae684c78c4660f3d3 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 12 Feb 2015 11:58:40 +0100 > Subject: [PATCH] gnu: hisat: fix build on non-x86_64. > > * gnu/packages/bioinformatics.scm (hisat): Add "POPCNT_CAPABILITY=3D0" to > make-flags on architectures other than x86_64. Definitely, yes. Thanks for investigating, Ludo=E2=80=99.