We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should provide an easy way to install the slang driver. cmake on PYPI is built in a similar fashion using skbuild (see here).
slang
cmake
skbuild
The text was updated successfully, but these errors were encountered:
Not a bad idea, but should probably be a separate package? I imagine the two use cases are pretty different.
Sorry, something went wrong.
Sounds good. Do you prefer the setup.py in the same repo or a different place?
setup.py
Hmm, it probably needs to be a separate repo. I think a lot of the python setup stuff assumes that it all lives at the root of the project.
No branches or pull requests
This should provide an easy way to install the
slang
driver.cmake
on PYPI is built in a similar fashion usingskbuild
(see here).The text was updated successfully, but these errors were encountered: