summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fa120abf620..17ab3bb678ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = trilinos
makedepends = perl
makedepends = blas
makedepends = cmake
- makedepends = gtest
makedepends = doxygen
depends = lapack
depends = python2
@@ -19,7 +18,8 @@ pkgbase = trilinos
depends = netcdf
depends = libmatio
depends = libx11
- depends = hdf5-openmpi
+ depends = hdf5-openmpi
+ conflicts = gtest
source = https://github.com/trilinos/Trilinos/archive/trilinos-release-12-14-1.tar.gz
sha256sums = 52a4406cca2241f5eea8e166c2950471dd9478ad6741cbb2a7fc8225814616f0
diff --git a/PKGBUILD b/PKGBUILD
index ee9bfe807c51..e84422732b71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
# Contributor: Simon Pintarelli <simon.pintarelli@gmail.com>
# Contributor: Feng Wang <wanng.fenng@gmail.com>
pkgname=trilinos
-pkgver=12.14.2
+pkgver=12.14.1
_pkgver=${pkgver//./-}
-pkgrel=1
+pkgrel=2
pkgdesc="algorithms for the solution of large-scale scientific problems"
arch=('x86_64')
url="http://trilinos.org"
license=('LGPL3')
depends=('lapack' 'python2' 'boost' 'netcdf' 'libmatio' 'libx11' 'hdf5-openmpi')
makedepends=('python2-numpy' 'gcc-fortran' 'perl' 'blas' 'cmake'
- 'gtest' 'doxygen')
+ 'doxygen')
conflicts=('gtest')
checkdepends=('cmake')
source=("https://github.com/trilinos/Trilinos/archive/trilinos-release-$_pkgver.tar.gz")