cohmm: use more sane defaults (#7296)

This commit is contained in:
Christoph Junghans 2018-02-21 15:03:53 -07:00 committed by GitHub
parent 82aa76a867
commit dba0c9ab6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):