cohmm: use more sane defaults (#7296)
This commit is contained in:
parent
82aa76a867
commit
dba0c9ab6b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Cohmm(MakefilePackage):
|
|||
branch='sad')
|
||||
|
||||
variant('openmp', default=True, description='Build with OpenMP Support')
|
||||
variant('gnuplot', default=True, description='Enable gnu plot Support')
|
||||
variant('gnuplot', default=False, description='Enable gnu plot Support')
|
||||
depends_on('gnuplot', when='+gnuplot')
|
||||
|
||||
def edit(self, spec, prefix):
|
||||
|
|
Loading…
Reference in a new issue