You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install BLIS.jl with julia 1.7.3, it gives BLIS v0.2.0 and blis_jll v0.8.1, despite there being more recent updates to the package. In particular, I'm also getting the crash fixed in #12
I think this commit: f805070 might have bumped the version down by accident so Pkg.jl automatically installs an older version. I had to do dev BLIS to work around this.
When I install BLIS.jl with julia 1.7.3, it gives BLIS v0.2.0 and blis_jll v0.8.1, despite there being more recent updates to the package. In particular, I'm also getting the crash fixed in #12
I think this commit: f805070 might have bumped the version down by accident so Pkg.jl automatically installs an older version. I had to do
dev BLIS
to work around this.(the version numbers for BLIS and blis_jll are wrong)
The text was updated successfully, but these errors were encountered: