Bug fixes from testing spack preferred packages

This commit is contained in:
Matthew LeGendre
2015-05-29 14:57:24 -07:00
parent 8d7b7e5d5d
commit ee68a76a19
2 changed files with 4 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ class Mpich(Package):
version('3.0.2', 'foobarbaz')
version('3.0.1', 'foobarbaz')
version('3.0', 'foobarbaz')
version('1.0', 'foobarbas')
provides('mpi@:3', when='@3:')
provides('mpi@:1', when='@:1')