Hi!

It seems that in the latest beta there was a change in "sage -i" that I
find rather annoying: First it does make -j2 configure. Result: Nothing
to (re)build / all up-to-date. Which takes a couple of seconds

Then, it does make -j2 configure! Result: Sage build/upgrade complete!
Which again takes a couple of seconds.

Then, it does make -j2 configure!! This time, it does not immediately
(after printing all environment variables) recognise that the Sage build
is complete, but it does
  python -u setup.py install
  Updating Cython code....
  Enabling Cython debugging support
  Finished Cythonizing, time: 11.00 seconds.

What? 11 seconds for nothing (because all what I want to do is to
install an optional package that has no dependencies)??

Furthermore, "of course", we are "running install_data".

And only after all that complete waste of time, which on my laptop in
total takes nearly a minute, Sage finally starts to do what I asked
it to, namely install the package.

Do other people not find it annoying?

Best regards,
Simon


-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to