Skip to content

Commit 6eca958

Browse files
committed
Bump CPUSummary, use upstream Polyester
See SciML#665 (comment)
1 parent ca0d0f2 commit 6eca958

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/trim/Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ uuid = "7e54ada7-ece5-4046-aa01-512d530850d8"
33

44
[deps]
55
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
6+
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
67
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
78
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
89
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
@@ -22,16 +23,13 @@ ForwardDiff = {url = "https://github.com/RomeoV/ForwardDiff.jl", rev="rv/remove-
2223
# Use of `deepcopy` is tracked at https://github.com/SciML/LinearSolve.jl/issues/648.
2324
LinearSolve = {url = "https://github.com/RomeoV/LinearSolve.jl", rev="rv/remove-linsolve-forwarddiff-special-path"}
2425
NonlinearSolveFirstOrder = {path = "../../lib/NonlinearSolveFirstOrder"}
25-
# Remove use of CPUSummary which segfaults trimmed binary. Tracked at https://github.com/JuliaSIMD/Polyester.jl/pull/163.
26-
Polyester = {url = "https://github.com/RomeoV/Polyester.jl", rev="master"}
27-
# Remove use of CPUSummary which segfaults trimmed binary. Tracked at https://github.com/JuliaSIMD/PolyesterWeave.jl/pull/28
28-
PolyesterWeave = {url = "https://github.com/RomeoV/PolyesterWeave.jl", rev="main"}
2926
# Fix a type instability. Tracked at https://github.com/SciML/SciMLBase.jl/pull/1074.
3027
SciMLBase = {url = "https://github.com/AayushSabharwal/SciMLBase.jl", rev="as/fix-jet-opt"}
3128

3229

3330
[compat]
3431
ADTypes = "1.15.0"
32+
CPUSummary = "0.2.7"
3533
DiffEqBase = "6.179.0"
3634
ForwardDiff = "1.0.1"
3735
LinearAlgebra = "1.12.0"

0 commit comments

Comments
 (0)