[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/34: gnu: yosys: Update to 0.47.
From: |
guix-commits |
Subject: |
26/34: gnu: yosys: Update to 0.47. |
Date: |
Tue, 12 Nov 2024 03:42:44 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 2bad254d032fca2843ffdaff401619c7cecc7c5a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Nov 12 14:03:19 2024 +0900
gnu: yosys: Update to 0.47.
* gnu/packages/fpga.scm (yosys): Update to 0.47.
[arguments]: Extend fix-paths phase.
[native-inputs]: Add cxxopts.
Change-Id: I14afed45261e7c4830fe91fe2ced8762eed54810
---
gnu/packages/fpga.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 6064b2019b..ae326b1138 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -45,6 +45,7 @@
#:use-module (gnu packages check)
#:use-module (gnu packages cmake)
#:use-module (gnu packages compression)
+ #:use-module (gnu packages cpp)
#:use-module (gnu packages elf)
#:use-module (gnu packages flex)
#:use-module (gnu packages gawk)
@@ -149,7 +150,7 @@ For synthesis, the compiler generates netlists in the
desired format.")
(define-public yosys
(package
(name "yosys")
- (version "0.46")
+ (version "0.47")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -157,7 +158,7 @@ For synthesis, the compiler generates netlists in the
desired format.")
(commit version)))
(sha256
(base32
- "1zj7vbpy6v1wn4p5cjs4hdjd467a1j1aj2qhs148bl2s6mzq3p86"))
+ "061sqb59vl61rshlwgv3n51x0fxd9x3lb6gfbdl7nzia8im7x0qm"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -178,6 +179,9 @@ For synthesis, the compiler generates netlists in the
desired format.")
(search-input-file inputs "/bin/vcd2fst")))
(substitute* '("./passes/cmds/show.cc"
"./passes/cmds/viz.cc")
+ (substitute* "kernel/driver.cc"
+ (("^#include \"libs/cxxopts/include/cxxopts.hpp\"")
+ "#include <cxxopts.hpp>"))
(("exec xdot")
(string-append "exec " (search-input-file inputs
"/bin/xdot")))
@@ -208,6 +212,7 @@ For synthesis, the compiler generates netlists in the
desired format.")
`("GUIX_PYTHONPATH" ":" prefix (,(getenv
"GUIX_PYTHONPATH")))))))))
(native-inputs
(list bison
+ cxxopts ;header-only library
flex
gawk ; for the tests and "make" progress pretty-printing
iverilog ; for the tests
- 02/34: gnu: chicken: Update to 5.4.0., (continued)
- 02/34: gnu: chicken: Update to 5.4.0., guix-commits, 2024/11/12
- 01/34: gnu: libarchive: Graft to 3.7.7. [security fixes], guix-commits, 2024/11/12
- 05/34: gnu: ffmpeg-4: Update to 4.4.5 [fixes CVE-2024-7055]., guix-commits, 2024/11/12
- 06/34: gnu: curl: Fix CVE-2024-8096., guix-commits, 2024/11/12
- 07/34: gnu: nzbget: Update to 24.3. [security fixes], guix-commits, 2024/11/12
- 08/34: gnu: nzbget: Ignore failing tests., guix-commits, 2024/11/12
- 09/34: gnu: bart: Update to 0.9.00., guix-commits, 2024/11/12
- 12/34: gnu: openvpn: Update to 2.6.12. [security fixes], guix-commits, 2024/11/12
- 17/34: gnu: sendmail: Remove trailing #t from phases., guix-commits, 2024/11/12
- 16/34: gnu: curl: Update home page., guix-commits, 2024/11/12
- 26/34: gnu: yosys: Update to 0.47.,
guix-commits <=
- 13/34: gnu: unicorn: Update to 2.1.1. [security fixes], guix-commits, 2024/11/12
- 27/34: gnu: yosys: Sort inputs., guix-commits, 2024/11/12
- 21/34: gnu: Remove allegro-5.0. [security fixes], guix-commits, 2024/11/12
- 20/34: gnu: postgresql-15: Update to 16.4. [security fixes], guix-commits, 2024/11/12
- 30/34: gnu: iverilog: Update home page., guix-commits, 2024/11/12
- 33/34: gnu: plib: Build with -fPIC., guix-commits, 2024/11/12
- 34/34: gnu: Add torcs., guix-commits, 2024/11/12
- 03/34: build: chicken-build-system: Update for 5.4.0., guix-commits, 2024/11/12
- 11/34: gnu: sendmail: Update to 8.18.1. [security fixes], guix-commits, 2024/11/12
- 15/34: gnu: rnp: Update to 0.17.1. [security fixes], guix-commits, 2024/11/12