~ruther/guix-local

62126576fc7f6009682629b5a24d4527a9a09dfa — Ludovic Courtès 9 years ago 6f09c10
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 _