summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorRobert Pavel <rspavel@lanl.gov>2021-02-07 04:34:00 -0700
committerGitHub <noreply@github.com>2021-02-07 12:34:00 +0100
commitd630d63755a0cf0315a164eb1308c49fb0e5847b (patch)
tree148e759937d0b5ca573517ef9300c4a8739c7e48 /var
parent7d371e5b55ae49594042f80d79a0329487785089 (diff)
downloadspack-d630d63755a0cf0315a164eb1308c49fb0e5847b.tar.gz
spack-d630d63755a0cf0315a164eb1308c49fb0e5847b.tar.bz2
spack-d630d63755a0cf0315a164eb1308c49fb0e5847b.tar.xz
spack-d630d63755a0cf0315a164eb1308c49fb0e5847b.zip
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
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/macsio/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/macsio/package.py b/var/spack/repos/builtin/packages/macsio/package.py
index 528e2c776d..427af43feb 100644
--- a/var/spack/repos/builtin/packages/macsio/package.py
+++ b/var/spack/repos/builtin/packages/macsio/package.py
@@ -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')