Skip to content

In-place and out-of-tree builds using setup.py #101

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

Merged
merged 2 commits into from
Oct 2, 2016

Conversation

isuruf
Copy link
Member

@isuruf isuruf commented Oct 1, 2016

Now, by default the build directory is build/lib.<<arch>>-<<version>> and therefore allows to build with several python versions in the same directory. eg. python setup.py build && python3 setup.py build works.

For old behaviour (building in the source directory) you can use python setup.py build_ext --inplace

Copy link
Contributor

@certik certik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks good to me. Thanks!

@isuruf isuruf merged commit 2755fa5 into symengine:master Oct 2, 2016
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

Successfully merging this pull request may close these issues.

2 participants