Page 1 of 1

Uninstall script

PostPosted: Fri Feb 25, 2011 9:26 am
by Kerilk
Hello,

My question may sound stupid but I couldn't find an answer anywhere.

After making `make install`, I can't seem to uninstall the files via the Makefile. Is this behavior intended? did I miss something?
Is there a way to cleanly remove the files installed by PAPI Makefile?

Thanks in advance.

Re: Uninstall script

PostPosted: Tue Mar 08, 2011 12:39 pm
by vweaver1
Kerilk wrote:Hello,

My question may sound stupid but I couldn't find an answer anywhere.

After making `make install`, I can't seem to uninstall the files via the Makefile. Is this behavior intended? did I miss something?
Is there a way to cleanly remove the files installed by PAPI Makefile?

Thanks in advance.


Currently I don't think PAPI has an uninstall target. It's probably something we should add in the future.

The files that typically get installed are:
* /usr/local/lib/libpapi*
* /usr/local/lib/libpfm*
* /usr/local/include/*papi.h
* /usr/local/include/papiStdEventDefs.h
* /usr/local/include/perfmon

Re: Uninstall script

PostPosted: Wed Mar 16, 2011 5:54 am
by Kerilk
Hello

I made a patch to add an uninstall target to the PAPI build system.
I subscribed to the developer mailing list to send it but I'm not yet approved.
I'll send it as soon as I can. Feel free to use it (or not :) )

Regards