-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cannot run tests in Julia v1.12 #195
Comments
Yes I ll look at it tomorrow |
That was indeed pretty trivial MR, merged now. How is that related to SDPA and Cxxwrap though? |
Honestly, it was a guess. But I just tried locally and now |
Unfortunately, the problem seems to persist. Strange that I can build these packages locally in Julia v1.12 without a problem... This makes it hard to debug. |
It is much simpler: |
See the PkgEval log.
The problem is that
CxxWrap
andSDPA
fail to build. I tried to build them separately and that works. The reason is likely that an old version ofCxxWrap
(v0.14.2) is used in the tests, and that probably happens because some other test dependency holds the new version back.I know that
AffineArithmetic
is blockingPolynomials
, which may be the root cause. I had sent a request to bump the version in JuliaIntervals/AffineArithmetic.jl#39 but nobody looked at it, so it seems we are stuck.@lucaferranti, could you take a look at that PR?
The text was updated successfully, but these errors were encountered: