Skip to content

Commit

Permalink
Update elfutils to 0.185 in packages.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwkrentel committed Jun 9, 2021
1 parent 33be724 commit 8a415de
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions spack/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# https://spack.readthedocs.io/en/latest/configuration.html
# https://spack.readthedocs.io/en/latest/build_settings.html
#
# Last revised: May 28, 2021.
# Last revised: June 9, 2021.
#
packages:

Expand Down Expand Up @@ -140,8 +140,6 @@ packages:
# HPCToolkit's hpcstruct. Until there is a new release of dyninst,
# we recommend building hpctoolkit atop dyninst master.
#
# On Blue Gene, with default gcc 4.4 compilers, use version 9.3.2.
#
# +openmp is to support openmp threads in parseapi.
#
dyninst:
Expand All @@ -152,14 +150,14 @@ packages:
# elfutils -- used by dyninst for reading ELF sections.
#
# Dyninst requires >= 0.173 and we want a recent version for best
# support for output from current compilers. On Blue Gene, 0.176
# doesn't build, so use 0.175.
# support for output from current compilers.
# 0.184 fixes a bug in binaries compiled with gcc 11.x.
#
# +bzip2, +xz are for reading compressed sections.
# ~nls is used to avoid building gettext.
#
elfutils:
version: [0.182]
version: [0.185]
variants: +bzip2 +xz ~nls


Expand Down

0 comments on commit 8a415de

Please sign in to comment.