Skip to content

Commit 8e3b5a3

Browse files
committed
Update test dependencies
This should, critically, update MKL_jll to include `gemmt()`.
1 parent 2cd5b21 commit 8e3b5a3

File tree

1 file changed

+27
-7
lines changed

1 file changed

+27
-7
lines changed

test/Manifest.toml

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

33
[[ArgTools]]
44
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
5+
version = "1.1.1"
56

67
[[Artifacts]]
78
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
@@ -12,14 +13,19 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
1213
[[CompilerSupportLibraries_jll]]
1314
deps = ["Artifacts", "Libdl"]
1415
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
16+
version = "0.5.2+0"
1517

1618
[[Dates]]
1719
deps = ["Printf"]
1820
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
1921

2022
[[Downloads]]
21-
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
23+
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
2224
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
25+
version = "1.6.0"
26+
27+
[[FileWatching]]
28+
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
2329

2430
[[IntelOpenMP_jll]]
2531
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -33,9 +39,9 @@ uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
3339

3440
[[JLLWrappers]]
3541
deps = ["Preferences"]
36-
git-tree-sha1 = "22df5b96feef82434b07327e2d3c770a9b21e023"
42+
git-tree-sha1 = "abc9885a7ca2052a736a600f7fa66209f96506e1"
3743
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
38-
version = "1.4.0"
44+
version = "1.4.1"
3945

4046
[[LazyArtifacts]]
4147
deps = ["Artifacts", "Pkg"]
@@ -44,10 +50,12 @@ uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
4450
[[LibCURL]]
4551
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
4652
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
53+
version = "0.6.3"
4754

4855
[[LibCURL_jll]]
4956
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
5057
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
58+
version = "7.84.0+0"
5159

5260
[[LibGit2]]
5361
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
@@ -56,6 +64,7 @@ uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
5664
[[LibSSH2_jll]]
5765
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
5866
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
67+
version = "1.10.2+0"
5968

6069
[[Libdl]]
6170
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
@@ -65,9 +74,9 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
6574

6675
[[MKL_jll]]
6776
deps = ["Artifacts", "IntelOpenMP_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "Pkg"]
68-
git-tree-sha1 = "e595b205efd49508358f7dc670a940c790204629"
77+
git-tree-sha1 = "2ce8695e1e699b68702c03402672a69f54b8aca9"
6978
uuid = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
70-
version = "2022.0.0+0"
79+
version = "2022.2.0+0"
7180

7281
[[Markdown]]
7382
deps = ["Base64"]
@@ -76,12 +85,15 @@ uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
7685
[[MbedTLS_jll]]
7786
deps = ["Artifacts", "Libdl"]
7887
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
88+
version = "2.28.0+0"
7989

8090
[[MozillaCACerts_jll]]
8191
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
92+
version = "2022.2.1"
8293

8394
[[NetworkOptions]]
8495
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
96+
version = "1.2.0"
8597

8698
[[OpenBLAS32_jll]]
8799
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"]
@@ -92,16 +104,18 @@ version = "0.3.17+0"
92104
[[OpenBLAS_jll]]
93105
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
94106
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
107+
version = "0.3.20+0"
95108

96109
[[Pkg]]
97110
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
98111
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
112+
version = "1.8.0"
99113

100114
[[Preferences]]
101115
deps = ["TOML"]
102-
git-tree-sha1 = "2cf929d64681236a2e074ffafb8d568733d2e6af"
116+
git-tree-sha1 = "47e5f437cc0e7ef2ce8406ce1e7e24d44915f88d"
103117
uuid = "21216c6a-2e73-6563-6e65-726566657250"
104-
version = "1.2.3"
118+
version = "1.3.0"
105119

106120
[[Printf]]
107121
deps = ["Unicode"]
@@ -117,6 +131,7 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
117131

118132
[[SHA]]
119133
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
134+
version = "0.7.0"
120135

121136
[[Serialization]]
122137
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
@@ -127,10 +142,12 @@ uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
127142
[[TOML]]
128143
deps = ["Dates"]
129144
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
145+
version = "1.0.0"
130146

131147
[[Tar]]
132148
deps = ["ArgTools", "SHA"]
133149
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
150+
version = "1.10.1"
134151

135152
[[UUIDs]]
136153
deps = ["Random", "SHA"]
@@ -142,11 +159,14 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
142159
[[Zlib_jll]]
143160
deps = ["Libdl"]
144161
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
162+
version = "1.2.12+3"
145163

146164
[[nghttp2_jll]]
147165
deps = ["Artifacts", "Libdl"]
148166
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
167+
version = "1.48.0+0"
149168

150169
[[p7zip_jll]]
151170
deps = ["Artifacts", "Libdl"]
152171
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
172+
version = "17.4.0+0"

0 commit comments

Comments
 (0)