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

Antonio Rojas arojas at archlinux.org
Sat Dec 5 09:49:25 UTC 2020


    Date: Saturday, December 5, 2020 @ 09:49:25
  Author: arojas
Revision: 402884

Update to 3.3.9

Modified:
  eigen/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-05 09:40:29 UTC (rev 402883)
+++ PKGBUILD	2020-12-05 09:49:25 UTC (rev 402884)
@@ -3,25 +3,16 @@
 # Contributor: Kringel
 
 pkgname=eigen
-pkgver=3.3.8
-pkgrel=3
+pkgver=3.3.9
+pkgrel=1
 pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
 arch=('any')
 url='https://eigen.tuxfamily.org'
 license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
-makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'fftw' 'suitesparse' 'boost')
-source=(https://gitlab.com/libeigen/eigen/-/archive/$pkgver/$pkgname-$pkgver.tar.gz
-        eigen-bug2011.patch::"https://gitlab.com/libeigen/eigen/-/commit/ef3cc72c.patch"
-        eigen-paradiso.patch::"https://gitlab.com/libeigen/eigen/-/commit/bfdd4a99.patch")
-sha256sums=('146a480b8ed1fb6ac7cd33fec9eb5e8f8f62c3683b3f850094d9d5c35a92419a'
-            'c04d624d550b119be0f810786baba7e0d7809edefd4854a2db6dbd98a7da5a7d'
-            '14c239a5b6c1efe1c2e6f33fc9c449a500b74ded2e865ca730b213c142f1f750')
+makedepends=('cmake' 'freeglut' 'gcc-fortran' 'fftw' 'suitesparse' 'boost')
+source=(https://gitlab.com/libeigen/eigen/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('7985975b787340124786f092b3a07d594b2e9cd53bbfe5f3d9b1daee7d55f56f')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../eigen-bug2011.patch # https://gitlab.com/libeigen/eigen/-/issues/2011
-  patch -d $pkgname-$pkgver -p1 -i ../eigen-paradiso.patch # Fix Paradiso
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr



More information about the arch-commits mailing list