From patchwork Fri May 24 15:52:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 14065 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D60B017016; Fri, 24 May 2019 16:53:08 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 3EDA116FFA for ; Fri, 24 May 2019 16:53:08 +0100 (BST) Received: from localhost ([127.0.0.1]:56571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUCVG-0000cK-M4 for patchwork@mira.cbaines.net; Fri, 24 May 2019 11:53:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUCVD-0000bD-VQ for guix-patches@gnu.org; Fri, 24 May 2019 11:53:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUCVC-0000O2-R9 for guix-patches@gnu.org; Fri, 24 May 2019 11:53:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33553) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUCVC-0000Nl-NV for guix-patches@gnu.org; Fri, 24 May 2019 11:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUCVC-0008SG-KC for guix-patches@gnu.org; Fri, 24 May 2019 11:53:02 -0400 Subject: bug#35788: [PATCH] gnu: assembly: Add libjit Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 24 May 2019 15:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 35788 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: atai@atai.org Mail-Followup-To: 35788@debbugs.gnu.org, ludo@gnu.org, atai@atai.org Received: via spool by 35788-done@debbugs.gnu.org id=D35788.155871314932440 (code D ref 35788); Fri, 24 May 2019 15:53:02 +0000 Received: (at 35788-done) by debbugs.gnu.org; 24 May 2019 15:52:29 +0000 Received: from localhost ([127.0.0.1]:47096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hUCUe-0008RA-Jw for submit@debbugs.gnu.org; Fri, 24 May 2019 11:52:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49200) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hUCUc-0008Qu-Re for 35788-done@debbugs.gnu.org; Fri, 24 May 2019 11:52:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUCUX-00085N-BX; Fri, 24 May 2019 11:52:21 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36782 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hUCUW-00029V-N3; Fri, 24 May 2019 11:52:21 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: <20190518080649.21073-1-atai@atai.org> <20190522052946.29343-1-atai@atai.org> Date: Fri, 24 May 2019 17:52:18 +0200 In-Reply-To: <20190522052946.29343-1-atai@atai.org> (atai@atai.org's message of "Tue, 21 May 2019 22:29:46 -0700") Message-ID: <87lfyvu9xp.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 35788-done@debbugs.gnu.org Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi, atai@atai.org skribis: > From: Andy Tai > > * gnu/packages/assembly.scm (libjit): Add at 0.1.4 Applied with the tiny changes below (synopsis suggested by ‘guix lint’, URL fixed, and indentation adjusted). Thanks! Ludo’. diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index 8d65eb9f0e..8cf5bcdaf5 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2019 Guy Fleury Iteriteka +;;; Copyright © 2019 Andy Tai ;;; ;;; This file is part of GNU Guix. ;;; @@ -215,32 +216,32 @@ assembler, a C compiler and a linker. The assembler uses Intel syntax (define-public libjit (let ((commit "554c9f5c750daa6e13a6a5cd416873c81c7b8226")) (package - (name "libjit") - (version "0.1.4") + (name "libjit") + (version "0.1.4") (source (origin (method git-fetch) (uri (git-reference - (url "http://git.savannah.gnu.org/cgit/libjit.git") + (url "https://git.savannah.gnu.org/r/libjit.git") (commit commit))) (file-name (string-append name "-" version "-checkout")) (sha256 (base32 "0p6wklslkkp3s4aisj3w5a53bagqn5fy4m6088ppd4fcfxgqkrcd")))) - (build-system gnu-build-system) - (native-inputs - `(("autoconf" ,autoconf) - ("automake" ,automake) - ("bison" ,bison) - ("flex" ,flex) - ("help2man" ,help2man) - ("gettext" ,gettext-minimal) - ("libtool" ,libtool) - ("makeinfo" ,texinfo) - ("pkg-config" ,pkg-config))) - (home-page "https://www.gnu.org/software/libjit/") - (synopsis "Generic Just-In-Time compiler library") - (description - "GNU libjit is a library that provides generic Just-In-Time compiler + (build-system gnu-build-system) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("bison" ,bison) + ("flex" ,flex) + ("help2man" ,help2man) + ("gettext" ,gettext-minimal) + ("libtool" ,libtool) + ("makeinfo" ,texinfo) + ("pkg-config" ,pkg-config))) + (home-page "https://www.gnu.org/software/libjit/") + (synopsis "Just-In-Time compilation library") + (description + "GNU libjit is a library that provides generic Just-In-Time compiler functionality independent of any particular bytecode, language, or runtime") - (license license:lgpl2.1+)))) + (license license:lgpl2.1+))))