mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/opencv to 3.4.3-2.1
This commit is contained in:
parent
c42d6e0ae9
commit
0ae4d0ae0f
1 changed files with 2 additions and 5 deletions
|
@ -3,20 +3,17 @@
|
|||
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove intel-tbb depend for v5 and v6
|
||||
# - remove -DCPU_BASELINE_{ENABLE,DISABLE} flags for SSE
|
||||
|
||||
pkgbase=opencv
|
||||
pkgname=(opencv opencv-samples)
|
||||
pkgver=3.4.3
|
||||
pkgrel=2
|
||||
pkgrel=2.1
|
||||
pkgdesc="Open Source Computer Vision Library"
|
||||
arch=(x86_64)
|
||||
license=(BSD)
|
||||
url="http://opencv.org/"
|
||||
depends=(openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 jasper)
|
||||
depends_armv7h=('intel-tbb')
|
||||
depends_aarch64=('intel-tbb')
|
||||
depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 jasper)
|
||||
makedepends=(cmake python-numpy python2-numpy mesa eigen hdf5 lapacke gtk3)
|
||||
optdepends=('opencv-samples: samples'
|
||||
'gtk3: for the HighGUI module'
|
||||
|
|
Loading…
Reference in a new issue