From ded0c03aeb9c470846331973244bddc2b23b2406 Mon Sep 17 00:00:00 2001 From: Dimitris Papagiannis Date: Thu, 1 Feb 2024 11:44:47 +0100 Subject: [PATCH] Use new DQMGUI release by default --- config.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.sh b/config.sh index 771d644..e0642fa 100644 --- a/config.sh +++ b/config.sh @@ -17,9 +17,8 @@ DMWM_GIT_TAG=master # DQMGUI tag to use, see https://github.com/cms-DQM/dqmgui_prod/tags # Overriden by GitHub actions secrets. -#DQMGUI_GIT_TAG=9.8.0 DQMGUI_GIT_URL=https://github.com/cms-DQM/dqmgui_prod -DQMGUI_GIT_TAG=python3_backup +DQMGUI_GIT_TAG=10.0.0 # Boost.GIL. At most version 1.67!! The API changed radically after that. BOOST_GIL_GIT_URL=https://github.com/boostorg/gil