Skip to content

Commit

Permalink
Try again?
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Jan 3, 2025
1 parent b1f2029 commit de8b294
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ spack:
- ninja
# - nlohmann-json
# - hepmc3
- root
- vecgeom+gdml
# - root
- vecgeom+gdml cxxstd=17 # needed for geant4 compatibility
- vecgeom+gdml cxxstd=20
# - '[email protected]'
- '[email protected]'
# - '[email protected]'
Expand All @@ -26,13 +27,13 @@ spack:
projections:
all: "{compiler.name}-{compiler.version}/{name}/{version}/{hash:7}"
packages:
variants: cxxstd=20
root:
variants: ~aqua ~davix ~examples ~opengl ~x ~tbb
variants: ~aqua ~davix ~examples ~opengl ~x ~tbb cxxstd=20
all:
require:
- '%clang@18'
- any_of: [+ipo, '@:']
- any_of: [build_system=cmake, '@:']
- any_of: [build_type=Release, '@:']
- any_of: [generator=ninja, '@:']
- any_of: [cxxstd=20, '@:']

0 comments on commit de8b294

Please sign in to comment.