[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/38: gnu: yosys: Return #t from all phases.
From: |
Tobias Geerinckx-Rice |
Subject: |
22/38: gnu: yosys: Return #t from all phases. |
Date: |
Mon, 25 Jun 2018 22:24:24 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 99f6ef9ab4b508e5081b5bf6e031054a7e04cec1
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Jun 24 22:07:10 2018 +0200
gnu: yosys: Return #t from all phases.
* gnu/packages/fpga.scm (yosys)[arguments]: Substitute INVOKE for
SYSTEM*.
---
gnu/packages/fpga.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 0a5568a..5c461f9 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -152,7 +152,7 @@ For synthesis, the compiler generates netlists in the
desired format.")
#t))
(replace 'configure
(lambda* (#:key inputs (make-flags '()) #:allow-other-keys)
- (zero? (apply system* "make" "config-gcc" make-flags))))
+ (apply invoke "make" "config-gcc" make-flags)))
(add-after 'configure 'prepare-abc
(lambda* (#:key inputs #:allow-other-keys)
(let* ((sourceabc (assoc-ref inputs "abc"))
@@ -163,7 +163,7 @@ For synthesis, the compiler generates netlists in the
desired format.")
(lambda (port)
(format port ".PHONY: all\nall:\n\tcp -f abc
abc-default\n")))
(copy-file source "abc/abc")
- (zero? (system* "chmod" "+w" "abc/abc")))))
+ (invoke "chmod" "+w" "abc/abc"))))
(add-before 'check 'fix-iverilog-references
(lambda* (#:key inputs native-inputs #:allow-other-keys)
(let* ((xinputs (or native-inputs inputs))
- 02/38: gnu: dovecot-trees: Return #t from phases., (continued)
- 02/38: gnu: dovecot-trees: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 09/38: gnu: libharu: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 10/38: gnu: rtmidi: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 12/38: gnu: rsound: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 06/38: gnu: dovecot-libsodium-plugin: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 08/38: gnu: python-pypdf2: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 13/38: gnu: par2cmdline: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 01/38: gnu: dovecot-trees: Fix build with dovecot 2.3., Tobias Geerinckx-Rice, 2018/06/25
- 20/38: gnu: knot: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 11/38: gnu: portaudio: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 22/38: gnu: yosys: Return #t from all phases.,
Tobias Geerinckx-Rice <=
- 26/38: gnu: node: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 25/38: gnu: gpxsee: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/25
- 31/38: gnu: python2-django-mailman3: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 27/38: gnu: Use HTTPS for nodejs.org., Tobias Geerinckx-Rice, 2018/06/25
- 18/38: gnu: dnscrypt-wrapper: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 07/38: gnu: sendmail: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 14/38: gnu: rsnapshot: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 16/38: gnu: obnam: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 15/38: gnu: borg: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 17/38: gnu: dnscrypt-proxy: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25