Mitos updated with new release
This commit is contained in:
parent
be3e8170de
commit
15aee0de1a
1 changed files with 2 additions and 1 deletions
|
@ -7,9 +7,10 @@ class Mitos(Package):
|
||||||
homepage = "https://github.com/scalability-llnl/Mitos"
|
homepage = "https://github.com/scalability-llnl/Mitos"
|
||||||
url = "https://github.com/scalability-llnl/Mitos"
|
url = "https://github.com/scalability-llnl/Mitos"
|
||||||
|
|
||||||
version('0.7', '319ece59d6794cccb66bfcc0abfec661', git='https://github.com/scalability-llnl/Mitos.git', tag='v0.7')
|
version('0.9', '8a8f05b35e04e9f37fa15436b98d5b25', git='https://github.com/scalability-llnl/Mitos.git', tag='v0.9')
|
||||||
|
|
||||||
depends_on('dyninst')
|
depends_on('dyninst')
|
||||||
|
depends_on('hwloc')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
with working_dir('spack-build', create=True):
|
with working_dir('spack-build', create=True):
|
||||||
|
|
Loading…
Reference in a new issue