[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

@@ -37,7 +37,7 @@ class H5hut(Package):
version("1.99.13", "2a07a449afe50534de006ac6954a421a")
variant("fortran", default=True, description="Enable Fortran support")
variant("mpi", default=False, description="Enable MPI support")
variant("mpi", default=True, description="Enable MPI support")
depends_on("autoconf @2.60:", type="build")
depends_on("automake", type="build")