[HACK] Make concretization great again! (#2590)
* Always default to +mpi * Always default to ~X
This commit is contained in:

committed by
Todd Gamblin

parent
87c9b01033
commit
36072c4776
@@ -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')
|
||||
|
Reference in New Issue
Block a user