qa : modifying 2 packages and a framework file just for the sake of it

This commit is contained in:
alalazo
2016-05-10 18:33:07 +02:00
parent 8fec824484
commit 979b53cab6
3 changed files with 6 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ class Mitos(Package):
depends_on('hwloc')
depends_on('mpi')
def install(self, spec, prefix):
with working_dir('spack-build', create=True):
cmake('..', *std_cmake_args)