summaryrefslogtreecommitdiff
path: root/src/stage4/patches/openmpi.patch
blob: 84a780875be7c964435b55f4e8178c758d65a659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/PKGBUILD	2018-03-26 17:03:14.320737909 +0200
+++ b/PKGBUILD	2018-03-26 17:16:23.224859727 +0200
@@ -10,7 +10,7 @@ url='https://www.open-mpi.org'
 arch=('x86_64')
 license=('custom:OpenMPI')
 depends=('libltdl' 'hwloc' 'openssh')
-makedepends=('inetutils' 'valgrind' 'gcc-fortran')
+makedepends=('inetutils' 'gcc-fortran')
 optdepends=('gcc-fortran: fortran support')
 options=('staticlibs')
 source=(https://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
@@ -28,8 +28,6 @@ build() {
     --enable-smp-locks \
     --enable-builtin-atomics \
     --enable-mpi-cxx \
-    --with-valgrind \
-    --enable-memchecker \
     --enable-pretty-print-stacktrace \
     --without-slurm \
     --with-hwloc=/usr \