-
Notifications
You must be signed in to change notification settings - Fork 5
/
spack.yaml
44 lines (40 loc) · 938 Bytes
/
spack.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
spack:
specs:
- boost@1.86.0 +program_options +test +json
- cmake@3.30.1
- edm4hep@0.10.5
- eigen@3.4.0
- git-lfs@3.5.1
- intel-tbb@2021.12.0
- nlohmann-json@3.11.3
- podio@1.0.1
- root@6.32.06 +aqua+opengl
- dd4hep@1.29 +xercesc
- geomodel@6.3.0 +geomodelg4
- python@3.12
- py-pybind11 @2.13.1
- py-pip
- py-jinja2 # for edm4hep + podio
- py-pyyaml # for edm4hep + podio
- hepmc3@3.3.0
- pythia8@8.311
- geant4@11.1.3 -data
packages:
all:
target:
- aarch64
- x86_64
variants: cxxstd=20 build_type=Release
concretizer:
unify: when_possible
config:
install_tree:
padded_length: 128
connect_timeout: 60
mirrors:
acts-spack-buildcache:
url: oci://ghcr.io/acts-project/spack-buildcache
signed: false
access_pair:
id_variable: GH_OCI_USER
secret_variable: GH_OCI_TOKEN