summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 1 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb9f7f5555b4..3e1a55fecbae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=scotch-git
-pkgver=r337.03d9a7d
+pkgver=r542.2148346
pkgrel=1
pkgdesc="Software package and libraries for graph, mesh and hypergraph partitioning, static mapping, and sparse matrix block ordering. This is the all-inclusive version (MPI/serial/esmumps)."
url="https://gitlab.inria.fr/scotch/scotch"
@@ -58,17 +58,6 @@ build() {
make -j1 ptesmumps
}
-check() {
- cd "${srcdir}/${_pkgname}/src"
-
- # Thx to sigvald: https://aur.archlinux.org/packages/scotch/?O=20&PP=10#comment-634455
- # Upstream issue: https://gitlab.inria.fr/scotch/scotch/issues/7
- sed -i 's/mpirun/mpirun --oversubscribe/' check/Makefile
-
- make check LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:../../lib"
- make ptcheck LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:../../lib"
-}
-
package() {
cd "${srcdir}/${_pkgname}/src"