summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 4c19bcfded8..dbfe662ba5c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1956,7 +1956,7 @@ extremely large and complex data collections.")
1956 ;; Some of the users, notably Flann, need the C++ interface. 1956 ;; Some of the users, notably Flann, need the C++ interface.
1957 #:configure-flags 1957 #:configure-flags
1958 #~(list 1958 #~(list
1959 (string-append "-DHDF5_INSTALL_CMAKE_DIR=" #$output "/lib/cmake") 1959 "-DHDF5_INSTALL_CMAKE_DIR=lib/cmake"
1960 "-DHDF5_BUILD_CPP_LIB=ON" 1960 "-DHDF5_BUILD_CPP_LIB=ON"
1961 "-DHDF5_BUILD_FORTRAN=ON" 1961 "-DHDF5_BUILD_FORTRAN=ON"
1962 ;; Build a thread-safe library. Unfortunately, CMakeLists.txt 1962 ;; Build a thread-safe library. Unfortunately, CMakeLists.txt