-
Notifications
You must be signed in to change notification settings - Fork 0
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
PKG-4701 initial v12.4 #1
Conversation
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_d9fpn3jezd/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
===== ERRORS =====
|
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_338y_wmafw/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
===== ERRORS =====
|
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_82ciqtae1e/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
===== ERRORS =====
|
5d7b89f
to
7da93a0
Compare
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_8ez3aljxry/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
===== ERRORS =====
|
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.
Will it work without an ocl loader?
I see this one too: https://github.com/conda-forge/ocl-icd-system-feedstock/tree/main
Which seems to indicate having a system ocl would work out of the box.
Is that package (cuda-opencl) needed for other tasks?
The loader's a broker between different OpenCL implementations and your application. It's needed if there are multiple opencl implementations on the system. Which is a common occurrence AFAIU. It's possible to build applications that link directly to the OpenCL implementation but then it will only work with that one which seems to defeat the purpose (it's supposed to allow portability between different hardware architectures). Having said that, cuda-opencl is called by the ICD loader, not the other way around. So I'm not sure if it's accurate to express the ICD loader as a dependency of cuda-opencl, rather should be up to the user to manage this aspect. Even though in practical scenarios it's needed. |
This package isn't used anywhere else apart from being grouped in the I can see why conda-forge added the loader. I'm open as to whether we should. It doesn't look too difficult. |
@danpetry DO you have a link to some documentation that could help us understand what's at play? I'm not verry familiar with all of this (read I have zero knowledge). |
I'll address the dependencies and come back to this discussion if it's looking like a headache for some reason |
- the "if" from "if not exist" wasn't present, resulting in a script failure - the files in the include\ directory weren't being moved because windows doesn't move recursively by default
7da93a0
to
790cce3
Compare
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_7de4zy8whg/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
===== ERRORS =====
|
Co-authored-by: skupr-anaconda <79282962+skupr-anaconda@users.noreply.github.com>
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_d3y63993_4/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
===== ERRORS =====
|
Linter check found the following problems:ERROR conda.cli.main_run:execute(124): `conda run conda-lint /tmp/abs_5bn5j_mkze/clone` failed. (See above for error) The following problems have been found:===== WARNINGS =====
===== ERRORS =====
|
Destination channel: defaults
Links
Explanation of changes: