-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathspack.yaml
58 lines (54 loc) · 1.25 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
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
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
compilers:
- compiler:
spec: apple-clang@=16.0.0
paths:
cc: /usr/bin/clang
cxx: /usr/bin/clang++
f77: null
fc: null
flags: {}
operating_system: sequoia
target: aarch64
modules: []
environment: {}
extra_rpaths: []