mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
opencv: update to 3.3.1. (#8555)
This commit is contained in:
parent
077351ec09
commit
42cecb3eb9
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opencv'
|
# Template file for 'opencv'
|
||||||
pkgname=opencv
|
pkgname=opencv
|
||||||
version=3.3.0
|
version=3.3.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
|
configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
|
||||||
-DWITH_OPENCL=ON -DENABLE_CXX11=ON"
|
-DWITH_OPENCL=ON -DENABLE_CXX11=ON"
|
||||||
|
@ -14,7 +14,7 @@ homepage="http://opencv.org"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
short_desc="Computer vision and machine learning software library"
|
short_desc="Computer vision and machine learning software library"
|
||||||
distfiles="https://github.com/opencv/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/opencv/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=8bb312b9d9fd17336dc1f8b3ac82f021ca50e2034afc866098866176d985adc6
|
checksum=5dca3bb0d661af311e25a72b04a7e4c22c47c1aa86eb73e70063cd378a2aa6ee
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue