summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJohn W. Parent <45471568+johnwparent@users.noreply.github.com>2022-09-18 12:18:28 -0400
committerGitHub <noreply@github.com>2022-09-18 11:18:28 -0500
commit0376a624589d7000bc3cc9645f25534140a053bf (patch)
treec8ee42f95c2239f12917f668a94b7cbb7fa14806 /var
parentd4c13b0f8f4534657f6148be63327c04b7b161e1 (diff)
downloadspack-0376a624589d7000bc3cc9645f25534140a053bf.tar.gz
spack-0376a624589d7000bc3cc9645f25534140a053bf.tar.bz2
spack-0376a624589d7000bc3cc9645f25534140a053bf.tar.xz
spack-0376a624589d7000bc3cc9645f25534140a053bf.zip
Attempt at patching phist find mpi heuristic (#32688)
for updated phist version
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/phist/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/phist/package.py b/var/spack/repos/builtin/packages/phist/package.py
index 6460e756ee..3253ad1799 100644
--- a/var/spack/repos/builtin/packages/phist/package.py
+++ b/var/spack/repos/builtin/packages/phist/package.py
@@ -192,7 +192,7 @@ class Phist(CMakePackage):
# the phist repo came with it's own FindMPI.cmake before, which may cause some other
# MPI installation to be used than the one spack wants.
def patch(self):
- if self.spec.satisfies("@1.9.6"):
+ if self.spec.satisfies("@1.9.6:"):
filter_file("USE mpi", "use mpi_f08", "src/kernels/builtin/crsmat_module.F90")
# filter_file('use mpi', 'use mpi_f08', -> Needs more fixes
# 'fortran_bindings/phist_testing.F90')