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

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


    Date: Friday, July 26, 2019 @ 17:15:43
  Author: arojas
Revision: 358629

Revert change, /usr/share/eigen/cmake is a perfectly valid install path, it's opencv that is broken

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-26 14:52:57 UTC (rev 358628)
+++ PKGBUILD	2019-07-26 17:15:43 UTC (rev 358629)
@@ -4,7 +4,7 @@
 
 pkgname=eigen
 pkgver=3.3.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
 arch=('any')
 url='https://eigen.tuxfamily.org'
@@ -23,8 +23,7 @@
 	cd build
 	cmake ../eigen-eigen-* \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-                -DCMAKE_INSTALL_LIBDIR=lib \
-                -DCMAKEPACKAGE_INSTALL_DIR=/usr/lib/cmake/Eigen
+                -DCMAKE_INSTALL_LIBDIR=lib
 }
 
 package() {



More information about the arch-commits mailing list