filecoin-project / filecoin-ffi

C and CGO bindings for Filecoin's Rust libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot build from source with FFI_USE_GPU=0

vbashkirtsev opened this issue · comments

Even with FFI_USE_GPU=0 rust-gpu-tools are compiled and fail (rightfully) with:

error: At least one of the features cuda or opencl must be enabled.

I guess rust-gpu-tools should be a conditional dependency.

commented

Proofs team will investigate, thanks!