gnu: hdf5: Build the C++ interface.
* gnu/packages/maths.scm (hdf5)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
6f09c100d9
commit
62126576fc
|
@ -563,7 +563,10 @@ incompatible with HDF5.")
|
|||
(inputs
|
||||
`(("zlib" ,zlib)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(;; Some of the users, notably Flann, need the C++ interface.
|
||||
#:configure-flags '("--enable-cxx")
|
||||
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'patch-configure
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in New Issue