* [bug#57234] Fix build of package icestorm
@ 2022-08-15 23:58 Gabriel Wicki
2022-08-17 5:56 ` bug#57234: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Wicki @ 2022-08-15 23:58 UTC (permalink / raw)
To: 57234
Hello!
I noticed icestorm doesn't build currently. I've attached a fix.
TIA for merging soon ;)
g
From de5b7f58c5c18621f69d15e11d78349c0d2d18be Mon Sep 17 00:00:00 2001
From: Gabriel Wicki <gabriel@erlikon.ch>
Date: Tue, 16 Aug 2022 01:46:07 +0200
Subject: [PATCH] gnu: fpga: Fix build of icestorm
* gnu/packages/fpga.scm (icestorm): Fix build.
[phases]{fix-build}: New phase.
---
gnu/packages/fpga.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index b8f98ca63e..cac4db318d 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -258,6 +258,11 @@ (define-public icestorm
(substitute* "icebox/icebox_vlog.py"
(("/usr/local/share") (string-append (assoc-ref outputs "out") "/share")))
#t))
+ (add-after 'fix-usr-local 'fix-build
+ (lambda _
+ (substitute* "icetime/icetime.cc"
+ (("#include <vector>")
+ "#include <vector>\n#include <stdexcept>"))))
(delete 'configure))))
(inputs
(list libftdi))
--
2.36.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#57234: Fix build of package icestorm
2022-08-15 23:58 [bug#57234] Fix build of package icestorm Gabriel Wicki
@ 2022-08-17 5:56 ` 宋文武 via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-08-17 5:56 UTC (permalink / raw)
To: Gabriel Wicki; +Cc: 57234-done
Gabriel Wicki <gabriel@erlikon.ch> writes:
> Hello!
>
> I noticed icestorm doesn't build currently. I've attached a fix.
>
> TIA for merging soon ;)
Hello, the latest version of icestorm have that fix, so I updated the
commit instead of merge this patch, thank you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-17 5:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-15 23:58 [bug#57234] Fix build of package icestorm Gabriel Wicki
2022-08-17 5:56 ` bug#57234: " 宋文武 via Guix-patches via
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).