From patchwork Sun Jan 8 18:31:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 1188 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 75CFF27BBEB; Sun, 8 Jan 2023 18:33:01 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id C3AAC27BBE9 for ; Sun, 8 Jan 2023 18:33:00 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pEaTI-00047A-Pf; Sun, 08 Jan 2023 13:32:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pEaSh-0003vy-Ir for guix-patches@gnu.org; Sun, 08 Jan 2023 13:32:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pEaSf-0005Gr-Om for guix-patches@gnu.org; Sun, 08 Jan 2023 13:32:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pEaSf-0002LR-KG for guix-patches@gnu.org; Sun, 08 Jan 2023 13:32:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#60429] [PATCH v2 0/5] gnu: yosys: Update to 0.24. References: In-Reply-To: Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 08 Jan 2023 18:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60429 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60429@debbugs.gnu.org Received: via spool by 60429-submit@debbugs.gnu.org id=B60429.16732027058948 (code B ref 60429); Sun, 08 Jan 2023 18:32:01 +0000 Received: (at 60429) by debbugs.gnu.org; 8 Jan 2023 18:31:45 +0000 Received: from localhost ([127.0.0.1]:34654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEaSO-0002K0-Ks for submit@debbugs.gnu.org; Sun, 08 Jan 2023 13:31:45 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:46882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEaSN-0002Jc-CM for 60429@debbugs.gnu.org; Sun, 08 Jan 2023 13:31:44 -0500 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id E560C678E8 for <60429@debbugs.gnu.org>; Sun, 8 Jan 2023 18:31:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo09-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo09-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5z6i-bIGFC2L for <60429@debbugs.gnu.org>; Sun, 8 Jan 2023 18:31:37 +0000 (UTC) Received: from localhost.localdomain (23-233-96-72.cpe.pppoe.ca [23.233.96.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 4D47467723 for <60429@debbugs.gnu.org>; Sun, 8 Jan 2023 18:31:37 +0000 (UTC) From: Simon South Date: Sun, 8 Jan 2023 13:31:26 -0500 Message-Id: X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches Here's a revised patchset with a modified final patch that updates yosys to version 0.25, released in the past week, instead of 0.24. Everything else remains unchanged. I've re-tested this on x86-64 and AArch64 and everything appears fine. Here's the original cover letter: Here's a patch series that aims to improve the package for Yosys, a tool for synthesizing Verilog RTL designs, by - Updating the source-repository and home-page URLs to their current location; - Updating the package definition to the modern style, using gexps and search-input-file; - Having Yosys use the "abc" executable from Guix's package rather than creating and installing a duplicate copy; - Explicitly propagating packages with executables Yosys invokes at runtime rather than embedding store references in Yosys' code; and - Updating Yosys to version 0.24. I've tested building the package and its dependencies on x86-64 and AArch64 and everything seems okay[0]. Again, arachne-pnr fails to build in any case and will need separate attention. [0] Yosys' README.md file includes sample sessions useful for testing, particularly whether external tools can be invoked via the "show" and "abc" commands: https://github.com/YosysHQ/yosys/blob/3ebc50d/README.md#getting-started The files "fiedler-cooley.v" and "mycells.lib" are present in the source tree. --- Simon South simon@simonsouth.net Simon South (5): gnu: yosys: Update source and home-page URLs. gnu: yosys: Use new package style. gnu: yosys: Use external abc. gnu: yosys: Propagate external dependencies. gnu: yosys: Update to 0.25. gnu/packages/fpga.scm | 120 ++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 75 deletions(-) base-commit: f5ea392b9cd3851ed7517876a8cd4beb13893c9c