This repository was archived by the owner on Apr 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 19
19
# https://spack.readthedocs.io/en/latest/configuration.html
20
20
# https://spack.readthedocs.io/en/latest/build_settings.html
21
21
#
22
- # Last revised: May 28 , 2021.
22
+ # Last revised: June 9 , 2021.
23
23
#
24
24
packages :
25
25
@@ -140,8 +140,6 @@ packages:
140
140
# HPCToolkit's hpcstruct. Until there is a new release of dyninst,
141
141
# we recommend building hpctoolkit atop dyninst master.
142
142
#
143
- # On Blue Gene, with default gcc 4.4 compilers, use version 9.3.2.
144
- #
145
143
# +openmp is to support openmp threads in parseapi.
146
144
#
147
145
dyninst :
@@ -152,14 +150,14 @@ packages:
152
150
# elfutils -- used by dyninst for reading ELF sections.
153
151
#
154
152
# Dyninst requires >= 0.173 and we want a recent version for best
155
- # support for output from current compilers. On Blue Gene, 0.176
156
- # doesn't build, so use 0.175 .
153
+ # support for output from current compilers.
154
+ # 0.184 fixes a bug in binaries compiled with gcc 11.x .
157
155
#
158
156
# +bzip2, +xz are for reading compressed sections.
159
157
# ~nls is used to avoid building gettext.
160
158
#
161
159
elfutils :
162
- version : [0.182 ]
160
+ version : [0.185 ]
163
161
variants : +bzip2 +xz ~nls
164
162
165
163
You can’t perform that action at this time.
0 commit comments