gnu: ucx: Build verbosely.
* gnu/packages/fabric-management.scm (ucx)[arguments]: Add #:make-flags.master
parent
ba95233f84
commit
5fdf373701
|
@ -207,7 +207,10 @@ testing InfiniBand networks.")
|
|||
|
||||
(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)
|
||||
|
|
Reference in New Issue