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

Antonio Rojas arojas at archlinux.org
Fri Jul 26 09:36:46 UTC 2019


    Date: Friday, July 26, 2019 @ 09:36:46
  Author: arojas
Revision: 358609

Fix cmake config install path

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-26 09:11:34 UTC (rev 358608)
+++ PKGBUILD	2019-07-26 09:36:46 UTC (rev 358609)
@@ -4,7 +4,7 @@
 
 pkgname=eigen
 pkgver=3.3.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
 arch=('any')
 url='https://eigen.tuxfamily.org'
@@ -23,7 +23,8 @@
 	cd build
 	cmake ../eigen-eigen-* \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-                -DCMAKE_INSTALL_LIBDIR=lib
+                -DCMAKE_INSTALL_LIBDIR=lib \
+                -DCMAKEPACKAGE_INSTALL_DIR=/usr/lib/cmake/Eigen
 }
 
 package() {



More information about the arch-commits mailing list