Added Conflict for macsio@1.1 ~mpi (#21513)

Added conflict for macsio@1.1~mpi after investigating source code. As of
1.1 tag macsio does not properly guard out MPI commands. This is
verified as corrected in @develop
This commit is contained in:
Robert Pavel 2021-02-07 04:34:00 -07:00 committed by GitHub
parent 7d371e5b55
commit d630d63755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,8 @@ class Macsio(CMakePackage):
depends_on('silo', when="+pdb")
depends_on('typhonio', when="+typhonio")
depends_on('scr', when="+scr")
# macsio@1.1 has bug with ~mpi configuration
conflicts('~mpi', when='@1.1')
# Ref: https://github.com/LLNL/MACSio/commit/51b8c40cd9813adec5dd4dd6cee948bb9ddb7ee1
patch('cast.patch', when='@1.1')