mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: insight-toolkit: Build shared libraries.
* gnu/packages/image-processing (insight-toolkit) [arguments] <#:configure-flags>: Replace "-DITK_BUILD_SHARED=ON" with "-DBUILD_SHARED_LIBS=ON" to build shared libraries. Change-Id: I0ee891a4ca0eaf969c55905202f04c2ea60ee7e1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d6b106b5b4
commit
cd8f7f8d89
1 changed files with 1 additions and 1 deletions
|
@ -1255,7 +1255,7 @@ libraries designed for computer vision research and implementation.")
|
|||
#~(list "-DITK_USE_GPU=ON"
|
||||
"-DITK_USE_SYSTEM_LIBRARIES=ON"
|
||||
"-DITK_USE_SYSTEM_CASTXML=ON"
|
||||
"-DITK_BUILD_SHARED=ON"
|
||||
"-DBUILD_SHARED_LIBS=ON"
|
||||
"-DITK_WRAPPING=ON"
|
||||
"-DITK_WRAP_PYTHON=ON"
|
||||
"-DITK_DYNAMIC_LOADING=ON"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue