mrbayes: readline and mpi variants are mutually exclusive (#46021)
This commit is contained in:
parent
a5436b3962
commit
85939b26ae
@ -28,6 +28,8 @@ class Mrbayes(AutotoolsPackage):
|
|||||||
"readline", default=False, description="Enable readline library, not recommended with MPI"
|
"readline", default=False, description="Enable readline library, not recommended with MPI"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
conflicts("+readline", when="+mpi", msg="MPI and readline support are exclusive")
|
||||||
|
|
||||||
depends_on("libbeagle", when="+beagle")
|
depends_on("libbeagle", when="+beagle")
|
||||||
depends_on("mpi", when="+mpi")
|
depends_on("mpi", when="+mpi")
|
||||||
depends_on("readline", when="+readline")
|
depends_on("readline", when="+readline")
|
||||||
|
Loading…
Reference in New Issue
Block a user