Skip to content

Commit

Permalink
Macos testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludvig af Klinteberg committed Apr 30, 2019
1 parent 62835a6 commit 1af22a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ products = [
LibraryProduct(prefix, ["libfinufft"], :libfinufft),
]

verbose = true

# Download binaries from hosted location
bin_prefix = "https://github.com/ludvigak/FINUFFTBuilder/releases/download/0.1.2"

Expand Down Expand Up @@ -42,5 +44,9 @@ if unsatisfied || !isinstalled(dl_info...; prefix=prefix)
install(dl_info...; prefix=prefix, force=true, verbose=verbose)
end

@show readdir(joinpath(@__DIR__, "usr", "lib"))
@show platform_key_abi()
@show satisfied(products[1]; 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)

0 comments on commit 1af22a8

Please sign in to comment.