Package Details: papi 7.2.0-2

Git Clone URL: https://aur.archlinux.org/papi.git (read-only, click to copy)
Package Base: papi
Description: Performance Application Programming Interface
Upstream URL: http://icl.cs.utk.edu/papi
Keywords: counter libpapi performance
Licenses: BSD-3-Clause
Conflicts: libpfm
Provides: libpfm
Submitter: jedbrown
Maintainer: forcegk
Last Packager: forcegk
Votes: 21
Popularity: 0.000011
First Submitted: 2009-11-09 21:53 (UTC)
Last Updated: 2026-02-22 12:25 (UTC)

Required by (8)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5

nicoulaj commented on 2013-08-29 16:38 (UTC)

Please update or disown

nicoulaj commented on 2013-08-08 09:08 (UTC)

PAPI 5.2.0 has been released, please update.

nicoulaj commented on 2013-07-26 16:05 (UTC)

5.1.1 has been released.

Siosm commented on 2013-03-01 21:54 (UTC)

Updated PKGBUILD: https://github.com/Siosm/siosm-aur/blob/master/papi/PKGBUILD I'm looking for a GUI for this tool. I'll try perfsuite.

jedbrown commented on 2011-06-24 13:39 (UTC)

Fixed and updated, thank you.

bins commented on 2011-06-24 13:11 (UTC)

here is the patch to fix the dlopen detection problem: === --- a/src/configure.in 2011-05-05 17:59:41.000000000 +0200 +++ b/src/configure.in 2011-06-24 15:07:36.000000000 +0200 @@ -116,7 +116,7 @@ AC_MSG_RESULT([not found]) AC_MSG_CHECKING([for dlopen and dlerror symbols in -ldl]) SAVED_LDFLAGS=${LDFLAGS} - LDFLAGS="${LDFLAGS} -ldl" + LDFLAGS="${LDFLAGS} -Wl,--no-as-needed -ldl" AC_TRY_LINK([#include <dlfcn.h>], [void *p = dlopen ("", 0); char *c = dlerror();], [has_ldl="yes"], [has_ldl="no"]) === hth, sebastien.