Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 004ea0c

Browse files
committed
Tag this commit as 2021.05.15-release.
1 parent 79642b0 commit 004ea0c

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for hpctoolkit 2021.03.01-master.
3+
# Generated by GNU Autoconf 2.69 for hpctoolkit 2021.05.15-release.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -593,8 +593,8 @@ MAKEFLAGS=
593593
# Identity of this package.
594594
PACKAGE_NAME='hpctoolkit'
595595
PACKAGE_TARNAME='hpctoolkit'
596-
PACKAGE_VERSION='2021.03.01-master'
597-
PACKAGE_STRING='hpctoolkit 2021.03.01-master'
596+
PACKAGE_VERSION='2021.05.15-release'
597+
PACKAGE_STRING='hpctoolkit 2021.05.15-release'
598598
PACKAGE_BUGREPORT='[email protected]'
599599
PACKAGE_URL='http://hpctoolkit.org/'
600600

@@ -1651,7 +1651,7 @@ if test "$ac_init_help" = "long"; then
16511651
# Omit some internal or obsolete options to make the list less imposing.
16521652
# This message is too long to be a string in the A/UX 3.1 sh.
16531653
cat <<_ACEOF
1654-
\`configure' configures hpctoolkit 2021.03.01-master to adapt to many kinds of systems.
1654+
\`configure' configures hpctoolkit 2021.05.15-release to adapt to many kinds of systems.
16551655

16561656
Usage: $0 [OPTION]... [VAR=VALUE]...
16571657

@@ -1721,7 +1721,7 @@ fi
17211721

17221722
if test -n "$ac_init_help"; then
17231723
case $ac_init_help in
1724-
short | recursive ) echo "Configuration of hpctoolkit 2021.03.01-master:";;
1724+
short | recursive ) echo "Configuration of hpctoolkit 2021.05.15-release:";;
17251725
esac
17261726
cat <<\_ACEOF
17271727

@@ -1941,7 +1941,7 @@ fi
19411941
test -n "$ac_init_help" && exit $ac_status
19421942
if $ac_init_version; then
19431943
cat <<\_ACEOF
1944-
hpctoolkit configure 2021.03.01-master
1944+
hpctoolkit configure 2021.05.15-release
19451945
generated by GNU Autoconf 2.69
19461946

19471947
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3041,7 +3041,7 @@ cat >config.log <<_ACEOF
30413041
This file contains any messages produced by compilers while
30423042
running configure, to aid debugging if configure makes a mistake.
30433043

3044-
It was created by hpctoolkit $as_me 2021.03.01-master, which was
3044+
It was created by hpctoolkit $as_me 2021.05.15-release, which was
30453045
generated by GNU Autoconf 2.69. Invocation command line was
30463046

30473047
$ $0 $@
@@ -3922,7 +3922,7 @@ fi
39223922

39233923
# Define the identity of the package.
39243924
PACKAGE='hpctoolkit'
3925-
VERSION='2021.03.01-master'
3925+
VERSION='2021.05.15-release'
39263926

39273927

39283928
cat >>confdefs.h <<_ACEOF
@@ -25676,7 +25676,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2567625676
# report actual input values of CONFIG_FILES etc. instead of their
2567725677
# values after options handling.
2567825678
ac_log="
25679-
This file was extended by hpctoolkit $as_me 2021.03.01-master, which was
25679+
This file was extended by hpctoolkit $as_me 2021.05.15-release, which was
2568025680
generated by GNU Autoconf 2.69. Invocation command line was
2568125681

2568225682
CONFIG_FILES = $CONFIG_FILES
@@ -25743,7 +25743,7 @@ _ACEOF
2574325743
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2574425744
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2574525745
ac_cs_version="\\
25746-
hpctoolkit config.status 2021.03.01-master
25746+
hpctoolkit config.status 2021.05.15-release
2574725747
configured by $0, generated by GNU Autoconf 2.69,
2574825748
with options \\"\$ac_cs_config\\"
2574925749

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ m4_include(config/hpc-cxxutils.m4)
8181
# Initialization:
8282
#----------------------------------------------------------------------------
8383

84-
AC_INIT([hpctoolkit], [2021.03.01-master],
84+
AC_INIT([hpctoolkit], [2021.05.15-release],
8585
8686
[hpctoolkit],
8787
[http://hpctoolkit.org/])

spack/packages.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,25 @@
1919
# https://spack.readthedocs.io/en/latest/configuration.html
2020
# https://spack.readthedocs.io/en/latest/build_settings.html
2121
#
22-
# Last revised: April 18, 2021.
22+
# Last revised: May 28, 2021.
2323
#
2424
packages:
2525

2626
# If you want to specify a generic target or a specific compiler for
2727
# all builds, then you can set those here. For example, a generic
2828
# target might be useful for a shared install acrosss multiple
2929
# machine types.
30+
#
3031
# generic families: aarch64, ppc64, ppc64le, x86_64
3132
#
33+
# Selecting a specific provider for a virtual package (eg, openmpi
34+
# for mpi) also goes here under 'all'.
35+
#
3236
# all:
3337
# target: [x86_64]
3438
# compiler: [[email protected]]
39+
# providers:
40+
# mpi: [openmpi]
3541

3642

3743
#------------------------------------------------------------
@@ -69,10 +75,12 @@ packages:
6975
#
7076
# +mpi builds hpcprof-mpi (requires mpi).
7177
# +papi uses papi instead of perfmon (now default).
78+
# +viewer also installs hpcviewer (default).
79+
# +cuda, +rocm for GPU support.
7280
#
7381
# hpctoolkit:
74-
# version: [2021.03.01, master]
75-
# variants: +mpi +papi
82+
# version: [2021.05.15, master]
83+
# variants: +mpi +papi +viewer
7684

7785

7886
# binutils -- used by hpcprof and struct simple (for functions and
@@ -137,7 +145,7 @@ packages:
137145
# +openmp is to support openmp threads in parseapi.
138146
#
139147
dyninst:
140-
version: [master]
148+
version: [master, 11.0.0]
141149
variants: +openmp build_type=RelWithDebInfo
142150

143151

0 commit comments

Comments
 (0)