mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
11473f37c1
commit
9f513fe73b
1 changed files with 1 additions and 0 deletions
|
@ -1955,6 +1955,7 @@ extremely large and complex data collections.")
|
|||
;; Some of the users, notably Flann, need the C++ interface.
|
||||
#:configure-flags
|
||||
#~(list
|
||||
"-DBUILD_STATIC_LIBS=OFF"
|
||||
"-DHDF5_INSTALL_CMAKE_DIR=lib/cmake"
|
||||
"-DHDF5_BUILD_CPP_LIB=ON"
|
||||
"-DHDF5_BUILD_FORTRAN=ON"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue