Skip to content

Commit 3a09c6f

Browse files
Use ClimaCore v0.14.30
1 parent 37ee42c commit 3a09c6f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.buildkite/Manifest.toml

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

33
julia_version = "1.11.4"
44
manifest_format = "2.0"
5-
project_hash = "0e648ffd5a70fb7c0aa0d1427750fc3b780ef39c"
5+
project_hash = "68fa79deb04d44844cffd2406ca18b083ccff509"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "e2478490447631aedba0823d4d7a80b2cc8cdb32"
@@ -286,9 +286,9 @@ weakdeps = ["CUDA", "MPI"]
286286

287287
[[deps.ClimaCore]]
288288
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LazyBroadcast", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "UnrolledUtilities"]
289-
git-tree-sha1 = "caab12f8e366b120c31d07fd36305aea3af22c00"
289+
git-tree-sha1 = "b2d001e8f6b5dd3ae3c1265c73a5a5de42acd80d"
290290
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
291-
version = "0.14.31"
291+
version = "0.14.30"
292292
weakdeps = ["CUDA", "Krylov"]
293293

294294
[deps.ClimaCore.extensions]

.buildkite/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ArgParse = "1"
4242
BenchmarkTools = "1"
4343
CUDA = "5"
4444
ClimaComms = "0.6"
45-
ClimaCore = "0.14"
45+
ClimaCore = "=0.14.30"
4646
ClimaCorePlots = "0.2"
4747
ClimaTimeSteppers = "0.7, 0.8"
4848
DataStructures = "0.18"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Aqua = "0.8"
3030
BenchmarkTools = "1"
3131
CUDA = "3, 4, 5"
3232
ClimaComms = "0.4, 0.5, 0.6"
33-
ClimaCore = "0.10, 0.11, 0.12, 0.13, 0.14"
33+
ClimaCore = "0.10, 0.11, 0.12, 0.13, =0.14.30"
3434
DataStructures = "0.18"
3535
DiffEqBase = "6"
3636
Distributions = "0.25"

0 commit comments

Comments
 (0)