-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathspack.yaml
More file actions
195 lines (174 loc) · 4.67 KB
/
spack.yaml
File metadata and controls
195 lines (174 loc) · 4.67 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
spack:
config:
install_tree:
root: $spack/..
projections:
all: '{compiler.name}-{compiler.version}/{name}-{version}-{hash}'
misc_cache: $spack/../misc_cache
test_stage: $spack/../test_stage
build_stage:
- $spack/../build_stage
# Regular TPLs do not need views
view: false
compilers:
- compiler:
spec: apple-clang@16.0.0
paths:
cc: /usr/bin/clang
cxx: /usr/bin/clang++
f77: /opt/homebrew/bin/gfortran
fc: /opt/homebrew/bin/gfortran
flags:
cflags:
cxxflags:
fflags:
cppflags: -I/opt/homebrew/opt/openblas/include
ldflags: -L/opt/homebrew/opt/openblas/lib
operating_system: sequoia
target: aarch64
modules: []
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
- compiler:
spec: apple-clang@17.0.0
paths:
cc: /usr/bin/clang
cxx: /usr/bin/clang++
f77: /opt/homebrew/bin/gfortran
fc: /opt/homebrew/bin/gfortran
flags:
cppflags: -I/opt/homebrew/opt/openblas/include
ldflags: -L/opt/homebrew/opt/openblas/lib
cflags:
cxxflags:
fflags:
operating_system: sequoia
target: aarch64
modules: []
environment:
set: # Needed for scotch
BISON: bison
FLEX: flex
extra_rpaths: []
packages:
all:
target: [aarch64]
compiler: [apple-clang]
providers:
mpi: [openmpi]
blas: [openblas]
lapack: [openblas]
openblas:
buildable: False
externals:
- spec: openblas@0.3.29
prefix: /opt/homebrew/opt/openblas
# v0.6.2
blt:
require: "@git.9ff77344f0b2a6ee345e452bddd6bfd46cbbfa35=develop"
# master - 10/18/24
hypre:
require: "@git.c893886d15eb57e87dd36efec23693ece3ddc88e"
# v2024.07.0
chai:
require: "@git.df7741f1dbbdc5fff5f7d626151fdf1904e62b19=develop"
# v2024.07.0
umpire:
require: "@git.abd729f40064175e999a83d11d6b073dac4c01d2=develop"
# v2024.07.0
raja:
require: "@git.4d7fcba55ebc7cb972b7cc9f6778b48e43792ea1=develop"
# v2024.07.0
camp:
require: "@git.0f07de4240c42e0b38a8d872a20440cb4b33d9f5=main"
# v2.12.0
caliper:
require: "@git.287b7f3ad2d12f520aad04268d44f353cd05403c"
# v0.9.2
conduit:
require: "@git.ad86e316ad56a75c099d30ca5ce75cff275b5924=develop"
uncrustify:
require: "@git.401a4098bce9dcc47e024987403f2d59d9ba7bd2"
superlu-dist:
require: "@git.0f6efc377df2440c235452d13d28d2c717f832a1"
# Lock down which MPI we are using
openmpi:
buildable: False
externals:
- spec: openmpi@5.0.6
prefix: /opt/homebrew/opt/open-mpi
# System level packages to not build
cmake:
version: [3.29.6]
buildable: false
externals:
- spec: cmake@3.29.6
prefix: /opt/homebrew/opt/cmake
readline:
buildable: false
externals:
- spec: readline@8.2.13
prefix: /opt/homebrew/opt/readline
m4:
buildable: False
externals:
- spec: m4@1.4.6
prefix: /opt/homebrew/opt/m4
perl:
buildable: false
externals:
- spec: perl@5.34.1
prefix: /opt/homebrew/opt/perl
pkg-config:
buildable: false
externals:
- spec: pkg-config@2.3.0
prefix: /opt/homebrew/opt/pkgconf
diffutils:
buildable: False
externals:
- spec: diffutils@3.11
prefix: /opt/homebrew/opt/diffutils
autoconf:
buildable: False
externals:
- spec: autoconf@2.72
prefix: /opt/homebrew/opt/autoconf
automake:
buildable: False
externals:
- spec: automake@1.17
prefix: /opt/homebrew/opt/automake
libtool:
buildable: False
externals:
- spec: libtool@2.5.4
prefix: /opt/homebrew/opt/libtool
gettext:
buildable: False
externals:
- spec: gettext@0.23.1
prefix: /opt/homebrew/opt/gettext
flex:
buildable: False
externals:
- spec: flex@2.6.4
prefix: /opt/homebrew/opt/flex
addr2line:
buildable: False
externals:
- spec: addr2line@2.43.1
prefix: /opt/homebrew/opt/binutils
zlib:
buildable: False
externals:
- spec: zlib@1.3.1
prefix: /opt/homebrew/opt/zlib
python:
buildable: false
externals:
- spec: python@3.13.2
prefix: /opt/homebrew/opt/python@3.13