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

Separate build folder for separate python versions. #283

Closed
isuruf opened this issue Feb 16, 2018 · 2 comments
Closed

Separate build folder for separate python versions. #283

isuruf opened this issue Feb 16, 2018 · 2 comments
Labels
Type: Enhancement Improvement to functionality

Comments

@isuruf
Copy link
Contributor

isuruf commented Feb 16, 2018

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)

@jcfr jcfr added the Type: Enhancement Improvement to functionality label Feb 19, 2018
@jcfr
Copy link
Contributor

jcfr commented Feb 21, 2018

Closing. Thanks to @xoviat , this is fixed in 4102952

@jcfr jcfr closed this as completed Feb 21, 2018
@jcfr
Copy link
Contributor

jcfr commented Feb 22, 2018

Duplicate #242

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

No branches or pull requests

2 participants