summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2017-10-15 16:03:08 +0800
committerJingbei Li2017-10-15 16:03:08 +0800
commit3009db7928096f8e78bd2459bf342748bc35565d (patch)
tree41639ac62b6290e45fe09d129372806f0d62a5dc
parent14d6687109176c49dd26c27ceb7b059e3b56a88b (diff)
downloadaur-3009db7928096f8e78bd2459bf342748bc35565d.tar.gz
updated to 12.12.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ce2e4a4c57a..e77c7926636f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 13 11:08:36 UTC 2017
+# Sun Oct 15 08:03:03 UTC 2017
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.10.1
+ pkgver = 12.12.1
pkgrel = 1
url = http://trilinos.org
arch = i686
@@ -23,8 +23,8 @@ pkgbase = trilinos
depends = netcdf
depends = libmatio
depends = libx11
- source = https://github.com/trilinos/Trilinos/archive/trilinos-release-12-10-1.tar.gz
- md5sums = 40f28628b63310f9bd17c26d9ebe32b1
+ source = https://github.com/trilinos/Trilinos/archive/trilinos-release-12-12-1.tar.gz
+ md5sums = ecd4606fa332212433c98bf950a69cc7
pkgname = trilinos
diff --git a/PKGBUILD b/PKGBUILD
index 603fc28c45d9..1312cdb4a293 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=trilinos
_gitname=Trilinos
-pkgver=12.10.1
+pkgver=12.12.1
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 @@ url="http://trilinos.org"
license=('LGPL3')
depends=('lapack' 'openmpi' 'python2' 'boost' 'netcdf' 'libmatio' 'libx11')
source=("https://github.com/trilinos/$_gitname/archive/trilinos-release-${pkgver//./-}.tar.gz")
-md5sums=('40f28628b63310f9bd17c26d9ebe32b1')
+md5sums=('ecd4606fa332212433c98bf950a69cc7')
makedepends=('python2-numpy' 'swig' 'gcc-fortran' 'perl' 'blas' 'cmake' 'gtest' 'doxygen')
prepare() {