[med-svn] [Git][med-team/ctk][cifixopts] readd optional flags
Fernando Hueso (@ferdymercury)
gitlab at salsa.debian.org
Thu Aug 13 13:32:53 BST 2026
Fernando Hueso pushed to branch cifixopts at Debian Med / ctk
Commits:
59fe6a07 by Fernando Hueso at 2026-08-13T12:32:52+00:00
readd optional flags
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -18,35 +18,34 @@ CMAKE_FLAGS = \
-DCTK_INSTALL_PLUGIN_DIR=/usr/lib/ctk/plugins \
-DCTK_INSTALL_CMAKE_DIR=/usr/lib/CMake/ctk \
# Upstream default: "lib/ctk-0.1", "include/ctk-0.1", "lib/ctk-0.1/plugins" and "lib/ctk-0.1/CMake" but versioning seems pointless (https://github.com/commontk/CTK/issues/358#issuecomment-359455314)
- #-DDCMTK_DIR:PATH=/usr \
- #-DCTK_APP_ctkCommandLineModuleExplorer:BOOL=ON \
- #-DCTK_APP_ctkDICOM:BOOL=ON \
- #-DCTK_APP_ctkPluginBrowser:BOOL=ON \
- #-DCTK_APP_ctkPluginGenerator:BOOL=ON \
- #-DCTK_BUILD_QTDESIGNER_PLUGINS:BOOL=ON \
- #-DCTK_ENABLE_PluginFramework:BOOL=ON \
- #-DCTK_ENABLE_Python_Wrapping:BOOL=OFF \
- #-DCTK_ENABLE_Widgets:BOOL=ON \
- #-DCTK_LIB_CommandLineModules/Backend/FunctionPointer:BOOL=ON \
- #-DCTK_LIB_CommandLineModules/Backend/LocalProcess:BOOL=ON \
- #-DCTK_LIB_CommandLineModules/Core:BOOL=ON \
- #-DCTK_LIB_CommandLineModules/Frontend/QtGui:BOOL=ON \
- #-DCTK_LIB_CommandLineModules/Frontend/QtWebKit:BOOL=ON \
- #-DCTK_LIB_Core:BOOL=ON \
- #-DCTK_LIB_DICOM/Core:BOOL=ON \
- #-DCTK_LIB_DICOM/Widgets:BOOL=ON \
- #-DCTK_LIB_ImageProcessing/ITK/Core:BOOL=ON \
- #-DCTK_LIB_PluginFramework:BOOL=ON \
- #-DCTK_LIB_Scripting/Python/Core:BOOL=OFF \
- #-DCTK_LIB_Visualization/VTK/Core:BOOL=ON \
- #-DCTK_LIB_Visualization/VTK/Widgets:BOOL=ON \
- #-DCTK_LIB_Widgets:BOOL=ON \
- #-DCTK_PLUGIN_org.commontk.configadmin:BOOL=ON \
- #-DCTK_PLUGIN_org.commontk.eventadmin:BOOL=ON \
- #-DCTK_PLUGIN_org.commontk.log:BOOL=ON \
- #-DCTK_PLUGIN_org.commontk.metatype:BOOL=ON \
- #-DCTK_PLUGIN_org.commontk.plugingenerator.core:BOOL=ON \
- #-DCTK_PLUGIN_org.commontk.plugingenerator.ui:BOOL=ON \
+ -DCTK_APP_ctkCommandLineModuleExplorer:BOOL=ON \
+ -DCTK_APP_ctkDICOM:BOOL=ON \
+ -DCTK_APP_ctkPluginBrowser:BOOL=ON \
+ -DCTK_APP_ctkPluginGenerator:BOOL=ON \
+ -DCTK_BUILD_QTDESIGNER_PLUGINS:BOOL=ON \
+ -DCTK_ENABLE_PluginFramework:BOOL=ON \
+ -DCTK_ENABLE_Python_Wrapping:BOOL=OFF \
+ -DCTK_ENABLE_Widgets:BOOL=ON \
+ -DCTK_LIB_CommandLineModules/Backend/FunctionPointer:BOOL=ON \
+ -DCTK_LIB_CommandLineModules/Backend/LocalProcess:BOOL=ON \
+ -DCTK_LIB_CommandLineModules/Core:BOOL=ON \
+ -DCTK_LIB_CommandLineModules/Frontend/QtGui:BOOL=ON \
+ -DCTK_LIB_CommandLineModules/Frontend/QtWebKit:BOOL=ON \
+ -DCTK_LIB_Core:BOOL=ON \
+ -DCTK_LIB_DICOM/Core:BOOL=ON \
+ -DCTK_LIB_DICOM/Widgets:BOOL=ON \
+ -DCTK_LIB_ImageProcessing/ITK/Core:BOOL=ON \
+ -DCTK_LIB_PluginFramework:BOOL=ON \
+ -DCTK_LIB_Scripting/Python/Core:BOOL=OFF \
+ -DCTK_LIB_Visualization/VTK/Widgets:BOOL=ON \
+ -DCTK_LIB_Visualization/VTK/Widgets_USE_TRANSFER_FUNCTION_CHARTS:BOOL=OFF \ # Setting this to ON leads to a compilation error ui_ctkVTKScalarsToColorsWidget.h missing
+ -DCTK_LIB_Widgets:BOOL=ON \
+ -DCTK_PLUGIN_org.commontk.configadmin:BOOL=ON \
+ -DCTK_PLUGIN_org.commontk.eventadmin:BOOL=ON \
+ -DCTK_PLUGIN_org.commontk.log:BOOL=ON \
+ -DCTK_PLUGIN_org.commontk.metatype:BOOL=ON \
+ -DCTK_PLUGIN_org.commontk.plugingenerator.core:BOOL=ON \
+ -DCTK_PLUGIN_org.commontk.plugingenerator.ui:BOOL=ON \
pkg_run = libctk0.1
pkg_dev = libctk-dev
View it on GitLab: https://salsa.debian.org/med-team/ctk/-/commit/59fe6a07610285b4bcc86b5b30d7cdf78838e5d6
--
View it on GitLab: https://salsa.debian.org/med-team/ctk/-/commit/59fe6a07610285b4bcc86b5b30d7cdf78838e5d6
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260813/c2e49670/attachment-0001.htm>
More information about the debian-med-commit
mailing list