Skip to content
Snippets Groups Projects
Commit f8ffb005 authored by Tom Scogland's avatar Tom Scogland
Browse files

make cram an extension of python

parent c526c71f
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ class Cram(Package): ...@@ -7,6 +7,7 @@ class Cram(Package):
version('1.0.1', 'c73711e945cf5dc603e44395f6647f5e') version('1.0.1', 'c73711e945cf5dc603e44395f6647f5e')
extends('python')
depends_on("mpi") depends_on("mpi")
def install(self, spec, prefix): def install(self, spec, prefix):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment