-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackages.yaml
168 lines (165 loc) · 3.2 KB
/
packages.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
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
packages:
all:
compiler:: [intel@2021.3.0, gcc@9.2.0]
providers:
mpi:: [intel-oneapi-mpi@2021.3.0, openmpi@3.1.4]
### MPI, Python, MKL
mpi:
buildable: False
intel-oneapi-mpi:
externals:
- spec: intel-oneapi-mpi@2021.3.0%intel@2021.3.0
prefix: /apps/oneapi
modules:
- impi/2021.3.0
openmpi:
externals:
- spec: openmpi@3.1.4%gcc@9.2.0
prefix: /apps/openmpi/3.1.4/gnu/gcc-9.2.0
modules:
- openmpi/3.1.4
### Modifications of common packages
# Pin flex to avoid duplicate packages
flex:
version: ['2.6.4']
### All other external packages listed alphabetically
autoconf:
externals:
- spec: autoconf@2.69
prefix: /usr
automake:
externals:
- spec: automake@1.13.4
prefix: /usr
bash:
externals:
- spec: bash@4.2.46
prefix: /usr
berkeley-db:
externals:
- spec: berkeley-db@5.3.21
prefix: /usr
cpio:
externals:
- spec: cpio@2.11
prefix: /usr
diffutils:
externals:
- spec: diffutils@3.3
prefix: /usr
doxygen:
externals:
- spec: doxygen@1.8.5~graphviz~mscgen
prefix: /usr
ecflow:
buildable: False
externals:
- spec: ecflow@5.8.4+ui+static_boost
prefix: /contrib/spack-stack/ecflow-5.8.4
file:
externals:
- spec: file@5.11
prefix: /usr
findutils:
externals:
- spec: findutils@4.5.11
prefix: /usr
gawk:
externals:
- spec: gawk@4.0.2
prefix: /usr
gettext:
externals:
- spec: gettext@0.19.8.1
prefix: /usr
git:
externals:
- spec: git@1.8.3.1~tcltk
prefix: /usr
git-lfs:
externals:
- spec: git-lfs@2.4.1
prefix: /contrib/spack-stack/git-lfs-2.4.1
gmake:
externals:
- spec: gmake@3.82
prefix: /usr
groff:
externals:
- spec: groff@1.22.2
prefix: /usr
hwloc:
externals:
- spec: hwloc@1.11.8
prefix: /usr
krb5:
externals:
- spec: krb5@1.15.1
prefix: /usr
libtool:
externals:
- spec: libtool@2.4.2
prefix: /usr
# Problem untarring libxml2 on the Azure filesystem
# so mark it as external
libxml2:
buildable: False
externals:
- spec: libxml2@2.9.1
prefix: /usr
lustre:
externals:
- spec: lustre@2.12.7
prefix: /usr
m4:
externals:
- spec: m4@1.4.16
prefix: /usr
mysql:
externals:
- spec: mysql@8.0.31
prefix: /contrib/spack-stack/mysql-8.0.31
ncurses:
externals:
- spec: ncurses@5.9-14.20130511+termlib abi=5
prefix: /usr
openjdk:
externals:
- spec: openjdk@1.8.0_322-b06
prefix: /usr
perl:
externals:
- spec: perl@5.16.3~cpanm+shared+threads
prefix: /usr
pkg-config:
externals:
- spec: pkg-config@0.27.1
prefix: /usr
rsync:
externals:
- spec: rsync@3.1.2
prefix: /usr
ruby:
externals:
- spec: ruby@2.0.0
prefix: /usr
sed:
externals:
- spec: sed@4.2.2
prefix: /usr
tar:
externals:
- spec: tar@1.26
prefix: /usr
texinfo:
externals:
- spec: texinfo@5.1
prefix: /usr
wget:
externals:
- spec: wget@1.14
prefix: /usr
zip:
externals:
- spec: zip@3.0
prefix: /usr