[arch-commits] Commit in opencv/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Dec 24 11:42:54 UTC 2017
Date: Sunday, December 24, 2017 @ 11:42:53
Author: arojas
Revision: 313583
Fix libdir
Modified:
opencv/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-24 11:25:28 UTC (rev 313582)
+++ PKGBUILD 2017-12-24 11:42:53 UTC (rev 313583)
@@ -5,7 +5,7 @@
pkgbase=opencv
pkgname=('opencv' 'opencv-samples')
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source Computer Vision Library"
arch=('x86_64')
license=('BSD')
@@ -35,6 +35,7 @@
'-D INSTALL_PYTHON_EXAMPLES=ON'
'-D CMAKE_BUILD_TYPE=Release'
'-D CMAKE_INSTALL_PREFIX=/usr'
+ '-D CMAKE_INSTALL_LIBDIR=lib'
'-D CMAKE_SKIP_RPATH=ON'
'-D CPU_BASELINE_DISABLE=SSE3 -D CPU_BASELINE_REQUIRE=SSE2'
#'-D WITH_IPP=ON'
More information about the arch-commits
mailing list