summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b4e9b2061ee..d930d8de0bec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=eigen2
pkgver=2.0.17
-pkgrel=2
+pkgrel=3
pkgdesc="A lightweight C++ template library for vector and matrix math, a.k.a. linear algebra"
arch=('any')
url='http://eigen.tuxfamily.org/index.php?title=Main_Page'
@@ -24,12 +24,6 @@ build() {
make
}
-check(){
- echo "Currently Does not build. If you have any ideas how to fix this please contact me: davidm@eagles.ewu.edu -Dave"
-
- return 1
-}
-
package() {
cd "${srcdir}/build"
make DESTDIR="${pkgdir}" install