From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eXIGk-0007DV-IT for guix-patches@gnu.org; Thu, 04 Jan 2018 22:02:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eXIGh-0007ez-8C for guix-patches@gnu.org; Thu, 04 Jan 2018 22:02:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55775) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eXIGg-0007ec-R2 for guix-patches@gnu.org; Thu, 04 Jan 2018 22:02:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eXIGg-0008K7-BM for guix-patches@gnu.org; Thu, 04 Jan 2018 22:02:02 -0500 Subject: bug#29982: [PATCH] gnu: ao-cad: Update and fix for aarch64. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Eric Bavier Date: Fri, 5 Jan 2018 03:01:29 +0000 Message-ID: References: <20180104173540.GJ188239@pe06.us.cray.com>, <20180104180356.GC9302@jasmine.lan> In-Reply-To: <20180104180356.GC9302@jasmine.lan> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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" Cc: "29982-done@debbugs.gnu.org" <29982-done@debbugs.gnu.org> Pushed in 007c75f56fc48b031c1383c98b6bbb3c1e3c30ad Eric Bavier, Scientific Libraries, Cray Inc. ________________________________________ From: Leo Famulari Sent: Thursday, January 4, 2018 12:03 To: Eric Bavier Cc: 29982@debbugs.gnu.org Subject: Re: [bug#29982] [PATCH] gnu: ao-cad: Update and fix for aarch64. On Thu, Jan 04, 2018 at 11:35:40AM -0600, Eric Bavier wrote: > This patch updates the 'ao-cad' package snapshot and fixes the build > for aarch64. This could be split into two commits if desired. > > -- > Eric Bavier, Scientific Libraries, Cray Inc. > From 686fd80fdc3e507c78ca0592ddf248c49a2e04ef Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Thu, 14 Dec 2017 17:03:58 -0600 > Subject: [PATCH] gnu: ao-cad: Update and fix for aarch64. > > * gnu/packages/patches/ao-cad-aarch64-support.patch: New patch. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/engineering.scm (ao-cad)[source]: Use it. Update snapshot= to > fb288c9. Use VCS helpers for version and file-name. > [arguments]: Add 'remove-native-compilation' phase. LGTM, thanks!