From 6b0380fe2b5bf38be24e01d985e1fad567212664 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 29 Jun 2023 02:57:47 +0000 Subject: [PATCH] fix: cxxflags all the things --- detectors.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/detectors.yaml b/detectors.yaml index 43641b72b..f3d31520c 100644 --- a/detectors.yaml +++ b/detectors.yaml @@ -15,31 +15,39 @@ detectors: version: 22.12.0 patches: - https://github.com/eic/epic/pull/449.patch + cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type 23.01.0: version: 23.01.0 patches: - https://github.com/eic/epic/pull/449.patch + cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type 23.03.0: version: 23.03.0 patches: - https://github.com/eic/epic/pull/449.patch + cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type 23.05.0: version: 23.05.0 patches: - https://github.com/eic/epic/pull/449.patch + cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type 23.05.1: version: 23.05.1 patches: - https://github.com/eic/epic/pull/449.patch + cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type 23.05.2: version: 23.05.2 patches: - https://github.com/eic/epic/pull/449.patch + cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type 23.06.0: version: 23.06.0 patches: - https://github.com/eic/epic/pull/449.patch + cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type 23.06.1: version: 23.06.1 patches: - https://github.com/eic/epic/pull/449.patch + cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type -- GitLab