-
Notifications
You must be signed in to change notification settings - Fork 5
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
No PubKey for Intel MKL libraries #26
Comments
We haven't touched this repo for a while. Yes, the intel key should be updated. We made a similar fix here: PRs are welcome :) |
As of today (February 12, 2024), the generic PubKey Do you have a preference for using the generic or the year-specific PubKey? The PR currently uses the generic version, but I can also modify the PR to use the 2023 version. |
Thank you for fixing! I don't have a preference and not sure what's the difference from usage perspective. Whatever will last longer is likely a better option (probably generic one?). |
I agree with you that we probably should go with the generic one. Under other circumstances, I would typically freeze the code by using matching year-specific library and key(s). In this case, however, it seems like Intel periodically re-signs their libraries using the latest key. If I have to take a guess, I would go with the generic/latest key so that the PubKey file matches the (latest) key used to sign the library. |
Not sure if it's a universal issue (or a universal workaround)...
I ran into the following error when building the docker image. As a workaround, I was able to proceed by modifying
Dockerfile
and changing the PubKey fromGPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
toGPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
.If this is a proper solution/workaround, I can also repost this issue as a pull request.
The text was updated successfully, but these errors were encountered: