maxruby/OpenCV.jl

Remove binaries - rebase master

Closed this issue · 2 comments

Hi,

First and foremost: Impressive work done on this package.

I would like to suggest that the OS X binaries are replaced by a generic deps/build.jl script using BinDeps to provide binaries -- by rebasing master onto the second commit, i.e. the second commit generated by Pkg.generate("OpenCV", ...).

I would be happy to help.

Best regards,
Jesper

Hi Jesper,

Glad that you find the package useful. I am happy to accept a PR with your suggested revisions.
I can also give you push access if necessary. I agree that it would be nice to have a more general approach to load the binaries into OpenCV.jl.

Cheers,
Max

Building binaries with binDeps would be a good idea in the future, but given the range of dependencies of OpenCV and OS requirements, this will need to be more time-consuming than can be justified right now.