make cram an extension of python

This commit is contained in:
Tom Scogland 2015-11-25 15:03:48 -08:00
parent c526c71f56
commit f8ffb005c8

View file

@ -7,6 +7,7 @@ class Cram(Package):
version('1.0.1', 'c73711e945cf5dc603e44395f6647f5e')
extends('python')
depends_on("mpi")
def install(self, spec, prefix):