From 75f7bfa3b331384a99c64bdf7ecd9fef3590db27 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Wed, 28 Jun 2023 20:35:58 -0500 Subject: [PATCH] fix: add patch and cxxflags --- detectors.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/detectors.yaml b/detectors.yaml index 460193d89..d8caab28a 100644 --- a/detectors.yaml +++ b/detectors.yaml @@ -3,21 +3,39 @@ detectors: nightly: default: true version: main + cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type main: version: main + cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type 22.12.0: version: 22.12.0 + patches: + - https://github.com/eic/epic/pull/449.patch 23.01.0: version: 23.01.0 + patches: + - https://github.com/eic/epic/pull/449.patch 23.03.0: version: 23.03.0 + patches: + - https://github.com/eic/epic/pull/449.patch 23.05.0: version: 23.05.0 + patches: + - https://github.com/eic/epic/pull/449.patch 23.05.1: version: 23.05.1 + patches: + - https://github.com/eic/epic/pull/449.patch 23.05.2: version: 23.05.2 + patches: + - https://github.com/eic/epic/pull/449.patch 23.06.0: version: 23.06.0 + patches: + - https://github.com/eic/epic/pull/449.patch 23.06.1: version: 23.06.1 + patches: + - https://github.com/eic/epic/pull/449.patch -- GitLab