-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathspack.yaml
46 lines (42 loc) · 1020 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
45
46
spack:
specs:
- [email protected] +program_options +test +json
- [email protected] # 0.99.1 blocked due to clang14 in our CI
- [email protected] +aqua+opengl
- [email protected] +xercesc +edm4hep +hepmc3
- [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
mesa:
buildable: false
concretizer:
unify: true
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