summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2017-12-19 11:52:12 +0800
committerwangjiezhe2017-12-19 11:52:12 +0800
commit31581816637d365d4190e533e44b78b53969a4e3 (patch)
treed1c2893633b8fc71da91305e34d13184597b719d
parentf813b6432bff48e66b0b456feeba90896c47b7ae (diff)
downloadaur-31581816637d365d4190e533e44b78b53969a4e3.tar.gz
Remove i686 from arch=()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da4d9f72d0a2..b0d436b4cb2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Jul 29 08:52:12 UTC 2017
+# Tue Dec 19 03:33:09 UTC 2017
pkgbase = trilinos-git
pkgdesc = An effort to develop algorithms and enabling technologies within an object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems.
pkgver = 12.12.0.gd3b096f4f1
pkgrel = 1
url = https://github.com/trilinos/Trilinos
- arch = i686
arch = x86_64
license = LGPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 011fddf403e0..fd8e9b42fc12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ _pkgname=Trilinos
pkgver=12.12.0.gd3b096f4f1
pkgrel=1
pkgdesc="An effort to develop algorithms and enabling technologies within an object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems."
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/trilinos/Trilinos"
license=('LGPL3')
depends=('lapack' 'openmpi' 'python2' 'boost')