From: Christian Gelinek <cgelinek@radlogic.com.au>
To: 54647@debbugs.gnu.org
Subject: [bug#54647] [PATCH] gnu: iverilog: Add zlib dependency for LXT format support
Date: Thu, 31 Mar 2022 15:39:10 +1030 [thread overview]
Message-ID: <eb40ba2e-2a0a-b248-0c92-9e7ffb5425b3@radlogic.com.au> (raw)
[-- 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
next reply other threads:[~2022-03-31 11:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-31 5:09 Christian Gelinek [this message]
2022-03-31 15:25 ` bug#54647: [PATCH] gnu: iverilog: Add zlib dependency for LXT format support Efraim Flashner
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=eb40ba2e-2a0a-b248-0c92-9e7ffb5425b3@radlogic.com.au \
--to=cgelinek@radlogic.com.au \
--cc=54647@debbugs.gnu.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 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.