Skip to content

Commit b06f0fe

Browse files
committed
Conda: Move from the intel channel to Intel's repository.
IntelPython/mkl_fft#107
1 parent fad0f52 commit b06f0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/build_local.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ if !isfile(joinpath(conda_dir, "condarc-julia.yml"))
4040
mkpath(joinpath(conda_dir, "conda-meta"))
4141
touch(joinpath(conda_dir, "conda-meta", "history"))
4242
end
43-
Conda.add(["dpcpp_linux-64=2024.2.0", "mkl-devel-dpcpp=2024.2.0"], conda_dir;
44-
channel="intel")
43+
Conda.add_channel("https://software.repos.intel.com/python/conda/", conda_dir)
44+
Conda.add(["dpcpp_linux-64=2024.2.0", "mkl-devel-dpcpp=2024.2.0"], conda_dir)
4545

4646
Conda.list(conda_dir)
4747

0 commit comments

Comments
 (0)