hpgmg: more sane defaults for a proxy (#7330)

This commit is contained in:
Christoph Junghans 2018-02-26 06:35:17 -07:00 committed by GitHub
parent 8157f978b0
commit dbcf243d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ class Hpgmg(Package):
version('develop', git='https://bitbucket.org/hpgmg/hpgmg.git', branch='master')
variant(
'fe', default=True, description='Build finite element solver')
'fe', default=False, description='Build finite element solver')
variant(
'fv', default='mpi', values=('serial', 'mpi', 'none'),
description='Build finite volume solver with or without MPI support')