Skip to content

Commit

Permalink
Downgrade MKL. (JuliaGPU#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored and amontoison committed Oct 18, 2023
1 parent 9c3dbf7 commit fea51c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/build_local.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ if !isfile(joinpath(conda_dir, "condarc-julia.yml"))
mkpath(joinpath(conda_dir, "conda-meta"))
touch(joinpath(conda_dir, "conda-meta", "history"))
end
Conda.add(["dpcpp_linux-64", "mkl-devel-dpcpp"], conda_dir; channel="intel")
Conda.add(["dpcpp_linux-64=2023.0.0", "mkl-devel-dpcpp=2023.0.0"], conda_dir;
channel="intel")

Conda.list(conda_dir)

Expand Down

0 comments on commit fea51c7

Please sign in to comment.