conda-build icon indicating copy to clipboard operation
conda-build copied to clipboard

rules for when build string includes build hash

Open electronwill opened this issue 7 years ago • 2 comments

from MichaelS: The rules for when it shows up are at https://github.com/conda/conda-build/releases/tag/3.1.0 and need to be added to the docs

  • package is an explicit dependency in build, host, or run deps
  • package has a matching entry in conda_build_config.yaml which is a pin to a specific version, not a lower bound
  • that package is not ignored by ignore_version

OR

  • package uses {{ compiler() }} jinja2 function

All other packages will no longer have hashes. The takeaway message is that hashes will appear when binary compatibility matters, but not when it doesn't.

(moved from https://github.com/ContinuumIO/docs/issues/1809 )

electronwill avatar Feb 16 '18 22:02 electronwill

Should go here most likely: https://docs.conda.io/projects/conda-build/en/latest/concepts/package-naming-conv.html#index-2

rrigdon avatar Sep 04 '19 16:09 rrigdon

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!

github-actions[bot] avatar Sep 28 '22 04:09 github-actions[bot]