From 63af062b54d2198fb94f70cfb98fbf9c93125202 Mon Sep 17 00:00:00 2001 From: Mark Smith <mark.smith@cern.ch> Date: Wed, 12 Aug 2020 10:27:56 +0200 Subject: [PATCH] Release notes and dependencies for v26r5 release --- CMakeLists.txt | 4 ++-- ReleaseNotes/v26r5.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 ReleaseNotes/v26r5.md diff --git a/CMakeLists.txt b/CMakeLists.txt index ed4237bfe..11c6e3f31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,5 +16,5 @@ find_package(GaudiProject) #--------------------------------------------------------------- # Declare project name and version -gaudi_project(Phys v26r4 - USE Rec v24r3) +gaudi_project(Phys v26r5 + USE Rec v24r4) diff --git a/ReleaseNotes/v26r5.md b/ReleaseNotes/v26r5.md new file mode 100644 index 000000000..2e5e8704d --- /dev/null +++ b/ReleaseNotes/v26r5.md @@ -0,0 +1,14 @@ +2020-08-11 Phys v26r5 +=== + +This version uses Gaudi v33r2, LHCb v45r4, Lbcom v23r0p4 and Rec v24r4, and uses LCG_97a with ROOT 6.20.06. + +Release for use with Run 1 or Run 2 data, prepared on the run2-patches branch. +Built relative to Phys [v26r4](../-/tags/v26r4), with the following changes: + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + +- Remove NeuroBayes tools and dependencies from run2-patches, !744 (@cattanem) +- Remove obsolete CMakeLists.txt and test relevant only for SVN, !743 (@cattanem) + -- GitLab