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
From v2024.11.0 to v2025.1.0 the ribasim_windows.zip size grew from 230 MB to 313 MB.
We should investigate why and see if we can get it back to the old size. Presumably one of the Manifest.toml updates is responsible for this. The difference is entirely in the number of artifacts that get bundled, share\julia\artifacts\ used to be 10 directories but is now 55. I assume we don't need all those.
The text was updated successfully, but these errors were encountered:
Ribasim.jl has a weakdep on Makie.jl, meaning some plotting functions are only loaded if both Ribasim and Makie are loaded. I see the extra artifacts are Makie dependencies, for instance:
Makie -> FFMPEG_jll -> libaom_jll
Makie was already a weakdep during the last release, so I don't know if the new behavior comes from changes in PackageCompiler.jl or julia or something else. The project we are compiling in Ribasim.jl, which doesn't include Makie, so I would expect it to not bundle the Makie artifacts.
visr
added
the
core
Issues related to the computational core in Julia
label
Jan 20, 2025
From v2024.11.0 to v2025.1.0 the
ribasim_windows.zip
size grew from 230 MB to 313 MB.We should investigate why and see if we can get it back to the old size. Presumably one of the Manifest.toml updates is responsible for this. The difference is entirely in the number of artifacts that get bundled,
share\julia\artifacts\
used to be 10 directories but is now 55. I assume we don't need all those.The text was updated successfully, but these errors were encountered: