gnu: hdf5: Build the C++ interface.

* gnu/packages/maths.scm (hdf5)[arguments]: Add #:configure-flags.
master
Ludovic Courtès 2016-11-24 11:55:15 +01:00
parent 6f09c100d9
commit 62126576fc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 1 deletions

View File

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