gocv
gocv copied to clipboard
Maybe tag the release following opencv version ?
Using Fedora, I have a recent version of OpenCV (and opencv-devel) packages: 4.5.3
But, the latest release of gocv 0.29.0 corresponds to 4.5.4 version.
It's hard to find the correct tag to install, maybe you can make the release tag following the supported version of OpenCV. This way, we can only do go get -u gocv.io/x/gocv@$(opencv_version)
?
Note: I don't want to install opencv from source, it ca break some dependencies of others packages.
Another possibility is to set 2 tags, one with your version and a tag named opencv-4.5.3
on the same commit.
Another possibility is to set 2 tags, one with your version and a tag named opencv-4.5.3 on the same commit.
That seems like an excellent idea.
OK done. see https://github.com/hybridgroup/gocv/tags
We just need to add something to the README and/or website to explain this. @metal3d would you be willing to make a PR?
I'm sorry I had a health trouble for weeks. I will make a PR as soon as I can. Thanks a lot for your work!