Skip to content

Commit

Permalink
update build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigak committed Oct 19, 2018
1 parent e649d7a commit 4ddb9a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ provides(BuildProcess,
#provides(Binaries, "usr", fftw_threads)

# Then download and build finufft
libfinufft = library_dependency("libfinufft")
libfinufft = library_dependency("libfinufft",
aliases=["libfinufft", "finufft", "libfinufft.so", "libfinufft.dylib"])

provides(Sources,
URI("https://github.com/flatironinstitute/finufft/archive/v1.0.zip"),
Expand Down

0 comments on commit 4ddb9a5

Please sign in to comment.