Do fricas support source uninstall with command like 'make uninstall'?
No. I tried to start adding automake to fricas where all the standard
targets would be for free, but it's not that easy, because the build is
not so standard and automake rather supports .c compilation better than
.boot or .lisp. So you'll have to wait a bit.
However, if you look into the "install" target in the top-level
Makefile.in, you'll find that you can do a uninstall manually quite easily.
First, find your previous install path.
Look at the top of the fricas script. There is a variable AXIOM.
It will point to the installed files of FriCAS.
It ends in something similar to this...
..../lib/fricas/target/x86_64-unknown-linux
Remove the whole fricas directory.
Remove there the fricas and efricas scripts. From the bin directory
(which should be at the same level as the lib dir).
That's it.
Ralf
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.