Skip to content

Commit 3cb5c49

Browse files
authored
Merge pull request #30 from JuliaGPU/tk/buildjlclean
pop!(BinDeps.defaults) back when done
2 parents 2483433 + bb0dcfd commit 3cb5c49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deps/build.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ if is_apple()
4242
end
4343

4444
@BinDeps.install Dict("libCLBLAS" => "libCLBLAS")
45+
46+
is_linux() && Sys.ARCH == :x86_64 && pop!(BinDeps.defaults)

0 commit comments

Comments
 (0)