Skip to content

Commit 5735482

Browse files
committed
test td branch
1 parent fefe2d4 commit 5735482

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.buildkite/Manifest-v1.11.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.11.5"
3+
julia_version = "1.11.3"
44
manifest_format = "2.0"
5-
project_hash = "04945e2a7116cfacb2d57340f477dbe23e208227"
5+
project_hash = "8bcb542dc9e16343e9240fc683cbcf4c2dd449eb"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "be7ae030256b8ef14a441726c4c37766b90b93a3"
@@ -1818,7 +1818,7 @@ version = "2.5.4+0"
18181818
[[deps.OpenLibm_jll]]
18191819
deps = ["Artifacts", "Libdl"]
18201820
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
1821-
version = "0.8.5+0"
1821+
version = "0.8.1+2"
18221822

18231823
[[deps.OpenMPI_jll]]
18241824
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Hwloc_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "MPIPreferences", "TOML", "Zlib_jll"]
@@ -2539,8 +2539,10 @@ uuid = "b718987f-49a8-5099-9789-dcd902bef87d"
25392539
version = "1.0.2"
25402540

25412541
[[deps.Thermodynamics]]
2542-
deps = ["DocStringExtensions", "KernelAbstractions", "Random", "RootSolvers"]
2543-
git-tree-sha1 = "bff801ad0a9bbb5c1bf38ffe89a83907a1b145cd"
2542+
deps = ["DocStringExtensions", "ForwardDiff", "KernelAbstractions", "Random", "RootSolvers"]
2543+
git-tree-sha1 = "9acfaea2c827b92f6acb38e04d7d5b6858cd4e26"
2544+
repo-rev = "zs/test_derivatives"
2545+
repo-url = "https://github.com/CliMA/Thermodynamics.jl.git"
25442546
uuid = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
25452547
version = "0.12.15"
25462548
weakdeps = ["ClimaParams"]

.buildkite/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
1111
ClimaCoreSpectra = "c2caaa1d-32ae-4754-ba0d-80e7561362e9"
1212
ClimaCoreTempestRemap = "d934ef94-cdd4-4710-83d6-720549644b70"
1313
ClimaDiagnostics = "1ecacbb8-0713-4841-9a07-eb5aa8a2d53f"
14+
ClimaParams = "5c42b081-d73a-476f-9059-fd94b934656c"
1415
ClimaReproducibilityTests = "e0c89595-00ba-42a9-9f9b-061ef3dc23a1"
1516
ClimaTimeSteppers = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
1617
ClimaUtilities = "b3f4f4ca-9299-4f7f-bd9b-81e1242a7513"
1718
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
19+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1820
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
1921
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
2022
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
@@ -38,6 +40,7 @@ SnoopCompileCore = "e2b509da-e806-4183-be48-004708413034"
3840
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
3941
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
4042
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
43+
Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
4144
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
4245

4346
[compat]

0 commit comments

Comments
 (0)