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

Antonio Rojas arojas at archlinux.org
Thu Jul 9 17:27:57 UTC 2015


    Date: Thursday, July 9, 2015 @ 19:27:57
  Author: arojas
Revision: 241914

Enable opengl, fftw and qt4 support, drop unexistent dependencies

Modified:
  eigen/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-09 15:07:33 UTC (rev 241913)
+++ PKGBUILD	2015-07-09 17:27:57 UTC (rev 241914)
@@ -5,16 +5,13 @@
 
 pkgname=eigen
 pkgver=3.2.5
-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'
 license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
-makedepends=('cmake' 'pkg-config')
-optdepends=('qt4: for example programs'
-    'superlu: optional backend'
-    'scotch: optional backend'
-    'metis: optional backend')
+makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'qt4' 'fftw')
+optdepends=('qt4: for example programs')
 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