Package Details: papi 7.1.0-1

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
Licenses: BSD
Submitter: jedbrown
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 21
Popularity: 0.000002
First Submitted: 2009-11-09 21:53 (UTC)
Last Updated: 2023-12-22 16:45 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

pspkzar commented on 2013-12-19 01:02 (UTC)

my first uploaded package so tell me if there's anything wrong

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.