Ralf Hemmecke wrote:
> 
> Dear Waldek,
> 
> do you have some instructions to rebuild algebra from scratch without 
> rebuilding everything else that is unnecessary.
> 
> I don't like to rebuild build the compiler, the interpreter, hyperdoc, 
> etc. if all I want is to recompile the algebra database from scratch.
> 
> Is there a way to do that reliably?
> 
> Ralf
> 

I sometimes used things like this:

rm target/x86_64-unknown-linux/algebra/[A-Z]*
rm target/x86_64-unknown-linux/algebra/*.daase
rm -r src/algebra/*.NRLIB
rm -f src/algebra/r?

The first two are intended to clean target/x86_64-unknown-linux/algebra,
leaving only exposed.fasl there.  The rest is to clean algebra.

However, when I did such things I wanted to go trough specific
steps.  When I want to rebuild the whole algebra I just use
full build.  On my machine full (parallel) build is 14 min,
I could save probably 3 min re-using other parts -- IMHO 
the expected gain is too small since doing it manualy is
error-prone and also takes time.

Martin way looks easier, but you still need to clean
target/x86_64-unknown-linux/algebra.

-- 
                              Waldek Hebisch
[email protected] 

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to