Fernando Hueso pushed to branch cifixopts at Debian Med / ctk
Commits: 305bdff2 by Fernando Hueso at 2026-08-13T13:35:32+00:00 fix comments - - - - - 1 changed file: - debian/rules Changes: ===================================== debian/rules ===================================== @@ -4,6 +4,8 @@ DH_VERBOSE=0 DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk +# Upstream default paths: "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) +# -DCTK_LIB_Visualization/VTK/Widgets_USE_TRANSFER_FUNCTION_CHARTS:BOOL=ON leads to a compilation error: ui_ctkVTKScalarsToColorsWidget.h missing CMAKE_FLAGS = \ -DCMAKE_BUILD_TYPE:STRING=Release \ -DCMAKE_VERBOSE_MAKEFILE:BOOL=$(DH_VERBOSE) \ @@ -17,7 +19,6 @@ CMAKE_FLAGS = \ -DCTK_INSTALL_INCLUDE_DIR=/usr/include/ctk \ -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) -DCTK_APP_ctkCommandLineModuleExplorer:BOOL=ON \ -DCTK_APP_ctkDICOM:BOOL=ON \ -DCTK_APP_ctkPluginBrowser:BOOL=ON \ @@ -38,7 +39,7 @@ CMAKE_FLAGS = \ -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_Visualization/VTK/Widgets_USE_TRANSFER_FUNCTION_CHARTS:BOOL=OFF \ -DCTK_LIB_Widgets:BOOL=ON \ -DCTK_PLUGIN_org.commontk.configadmin:BOOL=ON \ -DCTK_PLUGIN_org.commontk.eventadmin:BOOL=ON \ View it on GitLab: https://salsa.debian.org/med-team/ctk/-/commit/305bdff2d2f41bffefe1f4b19fe9161b7cab91dc -- View it on GitLab: https://salsa.debian.org/med-team/ctk/-/commit/305bdff2d2f41bffefe1f4b19fe9161b7cab91dc 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
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
