me
/
guix
Archived
1
0
Fork 0

gnu: ucx: Build verbosely.

* gnu/packages/fabric-management.scm (ucx)[arguments]: Add #:make-flags.
master
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
1 changed files with 4 additions and 1 deletions

View File

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