gnu: ucx: Build verbosely.

* gnu/packages/fabric-management.scm (ucx)[arguments]: Add #:make-flags.
This commit is contained in:
Ludovic Courtès 2019-10-17 11:31:38 +02:00
parent ba95233f84
commit 5fdf373701
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)