parent
8913c3465c
commit
20225edde4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Comd(MakefilePackage):
|
||||||
variant('mpi', default=True, description='Build with MPI support')
|
variant('mpi', default=True, description='Build with MPI support')
|
||||||
variant('openmp', default=False, description='Build with OpenMP support')
|
variant('openmp', default=False, description='Build with OpenMP support')
|
||||||
variant('precision', default=True, description='Toggle Precesion Options')
|
variant('precision', default=True, description='Toggle Precesion Options')
|
||||||
variant('graphs', default=True, description='Enable graph visuals')
|
variant('graphs', default=False, description='Enable graph visuals')
|
||||||
|
|
||||||
depends_on('mpi', when='+mpi')
|
depends_on('mpi', when='+mpi')
|
||||||
depends_on('graphviz', when='+graphs')
|
depends_on('graphviz', when='+graphs')
|
||||||
|
|
Loading…
Reference in a new issue