summaryrefslogtreecommitdiff
path: root/var/spack
diff options
context:
space:
mode:
authorDenis Davydov <davydden@gmail.com>2018-09-28 15:18:55 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2018-09-28 08:18:55 -0500
commit2cd7783e9e73d1431643cb94cdf7d5d348208cf0 (patch)
tree29d3f853cf219372e2580c6f64a763e80e647de8 /var/spack
parent28f6a4a095fb5b0057b5b480157b2e2abaad9f1c (diff)
downloadspack-2cd7783e9e73d1431643cb94cdf7d5d348208cf0.tar.gz
spack-2cd7783e9e73d1431643cb94cdf7d5d348208cf0.tar.bz2
spack-2cd7783e9e73d1431643cb94cdf7d5d348208cf0.tar.xz
spack-2cd7783e9e73d1431643cb94cdf7d5d348208cf0.zip
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
Diffstat (limited to 'var/spack')
-rw-r--r--var/spack/repos/builtin/packages/mpich/package.py2
1 files changed, 1 insertions, 1 deletions
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')