-
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:
- [email protected] +program_options +test +json
- [email protected] +aqua+opengl
- [email protected] +xercesc
- [email protected] +geomodelg4
- py-pybind11 @2.13.1
- py-pip
- py-jinja2 # for edm4hep + podio
- py-pyyaml # for edm4hep + podio
- [email protected] -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