mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/opencv to 4.0.1-2
This commit is contained in:
parent
169f5a64b7
commit
575b9db777
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
pkgbase=opencv
|
||||
pkgname=(opencv opencv-samples)
|
||||
pkgver=4.0.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Open Source Computer Vision Library"
|
||||
arch=(x86_64)
|
||||
license=(BSD)
|
||||
|
@ -52,7 +52,8 @@ build() {
|
|||
-DLAPACK_LIBRARIES="/usr/lib/liblapack.so;/usr/lib/libblas.so;/usr/lib/libcblas.so" \
|
||||
-DLAPACK_CBLAS_H="/usr/include/cblas.h" \
|
||||
-DLAPACK_LAPACKE_H="/usr/include/lapacke.h" \
|
||||
-DOPENCV_GENERATE_PKGCONFIG=ON
|
||||
-DOPENCV_GENERATE_PKGCONFIG=ON \
|
||||
-DOPENCV_ENABLE_NONFREE=ON
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue