Overhaul CONVERGE installation and concretization (#4397)

This commit is contained in:
Adam J. Stewart
2017-06-19 10:18:48 -05:00
committed by GitHub
parent b12c0e0f87
commit cf2178f416
4 changed files with 178 additions and 14 deletions

View File

@@ -182,6 +182,7 @@ class Openmpi(AutotoolsPackage):
description='Enable MPI_THREAD_MULTIPLE support')
variant('cuda', default=False, description='Enable CUDA support')
provides('mpi')
provides('mpi@:2.2', when='@1.6.5')
provides('mpi@:3.0', when='@1.7.5:')
provides('mpi@:3.1', when='@2.0.0:')