gnu: hdf5: Remove static libraries.

* gnu/packages/maths.scm (hdf5): Remove static libraries.
[arguments]<#:configure-flags>: Add -DBUILD_STATIC_LIBS=OFF.

Change-Id: I11ebb3460307e0c42ad3547eaa8c9e7534a3a769
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Jake Forster 2025-07-12 17:56:02 +09:30 committed by Ludovic Courtès
parent 11473f37c1
commit 9f513fe73b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1955,6 +1955,7 @@ extremely large and complex data collections.")
;; Some of the users, notably Flann, need the C++ interface. ;; Some of the users, notably Flann, need the C++ interface.
#:configure-flags #:configure-flags
#~(list #~(list
"-DBUILD_STATIC_LIBS=OFF"
"-DHDF5_INSTALL_CMAKE_DIR=lib/cmake" "-DHDF5_INSTALL_CMAKE_DIR=lib/cmake"
"-DHDF5_BUILD_CPP_LIB=ON" "-DHDF5_BUILD_CPP_LIB=ON"
"-DHDF5_BUILD_FORTRAN=ON" "-DHDF5_BUILD_FORTRAN=ON"