Skip to content
Snippets Groups Projects
Commit a3fd032b authored by Gloria Corti's avatar Gloria Corti
Browse files

Merge branch 'v2r1-release' into 'master'

Documentation and dependencies for v2r1 release

See merge request !25
parents 4407149b ffb0a2ea
No related branches found
No related tags found
1 merge request!25Documentation and dependencies for v2r1 release
Pipeline #3760947 passed
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
cmake_minimum_required(VERSION 3.15) cmake_minimum_required(VERSION 3.15)
project(Run2Support VERSION 2.0 project(Run2Support VERSION 2.1
LANGUAGES CXX) LANGUAGES CXX)
# Enable testing with CTest/CDash # Enable testing with CTest/CDash
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
'MC checking', 'Monitoring', 'Luminosity', 'MC checking', 'Monitoring', 'Luminosity',
'Core', 'Conditions', 'Utilities', 'Core', 'Conditions', 'Utilities',
'Simulation', 'Tuples', 'Accelerators', 'Simulation', 'Tuples', 'Accelerators',
'Detector',
'Geant4', 'Geant4',
'Fast Simulations', 'Fast Simulations',
'Flavour tagging', 'Flavour tagging',
......
2022-03-25 Run2Support v2r1
===
This version uses
LHCb [v53r6](../../../../LHCb/-/tags/v53r6),
Gaudi [v36r4](../../../../Gaudi/-/tags/v36r4) and
LCG [101](http://lcginfo.cern.ch/release/101/) with ROOT 6.24.06.
This version is released on `master` branch.
Built relative to Run2Support [v2r0](../../tags/v2r0), with the following changes:
### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
- ~Calo | Adapted to changes in the Calo coming from the move to DD4hep, !17 (@sponce)
- ~"Event model" | Moved CircleTraj and BrokenLineTraj from LHCb to Run2support, !18 (@sponce)
- ~"Event model" | Follow changes in LHCb!3150, !16 (@graven)
- ~Detector | Remove methods in DeOTDetector and DeSTDetector that use LHCbIDs, !21 (@decianm)
- ~Detector | Missing includes to complete changes from LHCb to Run2Support for VeloDet and STDet no longer in Run3, !20 (@mimazure)
- ~Build | Add missing find_package to private dependencies, !23 (@rmatev)
...@@ -22,7 +22,7 @@ if(NOT COMMAND lhcb_find_package) ...@@ -22,7 +22,7 @@ if(NOT COMMAND lhcb_find_package)
endif() endif()
# -- Public dependencies # -- Public dependencies
lhcb_find_package(LHCb 53.0 REQUIRED) lhcb_find_package(LHCb 53.6 REQUIRED)
find_package(Boost REQUIRED container headers) find_package(Boost REQUIRED container headers)
find_package(VDT REQUIRED) find_package(VDT REQUIRED)
......
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