-
Notifications
You must be signed in to change notification settings - Fork 0
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
support for installing binary extension modules #3
Comments
see this relies on a (generated) setup.py which will eventually disappear... let's instead go for local installation only, and just put a soft link in the current site-packages... |
a soft link to the package directory does not work, apparently.
implemented as micc dev-install |
[The workaround fails for CLIs installs in bin] |
alternative: make install + copy/symlink of .so files |
this issue is kept open because there is only a temporary workaround awaiting poetry taking over installation |
Since we decided dropping poetry for the time being, we got to implement setup.py.
note that manifest.in has no effect on wheel. |
After some experimenting I found that |
now that micc-build is separated from micc, and binary extensions are always built locally, there is no need for publishing binary extensions. poetry 1.0.0b4 does very well now. |
lacking so far
The text was updated successfully, but these errors were encountered: