[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

@@ -61,7 +61,7 @@ class ArpackNg(Package):
variant('shared', default=True,
description='Enables the build of shared libraries')
variant('mpi', default=False, description='Activates MPI support')
variant('mpi', default=True, description='Activates MPI support')
# The function pdlamch10 does not set the return variable.
# This is fixed upstream