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

Make building out-of-place the default #271

Closed
evertrol opened this issue Jun 27, 2018 · 5 comments
Closed

Make building out-of-place the default #271

evertrol opened this issue Jun 27, 2018 · 5 comments

Comments

@evertrol
Copy link

The default for building with Python 2 is in-place. While this is easiest, in particular for building single codes, the default should probably be an out-of-place build.

@ipelupessy
Copy link
Member

I think you want same behaviour for python2 and 3, and since python 3 does not support in-place build due to 2to3, this is reasonable, but this will probably invite discussion! (which is good)

@evertrol
Copy link
Author

On the other hand, if a Py2/3 compatible code base could happen relatively soon (at least for relevant files), this issue may become largely moot.

@egpbos
Copy link
Contributor

egpbos commented Jun 27, 2018

Even with a 2/3 compatible code base, out-of-place builds make management of the repo easier (no long gitignore list, just ignore build/; easy restarting from scratch by deleting the build directory; easy multiple builds with different configurations), so I would still vote for it.

@rieder
Copy link
Member

rieder commented Jun 27, 2018 via email

@ipelupessy
Copy link
Member

closing this; out of place is the default if using setup.py, other issues are fixed with combinations of pip install [-e] etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants