summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2021-02-04 07:19:33 -0300
committerLucas Heitzmann Gabrielli2021-02-04 07:19:33 -0300
commitcafb49e666e6c55f288cd469460186b0f99e52e1 (patch)
treeca6d9ee3b0a958558b1223eca462d70f8e03c962
parente87f7eb14461b0f0ebda9a18ac29d34040b4a8c4 (diff)
downloadaur-cafb49e666e6c55f288cd469460186b0f99e52e1.tar.gz
Added chrpath to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ca70b05b1bf..8e532bee0ccd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = petsc-git
pkgdesc = Portable, extensible toolkit for scientific computation (external downloads enabled)
- pkgver = 20210203
- pkgrel = 2
+ pkgver = 20210204
+ pkgrel = 1
url = https://gitlab.com/petsc/petsc
install = petsc.install
arch = i686
@@ -14,6 +14,7 @@ pkgbase = petsc-git
makedepends = python
makedepends = git
makedepends = cython
+ makedepends = chrpath
depends = openmpi
depends = lapack
depends = fftw
diff --git a/PKGBUILD b/PKGBUILD
index c7f8c1ed7687..c58465d9e032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=petsc-git
-pkgver=20210203
-pkgrel=2
+pkgver=20210204
+pkgrel=1
_config=linux-c-opt
pkgdesc="Portable, extensible toolkit for scientific computation (external downloads enabled)"
provides=(petsc)
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url="https://gitlab.com/petsc/petsc"
license=('BSD')
depends=('openmpi' 'lapack' 'fftw' 'hdf5' 'suitesparse' 'metis' 'parmetis' 'superlu' 'eigen' 'cython' 'python-mpi4py')
-makedepends=('gcc' 'gcc-fortran' 'cmake' 'sowing' 'python' 'git' 'cython')
+makedepends=('gcc' 'gcc-fortran' 'cmake' 'sowing' 'python' 'git' 'cython' 'chrpath')
optdepends=("opencl: GPU computing"
"hwloc: hardware locality"
"cgns: CFD data support"