We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2483433 + bb0dcfd commit 3cb5c49Copy full SHA for 3cb5c49
deps/build.jl
@@ -42,3 +42,5 @@ if is_apple()
42
end
43
44
@BinDeps.install Dict("libCLBLAS" => "libCLBLAS")
45
+
46
+is_linux() && Sys.ARCH == :x86_64 && pop!(BinDeps.defaults)
0 commit comments