summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-12-10 20:49:40 +0100
committerhaawda2021-12-10 20:49:40 +0100
commit6df28aa45ffd5752f8e4692f770f08e94121da65 (patch)
tree8ae993eecf508349f0f4143c17beafabd2ad5a3d
parent445872694726e1a5dbe1b4c40e78490656fd55b4 (diff)
downloadaur-6df28aa45ffd5752f8e4692f770f08e94121da65.tar.gz
remove check function
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD13
2 files changed, 2 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e629bdfc6e45..6d3265fa2d2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scotch-git
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).
- pkgver = r337.03d9a7d
+ pkgver = r542.2148346
pkgrel = 1
url = https://gitlab.inria.fr/scotch/scotch
arch = i686
@@ -22,4 +22,3 @@ pkgbase = scotch-git
sha256sums = SKIP
pkgname = scotch-git
-
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"