[arch-commits] Commit in opencv/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Oct 19 11:18:44 UTC 2019


    Date: Saturday, October 19, 2019 @ 11:18:44
  Author: arojas
Revision: 365212

Fix build with intel-tbb 2019.9

Modified:
  opencv/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-19 10:26:27 UTC (rev 365211)
+++ PKGBUILD	2019-10-19 11:18:44 UTC (rev 365212)
@@ -30,6 +30,8 @@
 
   cd $pkgname-$pkgver
   patch -p1 -i ../opencv-includedir.patch # Fix wrong include patch in pkgconfig file
+
+  sed -e '/ocv_tbb_cmake_guess(HAVE_TBB)/d' -i cmake/OpenCVDetectTBB.cmake # Don't use TBB's cmake config, it breaks build
 }
 
 build() {



More information about the arch-commits mailing list