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="ce2dc68e4f75299f7a684708788870282ecde53a"
EICSPACK_VERSION="f767991330f68f3ff194be8df0ea213d16912ca9"
4 changes: 4 additions & 0 deletions spack-environment/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ packages:
require:
- '@2.4.7.1'
- cxxstd=20
- hwcaps=x86_64_v3
cli11:
require:
- '@2.4.2:'
Expand Down Expand Up @@ -179,6 +180,7 @@ packages:
require:
- '@3.5.0'
- plugins=cxx
- hwcaps=x86_64_v3
fjcontrib:
require:
- '@1.051'
Expand Down Expand Up @@ -303,6 +305,7 @@ packages:
require:
- '@6.5.5'
- +python
- hwcaps=x86_64_v3
#llvm:
#require:
#- any_of: [~gold, '@:']
Expand Down Expand Up @@ -635,6 +638,7 @@ packages:
vecgeom:
require:
- '@2'
- hwcaps=x86_64_v3
xerces-c:
require:
- cxxstd=20
Expand Down
Loading