From 2b2c438908babd6e8fbced7029155b3301f3d796 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Sat, 24 Feb 2024 22:21:02 +0100 Subject: [PATCH] Add OrdinaryDiffEq preferences and go back to LinearSolve release --- Manifest.toml | 4 +--- core/Project.toml | 10 ++++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index 8ca848e2e..54cb2b451 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -829,9 +829,7 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [[deps.LinearSolve]] deps = ["ArrayInterface", "ConcreteStructs", "DocStringExtensions", "EnumX", "FastLapackInterface", "GPUArraysCore", "InteractiveUtils", "KLU", "Krylov", "Libdl", "LinearAlgebra", "MKL_jll", "PrecompileTools", "Preferences", "RecursiveFactorization", "Reexport", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Sparspak", "StaticArraysCore", "UnPack"] -git-tree-sha1 = "0db2a66ab0b7351b23526979dc0746d06a7dd5d4" -repo-rev = "static" -repo-url = "https://github.com/visr/LinearSolve.jl" +git-tree-sha1 = "0153083d1112c9b284334750c22f33b745611c0f" uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" version = "2.24.0" diff --git a/core/Project.toml b/core/Project.toml index f6c4ef6b9..2a5b83d8d 100644 --- a/core/Project.toml +++ b/core/Project.toml @@ -101,5 +101,15 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [preferences.LinearSolve] LoadMKL_JLL = false +[preferences.OrdinaryDiffEq] +PrecompileAutoSpecialize = false +PrecompileAutoSwitch = false +PrecompileDefaultSpecialize = false +PrecompileFunctionWrapperSpecialize = false +PrecompileLowStorage = false +PrecompileNoSpecialize = false +PrecompileNonStiff = false +PrecompileStiff = false + [targets] test = ["Aqua", "CSV", "DataFrames", "Documenter", "IOCapture", "Logging", "ReTestItems", "TerminalLoggers", "Test", "TOML"]