Skip to content
Snippets Groups Projects
Commit 52a5648f authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Sylvester Joosten
Browse files

[podio] build_type RelWithDebInfo

(cherry picked from commit 2de3e794)
parent 883bda1e
Branches
No related tags found
1 merge request!201Add awkward-array package
...@@ -22,7 +22,7 @@ spack: ...@@ -22,7 +22,7 @@ spack:
- hepmc3@3.2.2 +python +rootio - hepmc3@3.2.2 +python +rootio
- stow@2.3.1 - stow@2.3.1
- cairo@1.16.0 +fc+ft+X+pdf+gobject - 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 - geant4@10.7.1 cxxstd=17 +opengl +vecgeom +x11 +qt +threads ^qt +opengl
- dd4hep@1.18 +geant4 +assimp +hepmc3 +ipo +lcio - dd4hep@1.18 +geant4 +assimp +hepmc3 +ipo +lcio
- acts@13.0.0 +dd4hep +digitization +identification +json +tgeo +ipo +examples +fatras +geant4 - acts@13.0.0 +dd4hep +digitization +identification +json +tgeo +ipo +examples +fatras +geant4
......
...@@ -28,7 +28,7 @@ class Podio(CMakePackage): ...@@ -28,7 +28,7 @@ class Podio(CMakePackage):
variant('build_type', default='Release', variant('build_type', default='Release',
description='The build type to build', description='The build type to build',
values=('Debug', 'Release')) values=('Debug', 'RelWithDebInfo', 'MinSizeRel', 'Release'))
variant('sio', default=False, variant('sio', default=False,
description='Build the SIO I/O backend') description='Build the SIO I/O backend')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment