make cram an extension of python
This commit is contained in:
parent
c526c71f56
commit
f8ffb005c8
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ class Cram(Package):
|
|||
|
||||
version('1.0.1', 'c73711e945cf5dc603e44395f6647f5e')
|
||||
|
||||
extends('python')
|
||||
depends_on("mpi")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
|
Loading…
Reference in a new issue