Skip to content
Snippets Groups Projects
Commit c526c71f authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Merge pull request #201 from alfredo-gimenez/develop

Fixed Mitos dependency and added new version
parents a1553dd1 a0d38887
Branches
Tags
No related merge requests found
......@@ -7,10 +7,17 @@ class Mitos(Package):
homepage = "https://github.com/scalability-llnl/Mitos"
url = "https://github.com/scalability-llnl/Mitos"
version('0.9.1', 'c6cb57f3cae54f5157affd97ef7ef79e', git='https://github.com/scalability-llnl/Mitos.git', tag='v0.9.1')
version('0.9.2',
git='https://github.com/scalability-llnl/Mitos.git',
commit='8cb143a2e8c00353ff531a781a9ca0992b0aaa3d')
version('0.9.1',
git='https://github.com/scalability-llnl/Mitos.git',
tag='v0.9.1')
depends_on('dyninst@8.2.1:')
depends_on('hwloc')
depends_on('mpi')
def install(self, spec, prefix):
with working_dir('spack-build', create=True):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment