summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormyles2016-04-22 23:48:24 +0100
committermyles2016-04-22 23:48:43 +0100
commitec0062cbbfc18ed7e277eae380467f96003d719c (patch)
treefc9b3bfd634bd295d18420d0c19c9774a4774680
parented4f7bfdce4745233098a56034d3eff420ffa8a6 (diff)
downloadaur-ec0062cbbfc18ed7e277eae380467f96003d719c.tar.gz
Updated to 12.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25f60a6e6756..9e66a058100d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 12 00:27:25 UTC 2015
+# Fri Apr 22 22:45:04 UTC 2016
pkgbase = trilinos
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.4.2
+ pkgver = 12.6.2
pkgrel = 1
url = http://trilinos.org
arch = i686
@@ -23,8 +23,8 @@ pkgbase = trilinos
depends = python2
depends = boost
conflicts = gtest
- source = http://trilinos.org/oldsite/download/files/trilinos-12.4.2-Source.tar.bz2
- md5sums = 6256264c5c8bc47253dbb38eb6ba26d1
+ source = http://trilinos.org/oldsite/download/files/trilinos-12.6.2-Source.tar.bz2
+ md5sums = 4bcb91234399ada370be73d11e2df403
pkgname = trilinos
diff --git a/PKGBUILD b/PKGBUILD
index cb6989ba6fb3..94e5fd488dcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Myles English <myles at rockhead.biz>
# Contributor: Feng Wang <wanng.fenng@gmail.com>
pkgname=trilinos
-pkgver=12.4.2
+pkgver=12.6.2
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')
@@ -12,7 +12,7 @@ conflicts=('gtest')
source=(http://trilinos.org/oldsite/download/files/${pkgname}-${pkgver}-Source.tar.bz2)
makedepends=('python2' 'python2-numpy' 'swig' 'gcc' 'gcc-fortran' 'openmpi' 'perl' 'blas' 'lapack' 'cmake')
# gcc-fortran gcc-fortran-multilib
-md5sums=('6256264c5c8bc47253dbb38eb6ba26d1')
+md5sums=('4bcb91234399ada370be73d11e2df403')
build() {
#export CFLAGS="$CFLAGS -g -O1"