Skip to content

Commit

Permalink
Disable everything but vecgeom and old geant4, use any_of instead of …
Browse files Browse the repository at this point in the history
…variant
  • Loading branch information
sethrj committed Jan 3, 2025
1 parent e5c8a37 commit b1f2029
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ spack:
- matrix:
- - ccache
- cmake
- googletest
# - googletest
- ninja
- nlohmann-json
- hepmc3
# - nlohmann-json
# - hepmc3
- root
- vecgeom
- '[email protected]'
- vecgeom+gdml
# - '[email protected]'
- '[email protected]'
- '[email protected]'
- '[email protected]'
- '[email protected]'
- '[email protected]'
- '[email protected]'
# - '[email protected]'
# - '[email protected]'
# - '[email protected]'
# - '[email protected]'
# - '[email protected]'
concretizer:
unify: false
config:
Expand All @@ -27,12 +27,12 @@ spack:
all: "{compiler.name}-{compiler.version}/{name}/{version}/{hash:7}"
packages:
root:
variants: ~aqua ~davix ~examples ~opengl ~x ~tbb cxxstd=20
variants: ~aqua ~davix ~examples ~opengl ~x ~tbb
all:
variants: cxxstd=20
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 b1f2029

Please sign in to comment.