conda-forge / warp-lang-feedstock

A conda-smithy repository for warp-lang.
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Rebuild for PyPy3.9 #2

Closed regro-cf-autotick-bot closed 10 months ago

regro-cf-autotick-bot commented 12 months ago

This PR has been triggered in an effort to update pypy38.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.


If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/7146847969, please use this URL for debugging.

conda-forge-webservices[bot] commented 12 months ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

flferretti commented 12 months ago

Probably ctypes.pythonapi needs to be imported separately as from ctypes import pythonapi. Some python version have similar problems with other ctypes modules (see https://github.com/tensorflow/lucid/issues/286)

traversaro commented 12 months ago

Probably ctypes.pythonapi needs to be imported separately as from ctypes import pythonapi. Some python version have similar problems with other ctypes modules (see tensorflow/lucid#286)

I guess ctypes.pythonapi is simply not available in PyPy, see https://doc.pypy.org/en/latest/discussion/ctypes-implementation.html#discussion-and-limitations. Probably there is little we can do at the packaging level at this point. fyi @conda-forge/help-pypy

mattip commented 12 months ago

It is too hard for PyPy to export the pythonapi interface. I am not sure what to suggest to upstream. It seems this is used to create a dlpack interface. Is there no c-extension code in warp?

traversaro commented 11 months ago

It is too hard for PyPy to export the pythonapi interface.

Yes, I imagined.

I am not sure what to suggest to upstream. It seems this is used to create a dlpack interface. Is there no c-extension code in warp?

To be completely honest we (me and @flferretti) are not directly interested in pypy support, so if anyone is interested in pypy support for warp-lang feel free to chime in on this (I guess also interacting with upstream on this). To avoid misunderstandings, I mark this PR with help wanted .

regro-cf-autotick-bot commented 10 months ago

I see that this PR has conflicts, and I'm the only committer. I'm going to close this PR and will make another one as appropriate. This was generated by https://github.com/regro/cf-scripts/actions/runs/7637781755