Skip to content

Commit

Permalink
write deps on build everytime
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhairya Gandhi committed Dec 24, 2019
1 parent db59d8e commit 20e8e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ os_support = Sys.islinux() || Sys.isapple()
if use_nnpack && os_support
if unsatisfied || !isinstalled(dl_info...; prefix=prefix)
install(dl_info...; prefix=prefix, force=true, verbose=verbose)
# Write out a deps.jl file that will contain mappings for our products
write_deps_file(joinpath(@__DIR__, "deps.jl"), products, verbose=verbose)
end
# Write out a deps.jl file that will contain mappings for our products
write_deps_file(joinpath(@__DIR__, "deps.jl"), products, verbose=verbose)
else
open(joinpath(@__DIR__, "deps.jl"), "w") do io
write(io, "check_deps() = false")
Expand Down

0 comments on commit 20e8e47

Please sign in to comment.