-
-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sdist makes sage unable to run without building #6411
Comments
comment:1
I think if you run a "sage -br" afterward, it will work. There are just a few things that get compiled when doing that. Looking at those, it should be easy to trac down what changed. |
comment:2
This is because in spkg-dist, we do the following:
This causes libcsage to be built again. What we should do instead is delete the files from the tmp directory that we copy things into. |
Author: Mike Hansen |
Attachment: trac_6411.patch.gz |
comment:4
This looks good, and fixes the problem for me. |
Reviewer: Willem Jan Palenstijn |
Merged: sage-4.3.1.rc1 |
William was complaining about being unable to reproduce this, so here's an easy way to reproduce it:
Take sage-4.1.alpha1, do an sdist, and try running sage. Boom.
CC: @williamstein
Component: distribution
Author: Mike Hansen
Reviewer: Willem Jan Palenstijn
Merged: sage-4.3.1.rc1
Issue created by migration from https://trac.sagemath.org/ticket/6411
The text was updated successfully, but these errors were encountered: