-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
DOC: Add documentation on CONDA_OVERRIDE_ARCHSPEC #14
base: main
Are you sure you want to change the base?
DOC: Add documentation on CONDA_OVERRIDE_ARCHSPEC #14
Conversation
* Add instructions for overriding the __archspec virtual package with the CONDA_OVERRIDE_ARCHSPEC environment variable. - c.f. https://docs.conda.io/projects/conda/en/stable/user-guide/tasks/manage-virtual.html * Note that the _{{ family }}-microarch-level packages are not intended for users to ever interact with directly.
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12402018273. Examine the logs at this URL for more detail. |
…onda-forge-pinning 2024.12.18.11.57.07
@ikrommyd @jjerphan as you were also involved with this discussion I'd like to request reviews from you as well as @isuruf. It is probably easiest to just read the rerendered text on my fork's PR branch: https://github.com/matthewfeickert/microarch-level-feedstock/tree/doc/add-instructions-on-override-of-level?tab=readme-ov-file#about-x86_64-microarch-level I will open up a PR to https://github.com/conda-forge/conda-forge.github.io that addresses conda-forge/conda-forge.github.io#2105 once this PR has been reviewed and merged. I'll also read over conda-forge/conda-forge.github.io#1261. |
Given that I mentioned conda-forge/conda-forge.github.io#2105, cc @traversaro for feedback here too. |
Thanks! I think the documentation in this PR make sense. |
I'm happy with the README updates. I don't know if it deserves a mention here: https://docs.conda.io/projects/conda/en/stable/user-guide/tasks/manage-virtual.html as well |
I do not think we need to modify the docs, but I think it there is a related CEP PR that may be of interest to anyone contributing to this discussion: conda/ceps#103 . |
In [rare circumstances](https://github.com/conda-forge/microarch-level-feedstock/issues/13#issuecomment-2551385113) | ||
where a particular level needs to be forced, this can be achieved by | ||
overriding the `__archspec` | ||
[virtual package](https://docs.conda.io/projects/conda/en/stable/user-guide/tasks/manage-virtual.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if it deserves a mention here: https://docs.conda.io/projects/conda/en/stable/user-guide/tasks/manage-virtual.html as well
@ikrommyd I already link that here.
Resolves #13
(Does this by addressesing the request in #13 (comment))
__archspec
virtual package with theCONDA_OVERRIDE_ARCHSPEC
environment variable._x86_64-microarch-level=something
doesn't solve properly. #13 (comment)_{{ family }}-microarch-level
packages are not intended for users to ever interact with directly._x86_64-microarch-level=something
doesn't solve properly. #13 (comment)Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)