summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2016-11-22 13:19:45 -0800
committerDavid McInnis2016-11-22 13:19:45 -0800
commit8ba4715814f617a34904170682e2e8629d24e843 (patch)
tree59b5fbb510212d2ed79580f65337d4e421a65821
parent5a2e5b9761540174aedc2781f2ff6289e9c572b9 (diff)
downloadaur-8ba4715814f617a34904170682e2e8629d24e843.tar.gz
seems to build fine on other folks computer
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 398e9eb921a4..3e5ec8505ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Nov 11 16:51:01 UTC 2016
+# Tue Nov 22 21:19:25 UTC 2016
pkgbase = eigen2
pkgdesc = A lightweight C++ template library for vector and matrix math, a.k.a. linear algebra
pkgver = 2.0.17
- pkgrel = 2
+ pkgrel = 3
url = http://eigen.tuxfamily.org/index.php?title=Main_Page
arch = any
license = GPL
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