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 1919# https://spack.readthedocs.io/en/latest/configuration.html
2020# https://spack.readthedocs.io/en/latest/build_settings.html
2121#
22- # Last revised: May 28 , 2021.
22+ # Last revised: June 9 , 2021.
2323#
2424packages :
2525
@@ -140,8 +140,6 @@ packages:
140140 # HPCToolkit's hpcstruct. Until there is a new release of dyninst,
141141 # we recommend building hpctoolkit atop dyninst master.
142142 #
143- # On Blue Gene, with default gcc 4.4 compilers, use version 9.3.2.
144- #
145143 # +openmp is to support openmp threads in parseapi.
146144 #
147145 dyninst :
@@ -152,14 +150,14 @@ packages:
152150 # elfutils -- used by dyninst for reading ELF sections.
153151 #
154152 # 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 .
157155 #
158156 # +bzip2, +xz are for reading compressed sections.
159157 # ~nls is used to avoid building gettext.
160158 #
161159 elfutils :
162- version : [0.182 ]
160+ version : [0.185 ]
163161 variants : +bzip2 +xz ~nls
164162
165163
You can’t perform that action at this time.
0 commit comments