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.
1 parent 329170a commit 12b2906Copy full SHA for 12b2906
src/util.jl
@@ -52,7 +52,7 @@ function show(io::IO, m::MIME"text/plain", a::AFArray)
52
print(io, "AFArray: "); show(io, m, toa(a))
53
end
54
55
-global const af_lib = Sys.isunix() ? "libaf.so.3" : "af"
+global const af_lib = Sys.isunix() ? (Sys.isapple() ? "libaf.3" : "libaf.so.3") : "af"
56
global const bcast = Ref{Bool}(false)
57
58
function __init__()
0 commit comments