Attempt at patching phist find mpi heuristic (#32688)
for updated phist version
This commit is contained in:
parent
d4c13b0f8f
commit
0376a62458
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue