Skip to content

Commit 49255ab

Browse files
CompatHelper: bump compat for GPUCompiler to 0.27, (keep existing compat) (#457)
Also work around another Conda failure. Co-authored-by: Tim Besard <[email protected]>
1 parent a8c18d3 commit 49255ab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Adapt = "4"
3131
CEnum = "0.4, 0.5"
3232
ExprTools = "0.1"
3333
GPUArrays = "10"
34-
GPUCompiler = "0.23, 0.24, 0.25, 0.26"
34+
GPUCompiler = "0.23, 0.24, 0.25, 0.26, 0.27"
3535
KernelAbstractions = "0.9.1"
3636
LLVM = "6, 7, 8"
3737
NEO_jll = "=24.26.30049"

deps/build_local.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ catch err
3434
Pkg.build("Conda")
3535
using Conda
3636
end
37-
@show conda_dir
37+
if !isdir(Conda.ROOTENV)
38+
# Same as above
39+
Pkg.build("Conda")
40+
end
3841
if !isfile(joinpath(conda_dir, "condarc-julia.yml"))
3942
Conda.create(conda_dir)
4043
# conda#8850

0 commit comments

Comments
 (0)