Skip to content
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

Astropy rebuilds whole project every time #2531

Closed
mdboom opened this issue May 20, 2014 · 5 comments
Closed

Astropy rebuilds whole project every time #2531

mdboom opened this issue May 20, 2014 · 5 comments
Labels
Affects-dev PRs and issues that do not impact an existing Astropy release Bug
Milestone

Comments

@mdboom
Copy link
Contributor

mdboom commented May 20, 2014

If you do python setup.py build and then python setup.py build immediately following, every thing gets rebuilt all over again.

git bisect tells me the first commit with this issue is ae38cc9

@embray, any thoughts?

@mdboom mdboom added this to the v0.4.0 milestone May 20, 2014
@eteq
Copy link
Member

eteq commented May 21, 2014

I'm seeing the same thing, and likewise for python setup.py test, python setup.py build_sphinx, etc. Really makes it hard to work on the docs or anything that's test-driven... I see it with both clang and gcc, if that matters.

@astrofrog
Copy link
Member

I found the issue and am fixing it here: astropy/astropy-helpers#11

Will close once astropy core is updated to the latest helpers version

@astrofrog
Copy link
Member

@mdboom @eteq - this should be fixed by #2535, but feel free to re-open the issue if not.

@mdboom
Copy link
Contributor Author

mdboom commented May 21, 2014

Thanks. This is working for me.

@embray
Copy link
Member

embray commented May 22, 2014

FWIW I've almost always had this problem. I've found it easy to ignore thanks to ccache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Affects-dev PRs and issues that do not impact an existing Astropy release Bug
Projects
None yet
Development

No branches or pull requests

4 participants