[HACK] Make concretization great again! (#2590)

* Always default to +mpi

* Always default to ~X
This commit is contained in:
Adam J. Stewart
2016-12-16 12:49:02 -06:00
committed by Todd Gamblin
parent 87c9b01033
commit 36072c4776
16 changed files with 16 additions and 16 deletions

View File

@@ -45,7 +45,7 @@ class Gmsh(Package):
description='Enables the build of shared libraries')
variant('debug', default=False,
description='Builds the library in debug mode')
variant('mpi', default=False,
variant('mpi', default=True,
description='Builds MPI support for parser and solver')
variant('fltk', default=False,
description='Enables the build of the FLTK GUI')