summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormyles2015-12-12 00:28:52 +0000
committermyles2015-12-12 00:28:52 +0000
commited4f7bfdce4745233098a56034d3eff420ffa8a6 (patch)
treea3359fd38c361533a69102d3668eefd0b6c6ac79
parent3b85231c0a0f28de142318d91b675e43ee8f6f2e (diff)
downloadaur-ed4f7bfdce4745233098a56034d3eff420ffa8a6.tar.gz
Updated to 12.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0a8799750b1..25f60a6e6756 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Dec 12 00:27:25 UTC 2015
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.2.1
+ pkgver = 12.4.2
pkgrel = 1
url = http://trilinos.org
arch = i686
@@ -21,8 +23,8 @@ pkgbase = trilinos
depends = python2
depends = boost
conflicts = gtest
- source = http://trilinos.org/oldsite/download/files/trilinos-12.2.1-Source.tar.bz2
- md5sums = 760f14cbce482b4b9a41d1c18297b531
+ source = http://trilinos.org/oldsite/download/files/trilinos-12.4.2-Source.tar.bz2
+ md5sums = 6256264c5c8bc47253dbb38eb6ba26d1
pkgname = trilinos
diff --git a/PKGBUILD b/PKGBUILD
index 4f07e8b3d087..cb6989ba6fb3 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.2.1
+pkgver=12.4.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=('760f14cbce482b4b9a41d1c18297b531')
+md5sums=('6256264c5c8bc47253dbb38eb6ba26d1')
build() {
#export CFLAGS="$CFLAGS -g -O1"