summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormyles2015-12-12 00:28:52 +0000
committermyles2015-12-12 00:28:52 +0000
commited4f7bfdce4745233098a56034d3eff420ffa8a6 (patch)
treea3359fd38c361533a69102d3668eefd0b6c6ac79 /PKGBUILD
parent3b85231c0a0f28de142318d91b675e43ee8f6f2e (diff)
downloadaur-ed4f7bfdce4745233098a56034d3eff420ffa8a6.tar.gz
Updated to 12.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"