From 2de3e794bc5805f31d77f1137f640520a5a71929 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Sun, 3 Oct 2021 20:55:55 +0000
Subject: [PATCH] [podio] build_type RelWithDebInfo

---
 spack.yaml                      | 2 +-
 spack/packages/podio/package.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/spack.yaml b/spack.yaml
index 305d7e61b..07ebddfea 100644
--- a/spack.yaml
+++ b/spack.yaml
@@ -22,7 +22,7 @@ spack:
     - hepmc3@3.2.2 +python +rootio 
     - stow@2.3.1
     - cairo@1.16.0 +fc+ft+X+pdf+gobject
-    - podio@0.13.1
+    - podio@0.13.1 build_type=RelWithDebInfo
     - geant4@10.7.1 cxxstd=17 +opengl +vecgeom +x11 +qt +threads ^qt +opengl
     - dd4hep@1.18 +geant4 +assimp +hepmc3 +ipo +lcio
     - acts@13.0.0 +dd4hep +digitization +identification +json +tgeo +ipo +examples +fatras +geant4
diff --git a/spack/packages/podio/package.py b/spack/packages/podio/package.py
index c35f2a711..322175f8e 100644
--- a/spack/packages/podio/package.py
+++ b/spack/packages/podio/package.py
@@ -28,7 +28,7 @@ class Podio(CMakePackage):
 
     variant('build_type', default='Release',
             description='The build type to build',
-            values=('Debug', 'Release'))
+            values=('Debug', 'RelWithDebInfo', 'MinSizeRel', 'Release'))
 
     variant('sio', default=False,
             description='Build the SIO I/O backend')
-- 
GitLab