On 01/06/2014 02:13 PM, Volker Braun wrote:
For now, I think it is unfortunate but unavoidable that you have to make
distclean occasionally.

The proper solution is to develop a system where installed files are
tracked. This is desireable for a number of reasons. The first task is
to split the compile / install phases of third party packages...

Typically, they are tracked in gentoo by installing to a separate "DESTDIR". Most decent makefiles, and even python setup files support DESTDIR. Once they are in DESTDIR, the installed files (with proper prefix or relative directory structure) can be recorded to a file, say matplotlib-installed.txt. Then they are shifted to the main install directory.

Uninstallation then is a simple process of

cat matplotlib-installed.txt | xargs rm

- basu.

--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to