conda / conda-build

Commands and tools for building conda packages
https://docs.conda.io/projects/conda-build/
Other
382 stars 423 forks source link

Encoding python runtime variant in build string #4252

Open h-vetinari opened 3 years ago

h-vetinari commented 3 years ago

Currently, the default CONDA_PY in the build string resolves to py37 for both cpython & pypy. It would help IMO to see immediately from the artefact name for which python variant a package has been built.

Example for a current numpy build (using pypy37 instead of py37 for the pypy variant)

This would also apply if conda-forge ever packages other runtimes, e.g. https://github.com/conda-forge/staged-recipes/issues/13019


Since defaults doesn't distribute pypy, I originally considered this more of a conda-forge problem and had opened https://github.com/conda-forge/conda-forge.github.io/issues/1479, but was then asked to open the issue here.

h-vetinari commented 3 years ago

Now that anaconda hired the pyston devs, this is going to become more relevant here as well. :)

github-actions[bot] commented 1 year ago

Hi there, thank you for your contribution!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.

If you would like this issue to remain open please:

  1. Verify that you can still reproduce the issue at hand
  2. Comment that the issue is still reproducible and include:
    • What OS and version you reproduced the issue on
    • What steps you followed to reproduce the issue

NOTE: If this issue was closed prematurely, please leave a comment.

Thanks!

h-vetinari commented 1 year ago

Ah damn, missed the initial ping here. Could this be reopened please?

h-vetinari commented 1 year ago

@mbargull @kenodegard @jezdez @beeankha could someone reopen this issue please?