JuliaMath / NaNMath.jl

Julia math built-ins which return NaN and accumulator functions which ignore NaN
Other
52 stars 26 forks source link

Glib_jll downgrade #48

Closed ptoche closed 3 years ago

ptoche commented 3 years ago

I just wanted to point out that Pkg.add("NaNMath") induces a downgrade of Glib_jllfrom v2.68 to v2.59, which was released only 6 days ago. Probably not a big deal, but thought I'd mention it.

a
mlubin commented 3 years ago

Thanks for the pointer, but I don't think this is actionable or even related to NaNMath. NaNMath has literally no dependencies.

ptoche commented 3 years ago

Oh sorry. Pkg.add("NaNMath") triggered this. I find Pkg quite difficult to understand at times. It often downgrades packages. I wonder what would make Pkg think: "I'm adding this new package, I might as well do other unrelated stuff while I'm at it". 🤣