Skip to content
Snippets Groups Projects
Commit 1237bb32 authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Merge branch 'v53r2-release' into 'master'

Release notes and dependencies for LHCb v53r2

See merge request !3265
parents f929b08d de32d180
No related branches found
Tags v53r2
1 merge request!3265Release notes and dependencies for LHCb v53r2
Pipeline #3051114 passed
......@@ -11,7 +11,7 @@
cmake_minimum_required(VERSION 3.15)
option(CMAKE_EXPORT_COMPILE_COMMANDS "Enable/Disable output of compile_commands.json" ON)
project(LHCb VERSION 53.1
project(LHCb VERSION 53.2
LANGUAGES CXX)
# Enable testing with CTest/CDash
......
2021-09-24 LHCb v53r2
===
This version uses
Gaudi [v36r1](../../../../Gaudi/-/tags/v36r1) and
LCG [100](http://lcginfo.cern.ch/release/100/) with ROOT 6.24.00.
This version is released on `master` branch.
Built relative to LHCb [v53r1](/../../tags/v53r1), with the following changes:
### Fixes ~"bug fix" ~workaround
- ~Decoding | Revert FTRawBankEncoder to produce raw event only, !3262 (@sesen) [#156] :star:
- ~Tracking | Remove implicit ordering assumption of LHCbIDs when converting to a v3::Track, !3249 (@decianm)
- ~Calo | Fix CaloHypotheses::erase (#105), !3243 (@graven) [#105,(#105]
- ~Calo | Follow up to !3221: fix DD4Hep case, !3242 (@graven)
- ~Persistency | Align `PackedDataChecksum::process` code path with `save` code path, !3248 (@graven)
- ~Utilities | Fixes for gcc11, !3228 (@graven) [#150]
- ~Build | Minor CMake fixes, !3250 (@clemenci)
### Enhancements ~enhancement
- ~Configuration | Make DISABLE_TOOL to allow arguments, !3246 (@peilian)
- ~Configuration | Make GaudiConf.reading compatible with PyConf, !3222 (@dfazzini) [#149]
- ~Calo ~PID | Update of neutral PID tools, !3166 (@calvom)
- ~Core | Add gcc11 and clang12 platforms to PlatformInfo, !3253 (@cattanem)
### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
- ~Configuration | Fix LHCb__UnpackRawEvent output level, !3233 (@lmeyerga)
- ~Decoding | RawbankView for FT/UT decoders, !3225 (@sesen)
- ~Decoding ~Persistency | Modernize & Tweak HltDAQ, !3257 (@graven)
- ~Tracking ~"Event model" | Changed the name of trackFT to trackSeed and added a proxy, !3212 (@lohenry)
- ~"Event model" | Rationalize names, !3255 (@graven)
- ~Persistency ~Simulation | Modernize GenCountersFSR and GenFSR, !3121 (@graven)
- ~Utilities | Remove workaround for gcc9, !3261 (@cattanem)
- ~Build | Fix: disable DD4Hep tests in cmake, !3239 (@chasse)
- ~Build | Disable writing of new refs for passed tests, !3234 (@chasse)
- ~Build | Add missing header to get boost::hash in Boost 1.77, !3227 (@clemenci)
- Streamline LHCb::Algorithm namespace, !3221 (@graven)
- Fixes for DD4hep, !3119 (@clemenci)
......@@ -24,7 +24,7 @@ if(NOT COMMAND lhcb_find_package)
endif()
# -- Public dependencies
lhcb_find_package(Gaudi 35.4 REQUIRED)
lhcb_find_package(Gaudi 36.1 REQUIRED)
# GaudiConfig.cmake does not set GAUDI_PROJECT_ROOT
if(NOT DEFINED GAUDI_PROJECT_ROOT AND Gaudi_DIR MATCHES "^(.*)/InstallArea/")
set(GAUDI_PROJECT_ROOT "${CMAKE_MATCH_1}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment