Skip to content

Commit 434aa11

Browse files
committed
jet: Remove LinearSolve fork
Problem was solved in SciML/LinearSolve.jl#724, although SciML/LinearSolve.jl#648 just got reopened.
1 parent 96bc7a2 commit 434aa11

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/trim/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1919
[sources]
2020
# Remove assert that triggers false positive for JET. Tracked at https://github.com/aviatesk/JET.jl/issues/736.
2121
ForwardDiff = {url = "https://github.com/RomeoV/ForwardDiff.jl", rev="rv/remove-quote-assert-string-interpolation"}
22-
# Remove special path code path for ForwarDiff of LinearSolve, which uses untrimmable `deepcopy`.
23-
# Use of `deepcopy` is tracked at https://github.com/SciML/LinearSolve.jl/issues/648.
24-
LinearSolve = {url = "https://github.com/RomeoV/LinearSolve.jl", rev="rv/remove-linsolve-forwarddiff-special-path"}
2522
NonlinearSolveFirstOrder = {path = "../../lib/NonlinearSolveFirstOrder"}
2623
# Fix a type instability. Tracked at https://github.com/SciML/SciMLBase.jl/pull/1074.
2724
SciMLBase = {url = "https://github.com/AayushSabharwal/SciMLBase.jl", rev="as/fix-jet-opt"}

0 commit comments

Comments
 (0)