mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: ucx: Build verbosely.
* gnu/packages/fabric-management.scm (ucx)[arguments]: Add #:make-flags.
This commit is contained in:
parent
ba95233f84
commit
5fdf373701
1 changed files with 4 additions and 1 deletions
|
@ -207,7 +207,10 @@ (define-public ucx
|
|||
|
||||
(string-append "--with-rdmacm="
|
||||
(assoc-ref %build-inputs
|
||||
"rdma-core")))))
|
||||
"rdma-core")))
|
||||
|
||||
;; Be verbose so that compiler flags are displayed.
|
||||
#:make-flags '("V=1")))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
|
|
Loading…
Reference in a new issue