mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: hdf5: Build the C++ interface.
* gnu/packages/maths.scm (hdf5)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
6f09c100d9
commit
62126576fc
1 changed files with 4 additions and 1 deletions
|
@ -563,7 +563,10 @@ (define-public hdf5
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)))
|
`(("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(;; Some of the users, notably Flann, need the C++ interface.
|
||||||
|
#:configure-flags '("--enable-cxx")
|
||||||
|
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'patch-configure
|
(add-before 'configure 'patch-configure
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue