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

v8.4.0 cannot build ext_modules if swig (and possibly gcc) not available #112

Open
mlp6 opened this issue Dec 8, 2021 · 0 comments
Open
Assignees
Labels

Comments

@mlp6
Copy link
Owner

mlp6 commented Dec 8, 2021

setup.py builds ext_modules using cmake, which currently requires swig to be available to do the build. Need to make the swig-based build optional (i.e., it doesn't have to build the python-accessible module).

Also need to figure out how to gracefully handle gcc being available too...

@mlp6 mlp6 added the Bug label Dec 8, 2021
@mlp6 mlp6 self-assigned this Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant