[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: hdf5: Build the C++ interface.
From: |
Ludovic Courtès |
Subject: |
01/04: gnu: hdf5: Build the C++ interface. |
Date: |
Thu, 24 Nov 2016 20:44:04 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit 62126576fc7f6009682629b5a24d4527a9a09dfa
Author: Ludovic Courtès <address@hidden>
Date: Thu Nov 24 11:55:15 2016 +0100
gnu: hdf5: Build the C++ interface.
* gnu/packages/maths.scm (hdf5)[arguments]: Add #:configure-flags.
---
gnu/packages/maths.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0c51f6d..e432ed5 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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 _