E. M. Bray
E. M. Bray
I don't think there is, no. Nor do I think it should *by default*. You've gotten me thinking though--it would be nice if packages could specify in their metadata some...
I was thinking about this just yesterday. I admit I don't 100% understand how the PARI integration is supposed to work or what it's for. But AFAICT it could be...
If nothing else, for easier pip-install, `--without-pari` should be the *default*, rather than `--with-pari`.
I'd be interested in helping to work on this. I've spent some time in Python's threading code, though really that's less important than just getting it right at the C...
Right. For a multi-threaded approach I suspect what we're really going to have to have are just completely separate implementations that can be enabled/disabled at compile time and/or runtime.
So I tried building an image using the sage binary package from [AIMS](https://launchpad.net/~aims/+archive/ubuntu/sagemath). So this just used the ubuntu base image, added their PPA to the repository list, and then...
Also, not sure if this is expected or a bug... ``` $ sage -t -a init.sage does not exist ... creating Traceback (most recent call last): File "/usr/lib/sagemath/local/bin/sage-list-packages", line 54,...
Oh, so mounting / mounting a volume containing the ccache cache. That would probably simpler, yes.
@vbraun I'll see about applying that script to the docker images and see if that helps reduce their size.
@vbraun It seems to me that running `sage -t -a` breaks if the sources are deleted. I think it's good for users to be run at least a portion of...