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
# Commented out due to segfault on building
set_preferences!(
UUID("0bca4576-84f4-4d90-8ffe-ffa030f20462"), # SciMLBase
"SpecializationLevel" => "FullSpecialize";
force = true,
)
# run Ribasim.main here
# Remove preferences to avoid affecting normal Ribasim usage
# Commented out due to segfault on building
set_preferences!(
UUID("0bca4576-84f4-4d90-8ffe-ffa030f20462"), # SciMLBase
"SpecializationLevel" => missing;
force = true,
)
The text was updated successfully, but these errors were encountered:
@evetion tried this in #2114 but it segfaulted.
See https://docs.sciml.ai/SciMLBase/stable/interfaces/Problems/#Specialization-Levels
Enable this in precompile.jl:
The text was updated successfully, but these errors were encountered: