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

Andrea Scarpino andrea at archlinux.org
Mon Mar 21 18:27:03 UTC 2011


    Date: Monday, March 21, 2011 @ 14:27:03
  Author: andrea
Revision: 115821

upgpkg: eigen 3.0.0-1
upstream release; enable FFTW and GSL backends

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-21 18:25:03 UTC (rev 115820)
+++ PKGBUILD	2011-03-21 18:27:03 UTC (rev 115821)
@@ -3,21 +3,21 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=eigen
-pkgver=2.0.15
+pkgver=3.0.0
 pkgrel=1
-pkgdesc="A lightweight C++ template library for vector and matrix math, a.k.a. linear algebra"
+pkgdesc="A C++ template library for linear algebra: matrices, vectors and related algorithms"
 arch=('any')
 url='http://eigen.tuxfamily.org/index.php?title=Main_Page'
 license=('GPL' 'LGPL3')
-makedepends=('cmake' 'pkg-config')
+makedepends=('cmake' 'pkg-config' 'fftw' 'gsl')
 source=("http://bitbucket.org/${pkgname}/${pkgname}/get/${pkgver}.tar.bz2")
-md5sums=('a96fe69d652d7b3b1d990c99bbc518fb')
+md5sums=('046baf7072f008653361f8321560a26f')
 
 build() {
   cd "${srcdir}"
   mkdir build
   cd build
-  cmake ../eigen \
+  cmake ../${pkgname}-eigen-65ee2328342f \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make




More information about the arch-commits mailing list