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
If I wanted to do something like
python3.4 setup.py build python3.5 setup.py build python3.4 setup.py install python3.5 setup.py install
it would compile in each phase right? (wanted this functionality for building on Launchpad for multiple python versions)
Build directory can be deduced from distutils. That's what I currently do in symengine.py at https://github.com/symengine/symengine.py/blob/18b94bc2face4aca92ff60fd71d34f6aa2da9591/setup.py#L48 (Not using skbuild yet)
The text was updated successfully, but these errors were encountered:
Closing. Thanks to @xoviat , this is fixed in 4102952
Duplicate #242
Successfully merging a pull request may close this issue.
If I wanted to do something like
it would compile in each phase right? (wanted this functionality for building on Launchpad for multiple python versions)
Build directory can be deduced from distutils. That's what I currently do in symengine.py at https://github.com/symengine/symengine.py/blob/18b94bc2face4aca92ff60fd71d34f6aa2da9591/setup.py#L48 (Not using skbuild yet)
The text was updated successfully, but these errors were encountered: