Skip to content
Open
Show file tree
Hide file tree
Changes from 6 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
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="1f3d9fbd33707d8d39dfd4965c093772d6aadbfa"
8 changes: 8 additions & 0 deletions spack-environment/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ packages:
require:
- '@2.4.7.1'
- cxxstd=20
- spec: hwcaps=x86_64_v3
when: target=x86_64_v2
cli11:
require:
- '@2.4.2:'
Expand Down Expand Up @@ -179,6 +181,8 @@ packages:
require:
- '@3.5.0'
- plugins=cxx
- spec: hwcaps=x86_64_v3
when: target=x86_64_v2
fjcontrib:
require:
- '@1.051'
Expand Down Expand Up @@ -303,6 +307,8 @@ packages:
require:
- '@6.5.5'
- +python
- spec: hwcaps=x86_64_v3
when: target=x86_64_v2
#llvm:
#require:
#- any_of: [~gold, '@:']
Expand Down Expand Up @@ -635,6 +641,8 @@ packages:
vecgeom:
require:
- '@2'
- spec: hwcaps=x86_64_v3
when: target=x86_64_v2
xerces-c:
require:
- cxxstd=20
Expand Down
Loading