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

Antonio Rojas arojas at archlinux.org
Mon Jul 23 21:42:18 UTC 2018


    Date: Monday, July 23, 2018 @ 21:42:18
  Author: arojas
Revision: 329490

Update to 3.3.5

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-23 21:20:41 UTC (rev 329489)
+++ PKGBUILD	2018-07-23 21:42:18 UTC (rev 329490)
@@ -4,7 +4,7 @@
 # Contributor: Kringel
 
 pkgname=eigen
-pkgver=3.3.4
+pkgver=3.3.5
 pkgrel=1
 pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
 arch=('any')
@@ -15,13 +15,12 @@
 replaces=('eigen3')
 provides=('eigen3')
 source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2")
-sha1sums=('e52d7d7a8c81f5ee0699e63ae3b78fe8214380a5')
+sha1sums=('69fd635550bcf8cffbb05740b5baa4608a3870c7')
 
 build() {
 	mkdir -p build
 	cd build
 	cmake ../eigen-eigen-* \
-		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
                 -DCMAKE_INSTALL_LIBDIR=lib
 }



More information about the arch-commits mailing list