summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2019-07-15 12:02:05 -0700
committerMartin Diehl2019-07-15 12:02:05 -0700
commit5506cb72955942d2f59887eecc3fdc1d45d65ccc (patch)
treec4ad4304fad9c323662e089ac52f356d73588819
parent6508f6cb61dab9de71536cbe482d512c41a561a1 (diff)
downloadaur-5506cb72955942d2f59887eecc3fdc1d45d65ccc.tar.gz
trilinos brings its own gtest
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a0497209fcc..3fa120abf620 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trilinos
pkgdesc = algorithms for the solution of large-scale scientific problems
pkgver = 12.14.1
- pkgrel = 1
+ pkgrel = 2
url = http://trilinos.org
arch = x86_64
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index c546af3eb10c..ee9bfe807c51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Simon Pintarelli <simon.pintarelli@gmail.com>
# Contributor: Feng Wang <wanng.fenng@gmail.com>
pkgname=trilinos
-pkgver=12.14.1
+pkgver=12.14.2
_pkgver=${pkgver//./-}
pkgrel=1
pkgdesc="algorithms for the solution of large-scale scientific problems"
@@ -14,6 +14,7 @@ license=('LGPL3')
depends=('lapack' 'python2' 'boost' 'netcdf' 'libmatio' 'libx11' 'hdf5-openmpi')
makedepends=('python2-numpy' 'gcc-fortran' 'perl' 'blas' 'cmake'
'gtest' 'doxygen')
+conflicts=('gtest')
checkdepends=('cmake')
source=("https://github.com/trilinos/Trilinos/archive/trilinos-release-$_pkgver.tar.gz")
sha256sums=('52a4406cca2241f5eea8e166c2950471dd9478ad6741cbb2a7fc8225814616f0')