Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigak committed Oct 19, 2018
1 parent 421793e commit 95b7766
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pkg.test("FINUFFT")

This should download, build and test FINUFFT v1.0, as long as you have `gcc` and `curl` installed. The FFTW library is downloaded locally by the build script, using [Conda.jl](https://github.com/JuliaPy/Conda.jl)

Currently only tested on Linux.
Developed and tested on Linux. Also works on Max OS X, but build script is hardwired to use GCC 8 (`g++-8` and `gcc-8`).

## Usage

Expand Down Expand Up @@ -65,4 +65,3 @@ See [test/runtests.jl](test/runtests.jl)

## TODO
* Implement advanced interface
* Test on Max OS X
2 changes: 0 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ finufftbuild =
end
run(finufftbuild)

display(readdir(lib))

# Just add to deps.jl to bypass BinDeps checking
depsfile_location = joinpath(splitdir(Base.source_path())[1],"deps.jl")
fh = open(depsfile_location, "a")
Expand Down

0 comments on commit 95b7766

Please sign in to comment.