Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion eic-spack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ EICSPACK_ORGREPO="eic/eic-spack"

## EIC spack commit hash or github version, e.g. v0.19.7
## note: nightly builds could use a branch e.g. releases/v0.19
EICSPACK_VERSION="9cb75284f136ce8cf9bc54fe5b979e40e6eba485"
EICSPACK_VERSION="3f8e52f5790f29576b5a4699c3e7ae16d351b4d7"
4 changes: 2 additions & 2 deletions spack-environment/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packages:
acts:
require:
- '@45.3.0'
- cxxstd=20 +dd4hep +edm4hep +examples +fatras +geant4 +json +onnx +podio +python +svg +root +pr4496 +pr4502 +pr4620
- cxxstd=20 +dd4hep +edm4hep +examples +fatras +g4hepem +geant4 +json +onnx +podio +python +svg +root +pr4496 +pr4502 +pr4620
# ACTS requires same compiler as DD4hep since compiler options are reused
- spec: '%gcc'
when: '^dd4hep %gcc'
Expand Down Expand Up @@ -329,7 +329,7 @@ packages:
- '@0.0.3'
npsim:
require:
- '@1.6.0'
- '@git.g4hepem'

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Acknowledged. This is for testing only, until the named ref is merged.

- +http
Comment thread
wdconinc marked this conversation as resolved.
Comment on lines 330 to 333
- any_of: [+geocad, -geocad]
ollama:
Expand Down
Loading