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
4 changes: 4 additions & 0 deletions repos/spack_repo/builtin/packages/protobuf/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ class Protobuf(CMakePackage):
depends_on("abseil-cpp@20230125.3:", when="@22.5:")
# https://github.com/protocolbuffers/protobuf/issues/11828#issuecomment-1433557509
depends_on("abseil-cpp@20230125:", when="@22:")
# protobuf@26:29 link to absl::if_constexpr, which was removed from abseil-cpp in the
# 20250512 release.
# https://github.com/protocolbuffers/protobuf/issues/24785
conflicts("^abseil-cpp@20250512:", when="@26:29")
depends_on("zlib-api")

# See https://github.com/protocolbuffers/protobuf/issues/26383
Expand Down
2 changes: 1 addition & 1 deletion stacks/hep/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ spack:
- py-uhi
- py-uproot +lz4 +xrootd +zstd
- py-vector
#- py-zfit
- py-zfit
- pythia8 +evtgen +fastjet +hdf5 +hepmc +hepmc3 +lhapdf ~madgraph5amc +python +rivet ~root # pythia8 and root circularly depend
- recola
- rivet
Expand Down
Loading