Package: papi / 7.2.0-2

Metadata

Package Version Patches format
papi 7.2.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix typos.patch | (download)

man/man3/PAPI_enum_cmp_event.3 | 2 1 + 1 - 0 !
man/man3/PAPI_enum_event.3 | 2 1 + 1 - 0 !
src/components/rocm_smi/rocs.c | 4 2 + 2 - 0 !
src/components/sde/sde.c | 2 1 + 1 - 0 !
src/papi.c | 4 2 + 2 - 0 !
src/papi_common_strings.h | 2 1 + 1 - 0 !
src/sde_lib/sde_lib_misc.c | 2 1 + 1 - 0 !
src/sde_lib/sde_lib_ti.c | 16 8 + 8 - 0 !
8 files changed, 17 insertions(+), 17 deletions(-)

 fix some typos found by lintian


for debian no rpath.patch | (download)

src/configure.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 on debian, we do not want an rpath for standard lib dir
for debian do not embed libpfm4.patch | (download)

src/Rules.pfm4_pe | 3 2 + 1 - 0 !
src/components/sde/tests/Makefile | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

 we link against libpfm4.so, so don't embed a copy of libpfm4.a
for debian fix hyphenation.patch | (download)

man/man1/papi_avail.1 | 2 1 + 1 - 0 !
man/man1/papi_cost.1 | 2 1 + 1 - 0 !
man/man1/papi_decode.1 | 2 1 + 1 - 0 !
man/man1/papi_multiplex_cost.1 | 2 1 + 1 - 0 !
man/man1/papi_native_avail.1 | 24 12 + 12 - 0 !
5 files changed, 16 insertions(+), 16 deletions(-)

 fix manpage hyphenation
do not ignore failures.patch | (download)

doc/Makefile | 10 5 + 5 - 0 !
man/Makefile | 16 8 + 8 - 0 !
src/Makefile.inc | 26 12 + 14 - 0 !
src/Rules.pfm4_pe | 10 5 + 5 - 0 !
src/components/Makefile_comp_tests | 16 8 + 8 - 0 !
src/components/Makefile_comp_tests.target.in | 16 8 + 8 - 0 !
src/ctests/Makefile | 16 8 + 8 - 0 !
src/ctests/Makefile.recipies | 66 33 + 33 - 0 !
src/ftests/Makefile | 16 8 + 8 - 0 !
src/testlib/Makefile | 10 5 + 5 - 0 !
src/utils/Makefile | 6 3 + 3 - 0 !
src/validation_tests/Makefile | 16 8 + 8 - 0 !
12 files changed, 111 insertions(+), 113 deletions(-)

 do not ignore any errors in the makefiles


man section.patch | (download)

man/man1/PAPI_derived_event_files.1 | 2 1 + 1 - 0 !
src/papi_preset.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix man page section


libsde soversion.patch | (download)

src/sde_lib/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set libsde soversion to 1

libsde.so.1 seems to have been the intended SONAME


hardening.patch | (download)

src/components/sde/tests/Makefile | 26 13 + 13 - 0 !
1 file changed, 13 insertions(+), 13 deletions(-)

 add missing hardening flags


ppc64el.patch | (download)

src/configure.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 set a sane default cpu for ppc64el
reproducible.patch | (download)

src/maint/genpapifdef.pl | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 reproducibly generate fortran headers


0001 factor out Makefile.tests.patch | (download)

src/Makefile.inc | 56 8 + 48 - 0 !
src/Makefile.tests | 52 52 + 0 - 0 !
2 files changed, 60 insertions(+), 48 deletions(-)

 [patch] factor out makefile.tests


0002 sde tests create lib dir if needed.patch | (download)

src/components/sde/tests/Makefile | 27 15 + 12 - 0 !
1 file changed, 15 insertions(+), 12 deletions(-)

 [patch] sde tests: create lib dir if needed


0003 fix Makefiles for installed tests.patch | (download)

src/Makefile.inc | 5 4 + 1 - 0 !
src/components/Makefile | 6 6 + 0 - 0 !
src/components/Makefile_comp_tests | 23 0 + 23 - 0 !
src/components/Makefile_comp_tests.target.in | 8 3 + 5 - 0 !
src/components/sde/tests/Makefile | 2 1 + 1 - 0 !
src/ctests/Makefile | 15 3 + 12 - 0 !
src/ctests/Makefile.target.in | 19 14 + 5 - 0 !
src/ftests/Makefile | 8 3 + 5 - 0 !
src/ftests/Makefile.target.in | 12 8 + 4 - 0 !
src/testlib/Makefile | 2 1 + 1 - 0 !
src/validation_tests/Makefile | 8 3 + 5 - 0 !
src/validation_tests/Makefile.target.in | 12 8 + 4 - 0 !
12 files changed, 54 insertions(+), 66 deletions(-)

 [patch] fix makefiles for installed tests


hip.patch | (download)

src/components/rocm_smi/tests/Makefile | 25 14 + 11 - 0 !
1 file changed, 14 insertions(+), 11 deletions(-)

 misc hipcc fixes