From: Cayetano Santos via Guix-patches via <guix-patches@gnu.org>
To: 73918@debbugs.gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: [bug#73918] [PATCH v3 2/2] gnu: yosys: Update to 0.46.
Date: Sat, 9 Nov 2024 20:08:25 +0100 [thread overview]
Message-ID: <a0a4c7a7bc05c7e7689168f6b262d6d2a803d227.1731179305.git.csantosb@inventati.org> (raw)
In-Reply-To: <cover.1731179305.git.csantosb@inventati.org>
* gnu/packages/fpga.scm (yosys): Update to 0.46.
Change-Id: Id980679e6576b27429611f8399eff2185e57d684
---
gnu/packages/fpga.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index ea08aed04c..be3e57ffb4 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2022 Christian Gelinek <cgelinek@radlogic.com.au>
;;; Copyright © 2022 jgart <jgart@dismail.de>
;;; Copyright © 2024 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -38,6 +39,7 @@ (define-module (gnu packages fpga)
#:use-module (gnu packages autotools)
#:use-module (gnu packages algebra)
#:use-module (gnu packages base)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages bison)
#:use-module (gnu packages boost)
#:use-module (gnu packages check)
@@ -149,15 +151,15 @@ (define-public iverilog
(define-public yosys
(package
(name "yosys")
- (version "0.26")
+ (version "0.46")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/YosysHQ/yosys")
- (commit (string-append "yosys-" version))))
+ (commit version)))
(sha256
(base32
- "0s79ljgbcfkm7l9km7dcvlz4mnx38nbyxppscvh5il5lw07n45gx"))
+ "1zj7vbpy6v1wn4p5cjs4hdjd467a1j1aj2qhs148bl2s6mzq3p86"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -216,6 +218,7 @@ (define-public yosys
tcl)) ; tclsh for the tests
(inputs
(list abc
+ bash-minimal
graphviz
gtkwave
libffi
--
2.46.0
next prev parent reply other threads:[~2024-11-09 19:10 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-20 21:39 [bug#73918] [PATCH v1 1/2] gnu: iverilog: Fix yosys tests Jakob Kirsch via Guix-patches via
2024-10-20 21:47 ` [bug#73918] [PATCH v2 " Jakob Kirsch via Guix-patches via
2024-10-20 21:48 ` [bug#73918] [PATCH v2 2/2] gnu: yosys: Update to 0.46 Jakob Kirsch via Guix-patches via
2024-10-26 16:56 ` [bug#73918] [PATCH] " Denis 'GNUtoo' Carikli
2024-10-31 16:38 ` Jakob Kirsch via Guix-patches via
2024-11-01 7:27 ` [bug#73918] (no subject) Cayetano Santos via Guix-patches via
2024-11-02 8:42 ` [bug#73918] QA review for 73918 Cayetano Santos via Guix-patches via
2024-11-03 16:27 ` [bug#73918] [PATCH] gnu: yosys: Update to 0.46 Denis 'GNUtoo' Carikli
2024-11-04 10:56 ` Cayetano Santos via Guix-patches via
2024-11-09 19:08 ` [bug#73918] [PATCH v3 0/2] Minor corrections to v2 Cayetano Santos via Guix-patches via
2024-11-09 19:08 ` [bug#73918] [PATCH v3 1/2] gnu: iverilog: Fix yosys tests Cayetano Santos via Guix-patches via
2024-11-09 19:08 ` Cayetano Santos via Guix-patches via [this message]
2024-11-12 11:40 ` bug#73918: [PATCH v3 2/2] gnu: yosys: Update to 0.46 Maxim Cournoyer
2024-11-09 19:22 ` [bug#73918] QA review for 73918 Cayetano Santos via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a0a4c7a7bc05c7e7689168f6b262d6d2a803d227.1731179305.git.csantosb@inventati.org \
--to=guix-patches@gnu.org \
--cc=73918@debbugs.gnu.org \
--cc=csantosb@inventati.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).