Skip to content

Commit 07bc2b3

Browse files
committed
Try the release 2025.2.0 of oneAPI
1 parent 71a7de7 commit 07bc2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build_local.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if !isfile(joinpath(conda_dir, "condarc-julia.yml"))
4545
touch(joinpath(conda_dir, "conda-meta", "history"))
4646
end
4747
Conda.add_channel("https://software.repos.intel.com/python/conda/", conda_dir)
48-
Conda.add(["dpcpp_linux-64=2025.1.0", "mkl-devel-dpcpp=2025.1.0"], conda_dir)
48+
Conda.add(["dpcpp_linux-64=2025.2.0", "mkl-devel-dpcpp=2025.2.0"], conda_dir)
4949

5050
Conda.list(conda_dir)
5151

0 commit comments

Comments
 (0)