Skip to content
Snippets Groups Projects

feat: ROOT C++20 support, `root cxxstd=20`

Merged Wouter Deconinck requested to merge root-cxxstd-20 into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -3,7 +3,7 @@ spack:
- ../concretizer.yaml
- ../packages.yaml
specs:
- acts@21.1.1 +dd4hep +examples +fatras +geant4 +identification +json +python +tgeo
- acts@21.1.1 cxxstd=20 +dd4hep +examples +fatras +geant4 +identification +json +python +tgeo
- actsvg@0.4.26 +examples
- acts-dd4hep@1.0.1
- afterburner@0.1.2 +root +zlib
@@ -19,8 +19,8 @@ spack:
- dawncut@1_54a
- dd4hep@1.25.1 +ddg4 +ddcad -frames +hepmc3 +lcio +xercesc
- dpmjet@19.3.5
- edm4eic@2.0.0 cxxstd=17
- edm4hep@=0.7 cxxstd=17
- edm4eic@2.0.0 cxxstd=20
- edm4hep@=0.7 cxxstd=20
- eic-smear@1.1.10
- eigen@3.4.0
- emacs@28.2
Loading