* [bug#54647] [PATCH] gnu: iverilog: Add zlib dependency for LXT format support
@ 2022-03-31 5:09 Christian Gelinek
2022-03-31 15:25 ` bug#54647: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Christian Gelinek @ 2022-03-31 5:09 UTC (permalink / raw)
To: 54647
[-- Attachment #1: Type: text/plain, Size: 257 bytes --]
Hi Guix,
I noticed that the iverilog package didn't have support for the LXT
dumpfile format due to missing zlib dependency, which I'm trying to fix.
This is my first patch, so please let me know if there's anything I
should improve.
Thanks, Christian
[-- Attachment #2: 0001-gnu-iverilog-Add-zlib-dependency-for-LXT-dump-file-f.patch --]
[-- Type: text/x-patch, Size: 1304 bytes --]
From a4191d76a64618589d83c678ec804dca37579801 Mon Sep 17 00:00:00 2001
From: Christian Gelinek <cgelinek@radlogic.com.au>
Date: Thu, 31 Mar 2022 15:19:38 +1030
Subject: [PATCH] gnu: iverilog: Add zlib dependency for LXT dump file format
support.
* gnu/packages/fpga.scm (iverilog)[native-inputs]: Add zlib.
---
gnu/packages/fpga.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 3b2938aff0..b8f98ca63e 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2019 Amin Bandali <bandali@gnu.org>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Andrew Miloradovsky <andrew@interpretmath.pw>
+;;; Copyright © 2022 Christian Gelinek <cgelinek@radlogic.com.au>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -111,7 +112,7 @@ (define-public iverilog
(arguments
`(#:make-flags (list (string-append "CC=" ,(cc-for-target)))))
(native-inputs
- (list flex bison ghostscript)) ; ps2pdf
+ (list flex bison ghostscript zlib)) ; ps2pdf
(home-page "http://iverilog.icarus.com/")
(synopsis "FPGA Verilog simulation and synthesis tool")
(description "Icarus Verilog is a Verilog simulation and synthesis tool.
--
2.34.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54647: [PATCH] gnu: iverilog: Add zlib dependency for LXT format support
2022-03-31 5:09 [bug#54647] [PATCH] gnu: iverilog: Add zlib dependency for LXT format support Christian Gelinek
@ 2022-03-31 15:25 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2022-03-31 15:25 UTC (permalink / raw)
To: Christian Gelinek; +Cc: 54647-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Patch pushed. Thanks.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-31 15:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-31 5:09 [bug#54647] [PATCH] gnu: iverilog: Add zlib dependency for LXT format support Christian Gelinek
2022-03-31 15:25 ` bug#54647: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.