From 2cd7783e9e73d1431643cb94cdf7d5d348208cf0 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Fri, 28 Sep 2018 15:18:55 +0200 Subject: mpich: fix 3.2 patch (#9330) patch does not apply to 3.2.1 (released in late 2017). Given that it fixes the issue discussed in May 2016, most likely it shall apply only to 3.2 --- var/spack/repos/builtin/packages/mpich/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/mpich/package.py b/var/spack/repos/builtin/packages/mpich/package.py index 62fb44de29..dfa227f37e 100644 --- a/var/spack/repos/builtin/packages/mpich/package.py +++ b/var/spack/repos/builtin/packages/mpich/package.py @@ -80,7 +80,7 @@ spack package at this time.''', # fix MPI_Barrier segmentation fault # see https://lists.mpich.org/pipermail/discuss/2016-May/004764.html # and https://lists.mpich.org/pipermail/discuss/2016-June/004768.html - patch('mpich32_clang.patch', when='@3.2%clang') + patch('mpich32_clang.patch', when='@3.2:3.2.0%clang') depends_on('libfabric', when='netmod=ofi') -- cgit v1.2.3-70-g09d2