Skip to content

Commit 1f8a7e9

Browse files
committed
use pocl_jll v7
1 parent 110d784 commit 1f8a7e9

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Project.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1818
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
1919
pocl_jll = "627d6b7a-bbe6-5189-83e7-98cc0a5aeadd"
2020

21+
[weakdeps]
22+
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
23+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
24+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
25+
26+
[extensions]
27+
EnzymeExt = "EnzymeCore"
28+
LinearAlgebraExt = "LinearAlgebra"
29+
SparseArraysExt = "SparseArrays"
30+
2131
[compat]
2232
Adapt = "0.4, 1.0, 2.0, 3.0, 4"
2333
Atomix = "0.1, 1"
@@ -33,18 +43,9 @@ SparseArrays = "<0.0.1, 1.6"
3343
StaticArrays = "0.12, 1.0"
3444
UUIDs = "<0.0.1, 1.6"
3545
julia = "1.10"
36-
37-
[extensions]
38-
EnzymeExt = "EnzymeCore"
39-
LinearAlgebraExt = "LinearAlgebra"
40-
SparseArraysExt = "SparseArrays"
46+
pocl_jll = "7"
4147

4248
[extras]
4349
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
4450
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
4551
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
46-
47-
[weakdeps]
48-
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
49-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
50-
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

0 commit comments

Comments
 (0)