diff options
author | Martin Diehl | 2020-03-04 06:26:20 +0100 |
---|---|---|
committer | Martin Diehl | 2020-03-04 06:26:20 +0100 |
commit | 422e7335ae403f32715a9b663037595913b40136 (patch) | |
tree | c5212218e0afa6a3f2a9d42b93792fe77211ccfb /PKGBUILD | |
parent | 00caded40a27cd50b24b65595791c06aa011d29d (diff) | |
download | aur-422e7335ae403f32715a9b663037595913b40136.tar.gz |
fix: bc is needed for building
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# Contributor: Martin Diehl <m.diehl@mpie.de> +# Maintainer: Martin Diehl <https://martin-diehl.net> # Contributor: Alad Wenter <alad@archlinux.org> # Contributor: Jingbei Li <i@jingbei.li> # Contributor: Simon Pintarelli <simon.pintarelli@gmail.com> @@ -6,13 +6,13 @@ pkgname=trilinos pkgver=12.18.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=('python' 'lapack' 'boost' 'netcdf' 'libmatio' 'libx11' 'hdf5-openmpi') -makedepends=('gcc-fortran' 'perl' 'blas' 'cmake' 'doxygen') +makedepends=('gcc-fortran' 'perl' 'blas' 'cmake' 'doxygen' 'bc') conflicts=('gtest') checkdepends=('cmake') source=("https://github.com/trilinos/Trilinos/archive/trilinos-release-$_pkgver.tar.gz" |