gnu: hdf5: Build the C++ interface. * gnu/packages/maths.scm (hdf5)[arguments]: Add #:configure-flags.
1 files changed, 4 insertions(+), 1 deletions(-) M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +4 -1
@@ 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 _