Skip to content

Commit 262c592

Browse files
committed
fix: use latest minpack
1 parent 5c86b7b commit 262c592

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

benchmarks/NonlinearProblem/Manifest.toml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.9"
44
manifest_format = "2.0"
5-
project_hash = "dfc256be508dd699050df95ae79fddc9918030f6"
5+
project_hash = "238e056c90e16c6986cf34996338ab112f980178"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "e2478490447631aedba0823d4d7a80b2cc8cdb32"
@@ -1479,10 +1479,10 @@ weakdeps = ["ChainRulesCore", "ForwardDiff", "SpecialFunctions"]
14791479
SpecialFunctionsExt = "SpecialFunctions"
14801480

14811481
[[deps.MINPACK]]
1482-
deps = ["LinearAlgebra", "Printf"]
1483-
git-tree-sha1 = "f52ca94d3349e0f7da6e88a03b15dabf3d305ca4"
1482+
deps = ["LinearAlgebra", "Printf", "cminpack_jll"]
1483+
git-tree-sha1 = "7833d5fda5c9a7a62b39d37ebd3c7d716fbc0cfc"
14841484
uuid = "4854310b-de5a-5eb6-a2a5-c1dee2bd17f9"
1485-
version = "1.2.0"
1485+
version = "1.3.0"
14861486

14871487
[[deps.MKL_jll]]
14881488
deps = ["Artifacts", "IntelOpenMP_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "oneTBB_jll"]
@@ -1523,9 +1523,9 @@ uuid = "f1f71cc9-e9ae-5b93-9b94-4fe0e1ad3748"
15231523
version = "5.5.3+0"
15241524

15251525
[[deps.MacroTools]]
1526-
git-tree-sha1 = "72aebe0b5051e5143a079a4685a46da330a40472"
1526+
git-tree-sha1 = "1e0228a030642014fe5cfe68c2c0a818f9e3f522"
15271527
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1528-
version = "0.5.15"
1528+
version = "0.5.16"
15291529

15301530
[[deps.Makie]]
15311531
deps = ["Animations", "Base64", "CRC32c", "ColorBrewer", "ColorSchemes", "ColorTypes", "Colors", "Contour", "Dates", "DelaunayTriangulation", "Distributions", "DocStringExtensions", "Downloads", "FFMPEG_jll", "FileIO", "FilePaths", "FixedPointNumbers", "Format", "FreeType", "FreeTypeAbstraction", "GeometryBasics", "GridLayoutBase", "ImageBase", "ImageIO", "InteractiveUtils", "Interpolations", "IntervalSets", "InverseFunctions", "Isoband", "KernelDensity", "LaTeXStrings", "LinearAlgebra", "MacroTools", "MakieCore", "Markdown", "MathTeXEngine", "Observables", "OffsetArrays", "PNGFiles", "Packing", "PlotUtils", "PolygonOps", "PrecompileTools", "Printf", "REPL", "Random", "RelocatableFolders", "Scratch", "ShaderAbstractions", "Showoff", "SignedDistanceFields", "SparseArrays", "Statistics", "StatsBase", "StatsFuns", "StructArrays", "TriplotBase", "UnicodeFun", "Unitful"]
@@ -2873,6 +2873,12 @@ git-tree-sha1 = "446b23e73536f84e8037f5dce465e92275f6a308"
28732873
uuid = "3161d3a3-bdf6-5164-811a-617609db77b4"
28742874
version = "1.5.7+1"
28752875

2876+
[[deps.cminpack_jll]]
2877+
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "OpenBLAS32_jll"]
2878+
git-tree-sha1 = "ca8a038b2cabd4fe3dd206de56ac1285131515a0"
2879+
uuid = "b792d7bf-f512-5dba-8a02-6d8084434f1d"
2880+
version = "1.3.12+0"
2881+
28762882
[[deps.isoband_jll]]
28772883
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
28782884
git-tree-sha1 = "51b5eeb3f98367157a7a12a1fb0aa5328946c03c"

benchmarks/NonlinearProblem/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
2929
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
3030
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
3131
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
32+
cminpack_jll = "b792d7bf-f512-5dba-8a02-6d8084434f1d"
3233

3334
[compat]
3435
AlgebraicMultigrid = "0.6, 1"
@@ -42,7 +43,7 @@ IncompleteLU = "0.2"
4243
LaTeXStrings = "1"
4344
LineSearches = "7"
4445
LinearSolve = "2, 3"
45-
MINPACK = "< 1.3"
46+
MINPACK = "1.2"
4647
NLsolve = "4.5"
4748
NonlinearProblemLibrary = "0.1"
4849
NonlinearSolve = "4"

0 commit comments

Comments
 (0)