Conversation
Needed to support Julia v1.12
|
It appears that there is a build failure for 1.12? |
Updated libcxxwrap_julia_jll version from 0.12.3 to 0.12.7.
|
CxxWrap v0.15 was still being used instead of v0.17, we probably need to also bump libcxxwrap_julia_jll |
|
It works on Julia nightly, but not Julia 1 and 1.6. I think you will need to add multiple version options for the _jll? |
|
Oops, I wrote 0.12.7 but the latest is 0.14.7. Let's try 0.14.7 and if it still doesn't work we probably have to try allowing multiple versions |
|
Yeah, works on nightly, but fails on 1 and 1.6: |
|
Just updated Spot_julia_jll, might help |
|
Still fails for 1 and 1.6, but passes for nightly: |
|
1.6 and nightly both work, but with 1 we have: |
This reverts commit e031de9.
We're having trouble to make it work in sisl/Spot.jl#27 so I wanted to check whether this work with this package
|
Let's see with laurentbartholdi/Buchi.jl#11 |
|
Still fails on 1 |
|
Same issue |
|
Let's just rebuild it: JuliaPackaging/Yggdrasil#12973 |
|
Cool. Let me know when I should retry. |
|
Great! It works for 1 and nightly. For 1.6, I think you just need to add in a satisfying version. See below: |
|
They dropped support for Julia v1.6 because the new LTS is Julia v1.10, let's do the same |
|
Merged! Thanks! |
Needed to support Julia v1.12