rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
69 stars 89 forks source link

libopencv-dev #90

Closed eadf closed 2 years ago

eadf commented 2 years ago

opencv and all the crates using it could use libopencv-dev to make DocTest work.

Affected crates: opencv, realsense-rust, rust_drone_follow, abow, cv-convert, nokhwa, podo-std-eye, eorst, printimg, arc_lib, checkerboard, dlib-face-recognition-cv, f-trak, tangram-vision-sdk, softmount, shutter and my own libstacker

They also needs clang and libclang-dev but I assume those packages are already installed. already installed.

Failed build log. Ubuntu 20.04 packages to install: libopencv-dev

jyn514 commented 2 years ago

Hi @eadf, are you interested in making a PR adding that package? It would get merged quicker if so :)

eadf commented 2 years ago

I could edit the list and make a PR, but I'm not experienced with docker. Don't know if I could get a test env up to properly test the changes I make.

jyn514 commented 2 years ago

Don't know if I could get a test env up to properly test the changes I make.

No worries, that's what CI is for :)