Skip to content

Commit

Permalink
building gyroflow-core without opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-epifanov committed Feb 6, 2022
1 parent 57c3458 commit 01c83be
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "gyroflow"]
path = gyroflow
url = https://github.com/gyroflow/gyroflow
url = https://github.com/ilya-epifanov/gyroflow-1
89 changes: 0 additions & 89 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rayon = "*"
ndarray = { version = "0.15", features = ["rayon"] }
float-ord = "0.3.2"
lru = "0.7"
gyroflow-core = { path = "gyroflow/src/core/", features = ["use-opencl"], version = "1.0.0-rc1" }
gyroflow-core = { path = "gyroflow/src/core/", default-features = false, features = ["use-opencl"], version = "1.0.0-rc1" }
serde_json = "1"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion gyroflow

0 comments on commit 01c83be

Please sign in to comment.