Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ eic:
- BUILD_IMAGE: eic_
ENV:
- ci
- ci_clang
- ci_without_acts
- xl
BUILD_TYPE:
Expand Down
2 changes: 1 addition & 1 deletion containers/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ spack config --scope user add "config:source_cache:/var/cache/spack"
spack config --scope user add "config:install_tree:root:/opt/software"
spack config --scope user add "config:ccache:true"
spack config blame config
spack compiler find --scope site
spack compiler find --scope site --mixed-toolchain
spack config blame compilers
EOF

Expand Down
82 changes: 82 additions & 0 deletions spack-environment/ci_clang/spack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
spack:
include:
- ../concretizer.yaml
- ../packages.yaml
- ../view.yaml
packages:
all:
require:
- '%clang'
- any_of: [+ipo, '@:']
- any_of: [build_system=cmake, '@:']
- any_of: [build_type=Release, '@:']
specs:
- acts
- actsvg
- afterburner
- algorithms
- cmake
- covfie
- dd4hep -ddeve
- edm4eic
- edm4hep
- eicrecon
- eigen
- epic@main # EPIC_VERSION
- fastjet
- fjcontrib
- fmt
- gaudi
- geant4 -opengl
- gfal2
- gfal2-util
- graphviz
- hepmc3
- hepmcmerger
- heppdt
- imagemagick
- irt
- iwyu
- jana2
- juggler
- nopayloadclient
- npsim -geocad
- onnx
- osg-ca-certs
- podio
- prmon
- pythia8
- py-awkward
- py-bokeh
- py-boost-histogram
- py-dask
- py-dask-histogram
- py-deepdiff
- py-eic-rucio-policy-package
- py-epic-capybara
- py-graphviz
- py-hepunits
- py-hist
- py-histoprint
- py-jinja2
- py-jinja2-cli
- py-lmfit
- py-lxml
- py-matplotlib
- py-mplhep
- py-htgettoken
- py-numpy
- py-onnx
- py-onnxruntime
- py-pandas
- py-particle
- py-pip
- py-rucio-clients
Copy link

Copilot AI Nov 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The py-scipy package is missing from this environment but is present in the comparable ci and ci_without_acts environments (both include py-scipy at similar positions in their specs lists). Consider adding - py-scipy after py-rucio-clients for consistency with other CI environments.

Suggested change
- py-rucio-clients
- py-rucio-clients
- py-scipy

Copilot uses AI. Check for mistakes.
- py-seaborn
- py-toml
- py-uproot
- py-vector
- root -opengl -webgui
- snakemake
- spdlog
- xrootd
7 changes: 7 additions & 0 deletions spack-environment/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,13 @@ packages:
mosquitto:
require:
- '@2.0.18:'
mpi:
require:
- mpich
mpich:
require:
- '@4.2.1'
- -fortran
nlohmann-json:
require:
- '@3.11.2:'
Expand Down
Loading