Skip to content

Commit

Permalink
Add OrdinaryDiffEq preferences and go back to LinearSolve release
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Feb 24, 2024
1 parent 9b1226d commit 2b2c438
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
10 changes: 10 additions & 0 deletions core/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 2b2c438

Please sign in to comment.