-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathspack.yaml
More file actions
161 lines (148 loc) · 3.99 KB
/
spack.yaml
File metadata and controls
161 lines (148 loc) · 3.99 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
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
# Include shared variants and versions
include:
- ../defaults.yaml
- ../versions.yaml
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:
cppflags: -I/opt/homebrew/opt/openblas/include
ldflags: -L/opt/homebrew/opt/openblas/lib
operating_system: sequoia
target: aarch64
modules: []
environment:
set:
PATH: /usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin:/opt/homebrew/sbin
AR: /usr/bin/ar
RANLIB: /usr/bin/ranlib
CMAKE_AR: /usr/bin/ar
CMAKE_RANLIB: /usr/bin/ranlib
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
operating_system: sequoia
target: aarch64
modules: []
environment:
set:
PATH: /usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin:/opt/homebrew/sbin
AR: /usr/bin/ar
RANLIB: /usr/bin/ranlib
CMAKE_AR: /usr/bin/ar
CMAKE_RANLIB: /usr/bin/ranlib
extra_rpaths: []
packages:
all:
target: [aarch64]
compiler: [apple-clang]
providers:
mpi: [openmpi]
blas: [openblas]
lapack: [openblas]
variants: "~openmp"
geosx:
variants: "+addr2line"
openblas:
buildable: False
externals:
- spec: openblas@0.3.29
prefix: /opt/homebrew/opt/openblas
# 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
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.14.3
prefix: /opt/homebrew/opt/python@3.14