-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Changes to support onemkl 2024.0 packages #61
Conversation
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:
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2023.12.05.11.44.25
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:
|
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/intel_repack-feedstock/actions/runs/7102779228. |
bad2ce1
to
d26f8ff
Compare
317ef73
to
dcbb735
Compare
recipe/meta.yaml
Outdated
outputs: | ||
{% if not osx %} |
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.
my guess is that this have to be handled by line 98 ?
skip: True # [not x86 and not (linux64 or win)]
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.
skip in global build section will cause all outputs to cancel.
recipe/meta.yaml
Outdated
test: | ||
commands: | ||
- ls -A $PREFIX/lib/* # [unix] | ||
- test -f $PREFIX/lib/libmkl_sycl_data_fitting.so # [unix] |
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.
Since we already use SONAME version in the filename for Windows, perhaps we should be changing for libmkl_sycl_data_filling.so.4
here too
Somehow the recipe ran on OSX and produced an artifact:
This should not be happening at all for MKL 2024, right? |
i think this is normal as this in intel_repack feedstock itself and not a one of package outputs |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2023.12.05.22.51.14
looks that it's actually not as this intel_repack output was added - 7102af3 , which shouldn't happen |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2023.12.07.14.39.07
@conda-forge-admin, please rerender |
…nda-forge-pinning 2023.12.07.15.47.22
So this PR intentionally removed support for osx-64. I'm guessing that's permanent and not coming back? |
Correct. There is no MacOS packages created by intel starting from 2024.0 release |
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)