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 4c19bcfded..dbfe662ba5 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1956,7 +1956,7 @@ extremely large and complex data collections.")
;; Some of the users, notably Flann, need the C++ interface.
#:configure-flags
#~(list
- (string-append "-DHDF5_INSTALL_CMAKE_DIR=" #$output "/lib/cmake")
+ "-DHDF5_INSTALL_CMAKE_DIR=lib/cmake"
"-DHDF5_BUILD_CPP_LIB=ON"
"-DHDF5_BUILD_FORTRAN=ON"
;; Build a thread-safe library. Unfortunately, CMakeLists.txt