Fix long-standing multimethod test error.

- New inclusive version ranges from git-fetching branch enable a fix.
- Can now write :1 to include 1.3, 1.4, etc.
  - couldn't do this before so provides() was weird.
This commit is contained in:
Todd Gamblin
2014-10-27 20:02:24 -07:00
parent d98beeec31
commit 1c4948e1b0
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ class Mpich(Package):
version('3.0', 'foobarbaz')
provides('mpi@:3', when='@3:')
provides('mpi@:1', when='@1:')
provides('mpi@:1', when='@:1')
def install(self, spec, prefix):
pass