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

Antonio Rojas arojas at archlinux.org
Thu Feb 18 11:51:07 UTC 2016


    Date: Thursday, February 18, 2016 @ 12:51:07
  Author: arojas
Revision: 259947

pkgconfig file has been fixed upstream (FS#48235)

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-18 11:28:12 UTC (rev 259946)
+++ PKGBUILD	2016-02-18 11:51:07 UTC (rev 259947)
@@ -5,7 +5,7 @@
 
 pkgname=eigen
 pkgver=3.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
 arch=('any')
 url='http://eigen.tuxfamily.org'
@@ -22,8 +22,7 @@
 	cd build
 	cmake ../eigen-eigen-* \
 		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DEIGEN_INCLUDE_INSTALL_DIR=/usr/include/eigen3
+		-DCMAKE_INSTALL_PREFIX=/usr
 }
 
 package() {



More information about the arch-commits mailing list