Skip to content

Commit 5052bb9

Browse files
committed
REQUIRE BinaryProvider instead of BinDeps
Fixes #6 The .gitignore is also updated to reflect the BinaryProvider installation location, and Project.toml is removed for now. It is not yet needed, and is outdated and I'm not sure how to keep it in line with the rest.
1 parent a62d85a commit 5052bb9

3 files changed

Lines changed: 2 additions & 17 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
*.jl.*.cov
33
*.jl.mem
44
/deps/deps.jl
5-
/deps/libspatialindex/
5+
/deps/usr/

Project.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
julia 0.7
2-
BinDeps
2+
BinaryProvider 0.5

0 commit comments

Comments
 (0)