-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 non-python extensions #1351
Comments
I am currently using poetry to build multiple projects using cython and pybind11 extensions.
I haven't deployed any packages to PyPI, but I do use You may want/need to fiddle with the |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
It would be nice if something akin to setup.cfg/setup.py's approach for |
later duplicated by #2740 but that one has more useful discussion in it so suggest closing this one out |
Duplicate of #2740 |
Question
Hi, thanks for poetry!
My Python projects for HPC/scientific computing rely heavily on extension modules, written in C++ using pybind11, or Fortran using f2py. The building process is currently organised with CMake (to great satisfaction). Could anyone give me some information about how I can make use of Poetry to package such projects and deploy them to PyPI?
if possible I'd appreciated being pointed to the relevant poetry files to try and understand how the machinery works :)
many thanks in advance.
The text was updated successfully, but these errors were encountered: