Skip to content

Commit 603ef95

Browse files
committed
Without SciML
1 parent 458c00e commit 603ef95

File tree

4 files changed

+186
-143
lines changed

4 files changed

+186
-143
lines changed

.buildkite/Manifest-v1.11.toml

Lines changed: 54 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -341,21 +341,27 @@ version = "0.10.15"
341341

342342
[[deps.CUDA]]
343343
deps = ["AbstractFFTs", "Adapt", "BFloat16s", "CEnum", "CUDA_Driver_jll", "CUDA_Runtime_Discovery", "CUDA_Runtime_jll", "Crayons", "DataFrames", "ExprTools", "GPUArrays", "GPUCompiler", "GPUToolbox", "KernelAbstractions", "LLVM", "LLVMLoopInfo", "LazyArtifacts", "Libdl", "LinearAlgebra", "Logging", "NVTX", "Preferences", "PrettyTables", "Printf", "Random", "Random123", "RandomNumbers", "Reexport", "Requires", "SparseArrays", "StaticArrays", "Statistics", "demumble_jll"]
344-
git-tree-sha1 = "ee44b6eaaf518e8001ed6ed1d08a04662d63a242"
344+
git-tree-sha1 = "bb1878ad25badd8e36e0f491ddf3fa5e3c7c34a5"
345345
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
346-
version = "5.7.3"
347-
weakdeps = ["ChainRulesCore", "EnzymeCore", "SpecialFunctions"]
346+
version = "5.8.1"
348347

349348
[deps.CUDA.extensions]
350349
ChainRulesCoreExt = "ChainRulesCore"
351350
EnzymeCoreExt = "EnzymeCore"
351+
SparseMatricesCSRExt = "SparseMatricesCSR"
352352
SpecialFunctionsExt = "SpecialFunctions"
353353

354+
[deps.CUDA.weakdeps]
355+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
356+
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
357+
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
358+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
359+
354360
[[deps.CUDA_Driver_jll]]
355361
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
356-
git-tree-sha1 = "f69205592dbd3721a156245b6dd837206786a848"
362+
git-tree-sha1 = "5129b555ff876c47ad9e53bcd86e9a94bcc12ea4"
357363
uuid = "4ee394cb-3365-5eb0-8335-949819d2adfc"
358-
version = "0.12.1+1"
364+
version = "0.13.0+0"
359365

360366
[[deps.CUDA_Runtime_Discovery]]
361367
deps = ["Libdl"]
@@ -365,9 +371,9 @@ version = "0.3.5"
365371

366372
[[deps.CUDA_Runtime_jll]]
367373
deps = ["Artifacts", "CUDA_Driver_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]
368-
git-tree-sha1 = "99f1c6b659c14bbb3492246791bb4928a40ceb84"
374+
git-tree-sha1 = "28126781294b2f31bc815f96922d680426e3a0bc"
369375
uuid = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
370-
version = "0.16.1+0"
376+
version = "0.17.0+0"
371377

372378
[[deps.Cairo]]
373379
deps = ["Cairo_jll", "Colors", "Glib_jll", "Graphics", "Libdl", "Pango_jll"]
@@ -428,9 +434,9 @@ version = "0.0.16"
428434

429435
[[deps.ClimaComms]]
430436
deps = ["Adapt", "Logging", "LoggingExtras"]
431-
git-tree-sha1 = "40ad44466dfe0092e18c04bc02c849fe8e095d30"
437+
git-tree-sha1 = "2a96bdd5339bdcd903867a46d1f00110f7b890cc"
432438
uuid = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
433-
version = "0.6.6"
439+
version = "0.6.7"
434440
weakdeps = ["CUDA", "MPI"]
435441

436442
[deps.ClimaComms.extensions]
@@ -473,15 +479,15 @@ weakdeps = ["BSON", "CSV", "ClimaParams", "DataFrames", "Flux", "HTTP", "StatsBa
473479

474480
[[deps.ClimaParams]]
475481
deps = ["TOML"]
476-
git-tree-sha1 = "7613d47b4f96307845cbe377dede19efa3256cfb"
482+
git-tree-sha1 = "acf6c80c7ad59fe9dac9cc49625d52f4b8e1f4b7"
477483
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
478-
version = "0.10.29"
484+
version = "0.10.30"
479485

480486
[[deps.ClimaTimeSteppers]]
481487
deps = ["ClimaComms", "DataStructures", "DiffEqBase", "KernelAbstractions", "Krylov", "LinearAlgebra", "LinearOperators", "NVTX", "SciMLBase", "StaticArrays"]
482-
git-tree-sha1 = "f71d6c31fdfeaa66516ccf904a916e99904e5078"
488+
git-tree-sha1 = "23c8346606e165aa8805f25063f24e39bd8e148d"
483489
uuid = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
484-
version = "0.8.4"
490+
version = "0.8.5"
485491
weakdeps = ["BenchmarkTools", "CUDA", "OrderedCollections", "PrettyTables", "StatsBase"]
486492

487493
[deps.ClimaTimeSteppers.extensions]
@@ -714,9 +720,9 @@ version = "1.9.1"
714720

715721
[[deps.DiffEqBase]]
716722
deps = ["ArrayInterface", "ConcreteStructs", "DataStructures", "DocStringExtensions", "EnumX", "EnzymeCore", "FastBroadcast", "FastClosures", "FastPower", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "Parameters", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SciMLStructures", "Setfield", "Static", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "TruncatedStacktraces"]
717-
git-tree-sha1 = "575a4b945c26f654625c9bc58a1ed10a4eddd267"
723+
git-tree-sha1 = "1bcd3a5c585c477e5d0595937ea7b5adcda6c621"
718724
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
719-
version = "6.173.0"
725+
version = "6.174.0"
720726

721727
[deps.DiffEqBase.extensions]
722728
DiffEqBaseCUDAExt = "CUDA"
@@ -919,9 +925,9 @@ uuid = "55351af7-c7e9-48d6-89ff-24e801d99491"
919925
version = "0.10.14"
920926

921927
[[deps.Extents]]
922-
git-tree-sha1 = "063512a13dbe9c40d999c439268539aa552d1ae6"
928+
git-tree-sha1 = "b309b36a9e02fe7be71270dd8c0fd873625332b4"
923929
uuid = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
924-
version = "0.1.5"
930+
version = "0.1.6"
925931

926932
[[deps.FFMPEG]]
927933
deps = ["FFMPEG_jll"]
@@ -1167,9 +1173,9 @@ version = "0.2.0"
11671173

11681174
[[deps.GPUCompiler]]
11691175
deps = ["ExprTools", "InteractiveUtils", "LLVM", "Libdl", "Logging", "PrecompileTools", "Preferences", "Scratch", "Serialization", "TOML", "Tracy", "UUIDs"]
1170-
git-tree-sha1 = "43c2e60efa2badefe7a32a50b586b4ac1b8b8249"
1176+
git-tree-sha1 = "3651909714fc4d5a005294d4781b2313ffc2913b"
11711177
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
1172-
version = "1.4.0"
1178+
version = "1.5.0"
11731179

11741180
[[deps.GPUToolbox]]
11751181
git-tree-sha1 = "15d8b0f5a6dca9bf8c02eeaf6687660dafa638d0"
@@ -1213,9 +1219,9 @@ version = "1.0.2"
12131219

12141220
[[deps.GeoJSON]]
12151221
deps = ["Extents", "GeoFormatTypes", "GeoInterface", "GeoInterfaceMakie", "GeoInterfaceRecipes", "JSON3", "StructTypes", "Tables"]
1216-
git-tree-sha1 = "e17756f8cb7f2356adfe940a6cf82f4c33c88c4c"
1222+
git-tree-sha1 = "c803640368acf4ae02bb5a69a986cecc4a5cb984"
12171223
uuid = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
1218-
version = "0.8.2"
1224+
version = "0.8.3"
12191225
weakdeps = ["Makie"]
12201226

12211227
[deps.GeoJSON.extensions]
@@ -1240,10 +1246,10 @@ uuid = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
12401246
version = "0.4.11"
12411247

12421248
[[deps.GeometryOps]]
1243-
deps = ["AbstractTrees", "AdaptivePredicates", "CoordinateTransformations", "DataAPI", "DelaunayTriangulation", "ExactPredicates", "Extents", "GeoFormatTypes", "GeoInterface", "GeometryBasics", "GeometryOpsCore", "LinearAlgebra", "SortTileRecursiveTree", "Statistics", "Tables"]
1244-
git-tree-sha1 = "14469166fe57ca6f4aeb976bb1f4dc4d3afa3ee3"
1249+
deps = ["AbstractTrees", "AdaptivePredicates", "CoordinateTransformations", "DataAPI", "DelaunayTriangulation", "ExactPredicates", "Extents", "GeoFormatTypes", "GeoInterface", "GeometryOpsCore", "LinearAlgebra", "SortTileRecursiveTree", "StaticArrays", "Statistics", "Tables"]
1250+
git-tree-sha1 = "bd182936ad204652a5318d360c7cfc7772b17e7a"
12451251
uuid = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
1246-
version = "0.1.24"
1252+
version = "0.1.25"
12471253

12481254
[deps.GeometryOps.extensions]
12491255
GeometryOpsDataFramesExt = "DataFrames"
@@ -1261,9 +1267,9 @@ version = "0.1.24"
12611267

12621268
[[deps.GeometryOpsCore]]
12631269
deps = ["DataAPI", "GeoInterface", "StableTasks", "Tables"]
1264-
git-tree-sha1 = "5af490a896f5d9d37b47b252a803117089dfbaf3"
1270+
git-tree-sha1 = "69fc98947b06f8ac4279cf5bf8810373fe042be4"
12651271
uuid = "05efe853-fabf-41c8-927e-7063c8b9f013"
1266-
version = "0.1.6"
1272+
version = "0.1.7"
12671273

12681274
[[deps.Gettext_jll]]
12691275
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Libiconv_jll", "Pkg", "XML2_jll"]
@@ -1346,9 +1352,9 @@ version = "0.2.0"
13461352

13471353
[[deps.Hwloc_jll]]
13481354
deps = ["Artifacts", "JLLWrappers", "Libdl"]
1349-
git-tree-sha1 = "f93a9ce66cd89c9ba7a4695a47fd93b4c6bc59fa"
1355+
git-tree-sha1 = "92f65c4d78ce8cdbb6b68daf88889950b0a99d11"
13501356
uuid = "e33a78d0-f292-5ffc-b300-72abe9b543c8"
1351-
version = "2.12.0+0"
1357+
version = "2.12.1+0"
13521358

13531359
[[deps.HypergeometricFunctions]]
13541360
deps = ["LinearAlgebra", "OpenLibm_jll", "SpecialFunctions"]
@@ -1464,9 +1470,9 @@ weakdeps = ["Unitful"]
14641470

14651471
[[deps.IntervalArithmetic]]
14661472
deps = ["CRlibm", "MacroTools", "OpenBLASConsistentFPCSR_jll", "Random", "RoundingEmulator"]
1467-
git-tree-sha1 = "4e1b4155f04ffa0acf3a0d6e3d651892604666f5"
1473+
git-tree-sha1 = "694c52705f8b23dc5b39eeac629dc3059a168a40"
14681474
uuid = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
1469-
version = "0.22.34"
1475+
version = "0.22.35"
14701476
weakdeps = ["DiffRules", "ForwardDiff", "IntervalSets", "LinearAlgebra", "RecipesBase", "SparseArrays"]
14711477

14721478
[deps.IntervalArithmetic.extensions]
@@ -1642,19 +1648,19 @@ version = "4.0.1+0"
16421648

16431649
[[deps.LLVM]]
16441650
deps = ["CEnum", "LLVMExtra_jll", "Libdl", "Preferences", "Printf", "Unicode"]
1645-
git-tree-sha1 = "f0e861832695dbb70e710606a7d18b7f81acec92"
1651+
git-tree-sha1 = "5e8b243b2e4c86648dac82cf767ae1456000b92d"
16461652
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
1647-
version = "9.3.1"
1653+
version = "9.4.0"
16481654
weakdeps = ["BFloat16s"]
16491655

16501656
[deps.LLVM.extensions]
16511657
BFloat16sExt = "BFloat16s"
16521658

16531659
[[deps.LLVMExtra_jll]]
16541660
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]
1655-
git-tree-sha1 = "4b5ad6a4ffa91a00050a964492bc4f86bb48cea0"
1661+
git-tree-sha1 = "f8022e2c8b5eef5f30e7fb2fe52c97cc5674db23"
16561662
uuid = "dad2f222-ce93-54a1-a47d-0025e8a3acab"
1657-
version = "0.0.35+0"
1663+
version = "0.0.36+0"
16581664

16591665
[[deps.LLVMLoopInfo]]
16601666
git-tree-sha1 = "2e5c102cfc41f48ae4740c7eca7743cc7e7b75ea"
@@ -1985,9 +1991,9 @@ version = "1.11.0"
19851991

19861992
[[deps.MathOptInterface]]
19871993
deps = ["BenchmarkTools", "CodecBzip2", "CodecZlib", "DataStructures", "ForwardDiff", "JSON3", "LinearAlgebra", "MutableArithmetics", "NaNMath", "OrderedCollections", "PrecompileTools", "Printf", "SparseArrays", "SpecialFunctions", "Test"]
1988-
git-tree-sha1 = "22b3e0bd1442bf9f5d3cb76e7d34ca87b88d0f36"
1994+
git-tree-sha1 = "d4eb6037ce33f974a58a2ea9ccba28beab2a93c1"
19891995
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
1990-
version = "1.40.0"
1996+
version = "1.40.1"
19911997

19921998
[[deps.MathTeXEngine]]
19931999
deps = ["AbstractTrees", "Automa", "DataStructures", "FreeTypeAbstraction", "GeometryBasics", "LaTeXStrings", "REPL", "RelocatableFolders", "UnicodeFun"]
@@ -2066,9 +2072,9 @@ version = "1.6.4"
20662072

20672073
[[deps.NCDatasets]]
20682074
deps = ["CFTime", "CommonDataModel", "DataStructures", "Dates", "DiskArrays", "NetCDF_jll", "NetworkOptions", "Printf"]
2069-
git-tree-sha1 = "777b93739ca8804011ee1decad7b070f0e201bbc"
2075+
git-tree-sha1 = "be1095e2b767c19529409ec670bcfb01b825d717"
20702076
uuid = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
2071-
version = "0.14.7"
2077+
version = "0.14.8"
20722078

20732079
[[deps.NLSolversBase]]
20742080
deps = ["ADTypes", "DifferentiationInterface", "Distributed", "FiniteDiff", "ForwardDiff"]
@@ -2381,9 +2387,9 @@ version = "1.4.3"
23812387

23822388
[[deps.Polyester]]
23832389
deps = ["ArrayInterface", "BitTwiddlingConvenienceFunctions", "CPUSummary", "IfElse", "ManualMemory", "PolyesterWeave", "Static", "StaticArrayInterface", "StrideArraysCore", "ThreadingUtilities"]
2384-
git-tree-sha1 = "6d38fea02d983051776a856b7df75b30cf9a3c1f"
2390+
git-tree-sha1 = "2082cc4be5e765bd982ed04ea06c068f4f702410"
23852391
uuid = "f517fe37-dbe3-4b94-8317-1923a5111588"
2386-
version = "0.7.16"
2392+
version = "0.7.17"
23872393

23882394
[[deps.PolyesterWeave]]
23892395
deps = ["BitTwiddlingConvenienceFunctions", "CPUSummary", "IfElse", "Static", "ThreadingUtilities"]
@@ -2505,9 +2511,9 @@ version = "1.11.0"
25052511

25062512
[[deps.Random123]]
25072513
deps = ["Random", "RandomNumbers"]
2508-
git-tree-sha1 = "4743b43e5a9c4a2ede372de7061eed81795b12e7"
2514+
git-tree-sha1 = "dbe5fd0b334694e905cb9fda73cd8554333c46e2"
25092515
uuid = "74087812-796a-5b5d-8853-05524746bad3"
2510-
version = "1.7.0"
2516+
version = "1.7.1"
25112517

25122518
[[deps.RandomNumbers]]
25132519
deps = ["Random"]
@@ -2664,9 +2670,9 @@ version = "0.1.0"
26642670

26652671
[[deps.SciMLBase]]
26662672
deps = ["ADTypes", "Accessors", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "Moshi", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
2667-
git-tree-sha1 = "bf77959adea9efa8929a7846e695d3da8842940e"
2673+
git-tree-sha1 = "846e89af4ec4ba471d3050a70405978cbdf70681"
26682674
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2669-
version = "2.89.1"
2675+
version = "2.91.1"
26702676

26712677
[deps.SciMLBase.extensions]
26722678
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2691,9 +2697,9 @@ version = "2.89.1"
26912697

26922698
[[deps.SciMLOperators]]
26932699
deps = ["Accessors", "ArrayInterface", "DocStringExtensions", "LinearAlgebra", "MacroTools"]
2694-
git-tree-sha1 = "d82853c515a8d9d42c1ab493a2687a37f1e26c91"
2700+
git-tree-sha1 = "6467d4e3eb86d9d7e31f43d01f9184409c0ea2be"
26952701
uuid = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2696-
version = "0.4.0"
2702+
version = "1.2.1"
26972703
weakdeps = ["SparseArrays", "StaticArraysCore"]
26982704

26992705
[deps.SciMLOperators.extensions]
@@ -3031,9 +3037,9 @@ version = "1.0.2"
30313037

30323038
[[deps.Thermodynamics]]
30333039
deps = ["DocStringExtensions", "KernelAbstractions", "Random", "RootSolvers"]
3034-
git-tree-sha1 = "efe74e0344fd7fb68b831316055290d80a62d9c1"
3040+
git-tree-sha1 = "f708faaf347760e9dcd82beb1a9455c86bdf9911"
30353041
uuid = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
3036-
version = "0.12.11"
3042+
version = "0.12.12"
30373043
weakdeps = ["ClimaParams"]
30383044

30393045
[deps.Thermodynamics.extensions]

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ClimaComms = "0.6.2"
4141
ClimaCore = "0.14.23"
4242
ClimaDiagnostics = "0.2.10"
4343
ClimaParams = "0.10.2"
44-
ClimaTimeSteppers = "0.8"
44+
ClimaTimeSteppers = "0.8.5"
4545
ClimaUtilities = "0.1.24"
4646
DataFrames = "1.4"
4747
Dates = "1"

0 commit comments

Comments
 (0)