Skip to content
Snippets Groups Projects
Commit 9e832b8a authored by Marco Cattaneo's avatar Marco Cattaneo
Browse files

Merge branch 'v18r1p1-release' into 'reco15-patches'

Release notes and dependencies for v18r1p1 release

See merge request lhcb/Rec!1166
parents 07b4d50c ea6a42c7
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ find_package(GaudiProject)
#---------------------------------------------------------------
# Declare project name and version
gaudi_project(Rec v18r1
USE Lbcom v17r0
gaudi_project(Rec v18r1p1
USE Lbcom v17r0p1
DATA TCK/HltTCK)
################################################################################
# Package: RecSys
################################################################################
gaudi_subdir(RecSys v18r1)
gaudi_subdir(RecSys v18r1p1)
gaudi_depends_on_subdirs(Calo/CaloMoniDst
Calo/CaloPIDs
......
package RecSys
version v18r1
version v18r1p1
branches cmt doc tests
......
......@@ -5,7 +5,19 @@ Purpose: LHCb reconstruction packages.
This project groups together all the reconstruction packages needed
by one or more LHCb applications.
</PRE><H1><A NAME=v18r1>2015-08-06 RecSys v18r1</A></H1><PRE>
</PRE>
<P>
<b>BEWARE:
<ul>
<li>As from version v18r1p1 this file is no longer maintained. The release notes for each individual release can be found in the ReleaseNotes subdirectory of the projec
t
<li>As from version v18r1p1, this branch is maintained only in Git
<li>The package release notes are no longer maintained, look at the Git Merge Request (MR) comments
<li>The package versions are no longer maintained, use the Git commit IDs
</ul>
</b>
<H1><A NAME=v18r1>2015-08-06 RecSys v18r1</A></H1><PRE>
This version uses Gaudi v26r3, LHCb v39r0 and Lbcom v17r0 (and ROOT 6.04.02)
- Packages modified: Pr/PrPixel v1r13, Tf/TrackSys v9r10, Tr/PatChecker v3r16
......
{% set used = [] -%}
{% macro section(labels) -%}
{% for mr in select_mrs(merge_requests, labels, used) %}
- {{mr.title}}, !{{mr.iid}} (@{{mr.author.username}}) {{find_tasks(mr)}}
{{mr.description|mdindent(2)}}
{% endfor %}
{%- endmacro %}
{{date}} {{project}} {{version}}
===
This version uses Lbcom v17r0pX, LHCb v39r0pX, Gaudi v26r3 and LCG_79 with ROOT 6.06.02.
<p>
This version is released on `reco15-patches` branch.
Built relative to Rec v18r1pX, with the following changes:
### New features
{{ section(['new feature']) }}
### Enhancements
{{ section(['enhancement']) }}
### Bug fixes
{{ section(['bug fix']) }}
### Code modernisations and cleanups
{{ section(['cleanup', 'modernisation']) }}
### Monitoring changes
{{ section(['monitoring']) }}
### Changes to tests
{{ section(['testing']) }}
### Other
{{ section([[]]) }}
2018-08-22 Rec v18r1p1
===
This version uses Lbcom v17r0p1, LHCb v39r0p1, Gaudi v26r3 and LCG_79 with ROOT 6.06.02.
<p>
This version is released on `reco15-patches` branch.
Built relative to Rec v18r1, with the following changes:
### Bug fixes
- Fix issue in CMakeLists.txt exposed by lhcb/LHCb!1457, !1163 (@cattanem)
- Update Muon/MuonID and Tf/FastVelo with versions from Brunel v48r2p1, !1161 (@cattanem)
- Fix bug in DLLMuonTool, see LHCBPS-1431
- FastVeloFitLHCbIDs: Protect from segfault in case of not decoded hits.
### Monitoring changes
- Disable the RICH hot pixel finder and decoding errors monitor for simulation, !1157 (@jonrob)
Cherry picked from lhcb/Rec!1151 on `2016-patches`
### Changes to tests
- Remove obsolete configurables test, was checking integrity of SVN project recursive checkout, !1158 (@cattanem)
Cherry picked from lhcb/Rec!327 on `2016-patches` branch
project REC
use LBCOM LBCOM_v17r0
use LBCOM LBCOM_v17r0p1
build_strategy with_installarea
setup_strategy root
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