-
Notifications
You must be signed in to change notification settings - Fork 55
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
allow MKL_jll version 2025 #314
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #314 +/- ##
=======================================
Coverage 70.99% 70.99%
=======================================
Files 5 5
Lines 531 531
=======================================
Hits 377 377
Misses 154 154 ☔ View full report in Codecov by Sentry. |
You need to remove the x86 jobs with MKL though. |
Like this, @giordano? |
Co-authored-by: Mosè Giordano <[email protected]>
|
Sorry, I didn't see that comment earlier - should be fixed now |
A new version has been released; see https://github.com/JuliaBinaryWrappers/MKL_jll.jl. We observe some issues resulting from the package manager deciding to use an old version of FFTW.jl that does not impose restrictions on MKL_jll so that the 2025 version can be installed.