[arch-commits] Commit in eigen/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Aug 24 09:25:01 UTC 2018
Date: Friday, August 24, 2018 @ 09:25:01
Author: arojas
Revision: 332943
Drop qt4 makedepends, demos are not even being installed
Modified:
eigen/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-24 09:03:21 UTC (rev 332942)
+++ PKGBUILD 2018-08-24 09:25:01 UTC (rev 332943)
@@ -5,13 +5,12 @@
pkgname=eigen
pkgver=3.3.5
-pkgrel=2
+pkgrel=3
pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
arch=('any')
url='http://eigen.tuxfamily.org'
license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
-makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'fftw' 'qt4' 'suitesparse' 'boost')
-optdepends=('qt4: for example programs')
+makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'fftw' 'suitesparse' 'boost')
replaces=('eigen3')
provides=('eigen3')
source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2"
More information about the arch-commits
mailing list