Skip to content
6 changes: 2 additions & 4 deletions spack-environment/cuda/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ spack:
- ../packages.yaml
- ../packages_root_with_opengl.yaml
- ../view.yaml
concretizer:
unify: when_possible # multiple epic versions
specs:
Comment thread
wdconinc marked this conversation as resolved.
- acts +cuda
- actsvg
Expand All @@ -24,7 +22,6 @@ spack:
- dawncut
- dd4hep
- dpmjet
Comment thread
wdconinc marked this conversation as resolved.
- east
- edm4hep
- eic-opticks
Comment thread
wdconinc marked this conversation as resolved.
- eic-smear
Expand All @@ -36,7 +33,7 @@ spack:
- g4adept +cuda
- gaudi
- gdb
- geant4
- geant4 +vecgeom
Comment thread
wdconinc marked this conversation as resolved.
- graphviz
- hepmc3
- heppdt
Expand Down Expand Up @@ -101,5 +98,6 @@ spack:
- spdlog
- stow
- valgrind
- vecgeom +cuda
Comment thread
wdconinc marked this conversation as resolved.
- xrootd
- xeyes
10 changes: 6 additions & 4 deletions spack-environment/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ packages:
geant4:
require:
- '@11.3.2.east'
- cxxstd=20 -vecgeom +threads -timemory -vtk
- any_of: [+opengl +qt +x11, -opengl -qt -x11]
- cxxstd=20 +threads -vtk
Comment thread
wdconinc marked this conversation as resolved.
Comment thread
wdconinc marked this conversation as resolved.
- one_of: [+opengl +qt +x11, -opengl -qt -x11]
- one_of: [-vecgeom, +vecgeom]
Comment thread
wdconinc marked this conversation as resolved.
gettext:
require:
- +libxml2
Expand Down Expand Up @@ -324,7 +325,7 @@ packages:
require:
- '@1.4.6'
- +http
- any_of: [+geocad, -geocad]
- one_of: [+geocad, -geocad]
Comment thread
wdconinc marked this conversation as resolved.
Comment thread
wdconinc marked this conversation as resolved.
ollama:
require:
- '@0.13.1:'
Expand Down Expand Up @@ -564,7 +565,7 @@ packages:
require:
- '@6.38.00'
- cxxstd=20 +fftw +fortran +gdml +http -ipo +mlp +python +root7 +tmva +tmva-sofie +x +xrootd +ssl
- any_of: [+opengl +webgui, -opengl -webgui]
- one_of: [+opengl +webgui, -opengl -webgui]
Comment thread
wdconinc marked this conversation as resolved.
sherpa:
require:
- '@3.0.1'
Expand Down Expand Up @@ -618,6 +619,7 @@ packages:
vecgeom:
require:
- '@2'
- cxxstd=20 +gdml ~geant4 +root
Comment thread
wdconinc marked this conversation as resolved.
xerces-c:
require:
- cxxstd=20
Expand Down
Loading