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

Antonio Rojas arojas at archlinux.org
Fri Jul 26 17:20:15 UTC 2019


    Date: Friday, July 26, 2019 @ 17:20:14
  Author: arojas
Revision: 358631

Worksaround broken eigen include dir detection

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-26 17:16:11 UTC (rev 358630)
+++ PKGBUILD	2019-07-26 17:20:14 UTC (rev 358631)
@@ -61,7 +61,8 @@
     -DOPENCV_GENERATE_PKGCONFIG=ON \
     -DOPENCV_ENABLE_NONFREE=ON \
     -DOPENCV_JNI_INSTALL_PATH=lib \
-    -DOPENCV_GENERATE_SETUPVARS=OFF
+    -DOPENCV_GENERATE_SETUPVARS=OFF \
+    -DEIGEN_INCLUDE_PATH=/usr/include/eigen3
   make
 }
 



More information about the arch-commits mailing list