From 0376a624589d7000bc3cc9645f25534140a053bf Mon Sep 17 00:00:00 2001 From: "John W. Parent" <45471568+johnwparent@users.noreply.github.com> Date: Sun, 18 Sep 2022 12:18:28 -0400 Subject: Attempt at patching phist find mpi heuristic (#32688) for updated phist version --- var/spack/repos/builtin/packages/phist/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3-70-g09d2