hpgmg: more sane defaults for a proxy (#7330)
This commit is contained in:
parent
8157f978b0
commit
dbcf243d37
@ -44,7 +44,7 @@ class Hpgmg(Package):
|
|||||||
version('develop', git='https://bitbucket.org/hpgmg/hpgmg.git', branch='master')
|
version('develop', git='https://bitbucket.org/hpgmg/hpgmg.git', branch='master')
|
||||||
|
|
||||||
variant(
|
variant(
|
||||||
'fe', default=True, description='Build finite element solver')
|
'fe', default=False, description='Build finite element solver')
|
||||||
variant(
|
variant(
|
||||||
'fv', default='mpi', values=('serial', 'mpi', 'none'),
|
'fv', default='mpi', values=('serial', 'mpi', 'none'),
|
||||||
description='Build finite volume solver with or without MPI support')
|
description='Build finite volume solver with or without MPI support')
|
||||||
|
Loading…
Reference in New Issue
Block a user