Skip to content

Commit

Permalink
Bugtracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludvig af Klinteberg committed Apr 30, 2019
1 parent 7800dd3 commit 9919f29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,10 @@ if unsatisfied || !isinstalled(dl_info...; prefix=prefix)
install(dl_info...; prefix=prefix, force=true, verbose=verbose)
end

using Libdl
if Sys.KERNEL == :Darwin
dlopen("usr/lib/libfinufft.dylib")
end

# Write out a deps.jl file that will contain mappings for our products
write_deps_file(joinpath(@__DIR__, "deps.jl"), products, verbose=verbose)

0 comments on commit 9919f29

Please sign in to comment.